-
K-均值在 C 编程
// kmeans.c//伊桑·布罗德斯基2011年//月#include#include#include#定义SQR(X)((X)*(X))#定义MAX_CLUSTERS16#定义MAX_ITERATIONS100#定义BIG_double(INFINITY)无效失败(字符*海峡){的printf(STR);出口(-1);}双calc_distance(INT暗淡,双* P1,双* P2){双distance_sq_sum= 0;对于(INT II=0;二
- 2023-07-21 00:35:03下载
- 积分:1
-
对vb登录界面的设计,是一个比较好的界面设计
对vb登录界面的设计,是一个比较好的界面设计-right vb login interface design is a good interface design
- 2022-08-11 02:34:43下载
- 积分:1
-
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是...
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化.
-traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
- 2022-02-27 00:08:38下载
- 积分:1
-
导出Access、Sql Server数据库表到Html vb源吗,调试通过
导出Access、Sql Server数据库表到Html vb源吗,调试通过-derived Access, SQL Server database tables to Html vb source yet, through debugging
- 2023-03-18 04:55:04下载
- 积分:1
-
一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我...
一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
- 2023-07-23 08:40:03下载
- 积分:1
-
Prim 算法寻找最小生成树,用C语言实现,有完整的注释!
Prim 算法寻找最小生成树,用C语言实现,有完整的注释!-Prim algorithm to find the minimum spanning tree, using C language, a complete Notes!
- 2022-03-02 08:32:59下载
- 积分:1
-
C++源代码,数据库管理,数据库的连接,可以直接计算…
C++数据库管理源代码,连接数据库后,可直接调用里面的函数对数据库进行操作,有修改-C++ Database management source code, database connectivity, you can directly call the function inside the database operation, has modified
- 2022-02-10 14:33:54下载
- 积分:1
-
经典的哲学家就餐问题的C语言版本
经典的哲学家就餐问题的C语言版本-Power wilt die of hunger laugh mold cavity open string问Questions cavity C Pang Sung-linked版
- 2022-04-01 07:48:11下载
- 积分:1
-
程序设计:哈希表1应用程序
程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
- 2022-02-10 12:51:13下载
- 积分:1
-
学生课程管理系统,一个学习数据结构过程中的必备程序。
学生课程管理系统,一个学习数据结构过程中的必备程序。-students information manager
- 2022-04-01 21:39:28下载
- 积分:1