-
数据结构课程实验中所编的判断哈夫曼编码.参考可用
数据结构课程实验中所编的判断哈夫曼编码.参考可用-experimental data structure courses, which include the judgment Huffman coding. Reference available
- 2022-05-25 18:23:03下载
- 积分:1
-
Nc file created using f90 interface and a demonstration of four
利用f90接口创建nc文件,并演示4维数据的创建方法-Nc file created using f90 interface and a demonstration of four-dimensional data to create methods
- 2022-07-03 18:30:46下载
- 积分:1
-
对数据模板窗体的制作与应用说明。by the DbNavigation Database record Add, Delete and so on...
对数据模板窗体的制作与应用说明。by the DbNavigation Database record Add, Delete and so on-template forms of data production and application notes. By the record DbNavigation Database Add, Delete and so on
- 2022-03-03 20:50:21下载
- 积分:1
-
Delphi XML序列化库
这是简单的 XML 序列化库的Delphi。所需的版本的Delphi > = 2010年。此库使用 RTTI。
- 2022-04-20 03:06:20下载
- 积分:1
-
是一个C语言的KMP代码,
包含可执行文件。
是一个C语言的KMP代码,
包含可执行文件。-Is a C language KMP code, contains an executable file.
- 2022-08-23 21:28:35下载
- 积分:1
-
此书详细的介绍了各种流行和重要的图算法 识货的就下咯
此书详细的介绍了各种流行和重要的图算法 识货的就下咯-book detailed account of a popular and important map know the quality of the algorithm on the basis of 1,10
- 2022-08-08 04:55:06下载
- 积分:1
-
员工数据基
使用数据库的优点是相当大的。如果没有他们,你将很难找到一个体面的保持和管理信息系统。近年来,更大的灵活性和方便用户的数据库使这些系统关键业务组件。许多数据库解决方案是可用于任何类型的业务需求,从存储到 WordPress 博客的网络服务的客户信息矩阵。这里使用的是数据库的原因
- 2022-02-06 10:51:21下载
- 积分:1
-
STL算法实现的大整数加减法的程序, 能够进行正负数的加减,而且是动态数组的, 因此可以无限输入,这是本人这学期的大作业
STL算法实现的大整数加减法的程序, 能够进行正负数的加减,而且是动态数组的, 因此可以无限输入,这是本人这学期的大作业-STL algorithms and the largest integer addition and subtraction procedures, plus or minus a few to carry out addition and subtraction, but is a dynamic array, it can be unlimited importation, this is my semester of this operation
- 2022-01-25 17:57:43下载
- 积分:1
-
计算机数据结构课程设计,图书管理系统c语言版(含有软件设计书)....
计算机数据结构课程设计,图书管理系统c语言版(含有软件设计书).-Computer data structures curriculum design, library management system c language version (with software design book).
- 2022-07-24 23:11:06下载
- 积分:1
-
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