-
AVL树的程序,压缩包中含有项目文件,文件和…
构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of 55, procedures will automatically AVL construction or remodeling rules AVL Tree, and to traverse the order to print out to the end of 100.001 node value of the input from cycle termination process
- 2023-03-08 08:30:03下载
- 积分:1
-
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作-Platform based on the win32 console application uses ADO database to read, write, modify and delete database data access operations
- 2022-03-25 12:17:13下载
- 积分:1
-
非线性回归
将为给定在名为的文件中的数据执行非线性回归的 C 代码exp.zip 包含 61 x ;y 值的方程 y = a0 (1-exp(a1x)) x = 1。
- 2023-03-15 21:00:04下载
- 积分:1
-
SED的曹斯琴,2007.7.17
sed by Cao Siqin, 2007.7.17
sed [dest-text]
采用 K.M.P. 算法匹配字符串-sed by Cao Siqin, 2007.7.17sed
- 2022-10-28 15:35:03下载
- 积分:1
-
高斯
Gauss-Jordan消去法 实现矩阵求逆
有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse
Algorithm is explained in detail
- 2022-05-29 02:54:45下载
- 积分:1
-
安捷伦e3631电源的labview库文件
应用背景可 以 直 接 在 l a b v i e w 中 调 用 库 文 件 来 控 制 安 捷 伦的 课 编程 电 源 e 3 6 3 1 , 方 便 简 单 ,现 在 文 件 可 以 直 接 使 用 。关键技术N I 提 供 的 安 捷 伦 e 3 6 3 1 l a b v i e w 库 文 件 , 可 以 用 来 控 制 电 源 的 电 压 和 电 流 , 可 以 读 取 电 压 和 电 流 值 。
- 2022-01-24 13:35:13下载
- 积分:1
-
A program shows how to implement the Huffman code contains encoding and decodi...
这是一个有关哈夫曼编码的软件,包括哈夫曼的编码和翻译.-A program shows how to implement the Huffman code contains encoding and decoding
- 2022-02-15 00:55:31下载
- 积分:1
-
先输入图的各顶点名,再输入图的邻接矩阵从而建立图,并用笛施卡尔,普里姆等三种方法求其最小生成树,...
先输入图的各顶点名,再输入图的邻接矩阵从而建立图,并用笛施卡尔,普里姆等三种方法求其最小生成树,-input vertices of the plan, and plans to import the adjacency matrix thereby establishing map, and use flute Shi Carl prim other three methods for the minimum spanning tree,
- 2022-06-16 23:23:37下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1
-
过程变成一个状态程序,这是在学习过程中的操作…
进程状态转化程序实现,这是在学习操作系统过程的时候,我做的一个课程实验-process into a state program, which is in the process of learning the operating system, I do an experimental courses
- 2022-04-20 02:04:35下载
- 积分:1