-
广义表的实现用vc
广义表的实现用vc-generalized table with the realization vc
- 2022-03-15 05:49:18下载
- 积分:1
-
俄罗斯方块源代码 用JAVA编写的一个简单的小游戏
俄罗斯方块源代码 用JAVA编写的一个简单的小游戏-Russian block with Java source code prepared in a simple little game
- 2022-02-05 17:22:36下载
- 积分:1
-
该文件是如此的好,你可以用它在任何地方
the document is so good thatyou can ues it anywhere
- 2023-01-25 07:05:04下载
- 积分:1
-
介绍了如何用visualC#调用Excel表并且如何加载数据到Excel里
介绍了如何用visualC#调用Excel表并且如何加载数据到Excel里-Describes how to call the Excel sheet and visualC# how to load data into Excel where
- 2022-05-09 06:39:10下载
- 积分:1
-
To achieve the basic functions of a binary tree, including the pre
实现二叉树的基本功能,包括前序遍历,中序遍历,后序遍历,层次遍历-To achieve the basic functions of a binary tree, including the pre-order traversal, inorder traversal, postorder, level traversal
- 2022-01-25 17:25:30下载
- 积分:1
-
模拟电路后
模拟电路课后答案,可能要3个同时使用才能完全解压缩-Analog circuit after-school answer, you may want to use three at the same time to be fully extract
- 2022-03-13 12:03:49下载
- 积分:1
-
可以实现应用程序上传到SYBASE数据库,同时客户端自动升级
可以实现应用程序上传到SYBASE数据库,同时客户端自动升级-Applications can be uploaded to the SYBASE database, and automatically upgrade the client
- 2022-03-21 10:03:44下载
- 积分:1
-
把每天重要的事情写下来,做个排序,可以提高工作的效率
把每天重要的事情写下来,做个排序,可以提高工作的效率-The important thing every day to write it down, to be sorted, you can increase efficiency
- 2022-03-24 20:31:27下载
- 积分:1
-
wasted lights PCB and related procedures
流水灯pcb及相关程序-wasted lights PCB and related procedures
- 2022-11-04 22:05: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