-
扫雷程序的需求分析,可以根据此分析来做一个跟微软一摸一样的程序。...
扫雷程序的需求分析,可以根据此分析来做一个跟微软一摸一样的程序。-De-mining process needs analysis, based on this analysis can be done with a program like Microsoft.
- 2022-02-12 03:54:40下载
- 积分:1
-
1. 直接插入排序
2. 折半插入排序
3. 希尔排序
4. 起泡排序
5. 快速排序
6. 选择排序
7. 堆排序...
1. 直接插入排序
2. 折半插入排序
3. 希尔排序
4. 起泡排序
5. 快速排序
6. 选择排序
7. 堆排序-1. Direct insertion sort 2. Binary insertion sort 3. Shell sort 4. Bubble sort 5. Quicksort 6. Sorted by 7. Heap Sort
- 2022-01-30 11:59:31下载
- 积分:1
-
关于测试软件工程的测试方法和工具解决方案
关于测试软件工程的测试方法和工具解决方案-works on the testing of the software testing methodologies and tools solutions
- 2022-02-01 11:50:18下载
- 积分:1
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
- 2022-03-22 07:48:59下载
- 积分:1
-
an important article introduing LDPC. The author is the prominent person in the...
an important article introduing LDPC. The author is the prominent person in the field of researching and motivating LDPC.
- 2023-02-13 07:25:03下载
- 积分:1
-
好sfsdfdsfdsfdsfdsfsdfsdfsdfdsf
C++课程设计 自己看吧 应该有用的 收复失地发大师傅大师傅 -good sfsdfdsfdsfdsfdsfsdfsdfsdfdsf
- 2022-06-30 12:46:42下载
- 积分:1
-
这部分阐述了自动售货机的各种动作功能和控制要求,给出了完整的自动售货机操作规程,并介绍了自动售货机运行系统种所包括的人工操作步骤...
这部分阐述了自动售货机的各种动作功能和控制要求,给出了完整的自动售货机操作规程,并介绍了自动售货机运行系统种所包括的人工操作步骤-This section sets out a variety of vending machine motor function and control requirements, given a complete vending machine operation, and introduce a vending machine operating system types included in the manual operation steps
- 2022-02-21 22:58:03下载
- 积分:1
-
第2版的《代码大全》是著名IT畅销书作者史蒂夫・迈克康奈尔11年前的经典著作的全新演绎:第2版不是第一版的简单修订增补,而是完全进行了重写;增加了很多与时俱进的...
第2版的《代码大全》是著名IT畅销书作者史蒂夫・迈克康奈尔11年前的经典著作的全新演绎:第2版不是第一版的简单修订增补,而是完全进行了重写;增加了很多与时俱进的内容。这也是一本完整的软件构建手册,涵盖了软件构建过程中的所有细节。它从软件质量和编程思想等方面论述了软件构建的各个问题,并详细论述了紧跟潮流的新技术、高屋建瓴的观点、通用的概念,还含有丰富而典型的程序示例。这本书中所论述的技术不仅填补了初级与高级编程技术之间的空白,而且也为程序员们提供了一个有关编程技巧的信息来源。这本书对经验丰富的程序员、技术带头人、自学的程序员及几乎不懂太多编程技巧的学生们都是大有裨益的。可以说,无论是什么背景的读者,阅读这本书都有助于在更短的时间内、更容易地写出更好的程序。-Version 2 of the "code complete" is a well-known IT best-selling author Steve McConnell 11 years ago, a new interpretation of the classics: the first version 2 is not a simple amendment added to the first edition, but completely carried out rewriting increased the number of times content. This is a complete software build manual covers the software build process in all the details. It from the software quality and programming, thinking, etc. to build the software discussed various issues, and discussed in detail in keeping with the trend of new technology, a strategically advantageous position of the point of view, the concept of common, but also contains a r
- 2023-04-14 13:45:09下载
- 积分:1
-
期权隐含波动率的计算采用2分布计算的关系…
期权的隐含波动率计算,采用了二分发来计算;比较易用-Option implied volatility calculated using the 2 distribution to calculate relatively easy-to-use
- 2022-05-26 04:01:50下载
- 积分:1
-
快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个...
快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个序列有序。-quick sort, the basic idea : The trip will rank ordering records to be separated into two independent parts, part of the keyword record than another part of the record of the keyword small, will each of the two parts to continue sorting records, in order to achieve an orderly sequence as a whole.
- 2022-02-10 13:56:41下载
- 积分:1