-
Kmeans算法分类 针对多维数据
针对多维数据进行的Kmeans改进算法,实用可靠,在处理多维数据时,自己根据维数需求,进去设定n值,此程序较适合底层应用用,另sizevector的数据都需要注意,在用时根据自己的需求进行操作,内有程序详细说明
- 2023-05-30 20:35:02下载
- 积分:1
-
N皇后问题的解决方案,利用回归的方法.方法易懂
N皇后问题的解决方案,利用回归的方法.方法易懂-N Queens solution to the problem, using regression. Methods to understand
- 2022-07-22 20:59:12下载
- 积分:1
-
清华大学,严卫
清华大学严蔚敏数据结构题集与答案(C语言版)-Tsinghua University, Yan Wei-min data structure set and answer questions (C language version)
- 2023-03-12 03:55:05下载
- 积分:1
-
a binary tree using the trigeminal Chain example, the leaves are obtained and th...
一个二叉树的三叉链表运用实例,求出叶子的结点并输出从根结点到该叶子结点的路径!-a binary tree using the trigeminal Chain example, the leaves are obtained and the output node from the Root of leaf nodes in the path!
- 2022-02-21 08:16:56下载
- 积分:1
-
Java写的含有一个jdbc驱动的小型数据库数据库引擎
Java写的含有一个jdbc驱动的小型数据库数据库引擎-A small database engine which includes a jdbc driver written in Java
- 2022-04-10 16:36:22下载
- 积分:1
-
如何将“所有”添加到列表框或组合框中。
SELECT "*" AS RecID, "(All)" AS Employee
FROM Employees AS T1
UNION
SELECT T1.EmployeeID AS RecID, [FirstName] & " " & [LastName] AS Employee
FROM Employees AS T1
ORDER BY Employee;
- 2022-07-11 06:24:58下载
- 积分:1
-
这是数据结构课程设计的4个原程序代码分别是数据结构课程设计――猴子选大王问题数据结构课程设计...
这是数据结构课程设计的4个原程序代码分别是数据结构课程设计――猴子选大王问题数据结构课程设计-This the data structure of curriculum design four original code was designed data structure courses-- monkeys elected king issues of curriculum design data structure
- 2022-11-05 08:40:03下载
- 积分:1
-
actionscript数据结构描述
actionscript数据结构描述-actionscript s data structure
- 2022-01-31 07:18:50下载
- 积分:1
-
此函数的功能是依次选出两个小的数,不要求原来数组中的数按大小顺序排列。...
此函数的功能是依次选出两个小的数,不要求原来数组中的数按大小顺序排列。-The function of this function are followed by two smaller number of elected and does not require a number of the original array by the size of order.
- 2022-12-02 01:55:03下载
- 积分:1
-
宠物店对各个宠物信息录入的数据库,可以方便的查找宠物的信息。...
宠物店对各个宠物信息录入的数据库,可以方便的查找宠物的信息。-Pets pet store the information for each database entry, you can easily find pet information.
- 2022-02-11 11:43:40下载
- 积分:1