-
常见的排序算法,如插入排序,快速排序
常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
- 2023-09-01 11:30:04下载
- 积分:1
-
CopyPwd is distributed in the hope that it will be useful, but WITHOUT ANY WARRA
CopyPwd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Usage of CopyPwd is at the risk of the person or company using this software
- 2022-12-14 05:30:03下载
- 积分:1
-
本程序是一个质问识别系统,可以用来识别不同人的指纹,用于公安系统。...
本程序是一个质问识别系统,可以用来识别不同人的指纹,用于公安系统。-this procedure is a question recognition system can be used to identify different people"s fingerprints and for the public security system.
- 2022-02-02 09:35:18下载
- 积分:1
-
经典的打臭虫VB源代码 经典的打臭虫VB源代码 经典的打臭虫VB源代码...
经典的打臭虫VB源代码 经典的打臭虫VB源代码 经典的打臭虫VB源代码-Classic VB source code to play the classic bug bug in VB source code to play the classic VB source code to play the classic bug bug in VB source code to play the classic VB source code to fight bugs
- 2022-03-19 03:42:46下载
- 积分:1
-
火线贡献模型
火线贡献模型
- 2022-03-26 04:35:35下载
- 积分:1
-
计算机组成原理山西师范大学2006年度文档
计算机组成原理山西师范大学2006年度文档-computer composition principle Shanxi Normal University, 2006 document
- 2022-03-20 11:28:02下载
- 积分:1
-
人疲劳
基于umat编译用户子程序来计算二维复合材料层合板的分层失效,以及疲劳应力计算,可以用于复合材料的分析。其中应用fortran语言定义了各个变量及失效判据。
- 2022-06-18 23:35:45下载
- 积分:1
-
it is about target tracking using the simulator"Castalia" in c
++ based on omn...
it is about target tracking using the simulator"Castalia" in c
++ based on omnet-it is about target tracking using the simulator"Castalia" in c
++ based on omnet++
- 2022-05-12 17:10:28下载
- 积分:1
-
这是一个测试反应的一款小游戏,在这个游戏中把VB中的一些基本的控件都使用上了,而且非常的好用。...
这是一个测试反应的一款小游戏,在这个游戏中把VB中的一些基本的控件都使用上了,而且非常的好用。-this is a test your IQ Game, A lot of vb common controls used in this game, and use very easy
- 2022-02-10 15:49:03下载
- 积分:1
-
K-means算法
应用背景c++代码,基于k-means遗传算法的应用,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。关键技术K-Means的算法如下:随机在图中取K(这里K=2)个种子点。然后对图中的所有点求到这K个种子点的距离,假如点Pi离种子点Si最近,那么Pi属于Si点群。(上图中,我们可以看到A,B属于上面的种子点,C,D,E属于下面中部的种子点)接下来,我们要移动种子点到属于他的“点群”的中心。(见图上的第三步)然后重复第2)和第3)步,直到,种子点没有移动(我们可以看到图中的第四步上面的种子点聚合了A,B,C,下面的种子点聚合了D,E)。
- 2022-08-15 16:57:53下载
- 积分:1