资源列表

« 1 2 ... .98 .99 .00 .01 .02 2103.04 .05 .06 .07 .08 ... 2656 »

[数据结构常用算法BST

说明:用二叉链表实现二叉排序树的各个基本运算的算法,包括建表、查找,插入,删除,树的输出表示等-Binary sort tree binary list basic arithmetic algorithms, including the construction of the table, find, insert, delete, output representation of the tree
<朱晓建> 在 2024-10-21 上传 | 大小:143360 | 下载:0

[数据结构常用算法BTree

说明:B-树查找算法的测试,包括查找,拆分,替换,新建,删除等-Test of the B-tree search algorithms, including Find, split, replace, new, delete, etc.
<朱晓建> 在 2024-10-21 上传 | 大小:179200 | 下载:0

[数据结构常用算法hash

说明:开放定址法用于哈希表查找,hash函数为取余法,处理冲突方法用线性探测法;实现建表,查找,插入,删除等功能; 一般空记录的关键字标识NULLKEY。删除时在待删记录所在单元做一个标记,记做DELKEY -Open addressing method for hash table lookup
<朱晓建> 在 2024-10-21 上传 | 大小:3072 | 下载:0

[数据结构常用算法hash_link

说明:哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
<朱晓建> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法C_EightQueen

说明:8皇后问题。用递归算法实现。采用了面向对象和面向过程。-8queen problem solved in recursive algorithm。
<yang> 在 2024-10-21 上传 | 大小:3072 | 下载:0

[数据结构常用算法3

说明:数据结构算术表达式的求解问题,还可以转化成后缀表达式-Data structure of arithmetic expressions to solve problems, and can also be converted into postfix expression
<田阳> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法Data

说明:Data structure curriculum design requirements
<严小菲> 在 2024-10-21 上传 | 大小:94208 | 下载:0

[数据结构常用算法Process1_Manufacturing_Program_2_I_3

说明:This is a structure of g code. If Anyone know to convert file from g1 (linear interpolation) to g2 and g3 circular interpolation, tell me how-This is a structure of g code. If Anyone know to convert file from g1 (linear
<Modulusiler> 在 2024-10-21 上传 | 大小:11264 | 下载:0

[数据结构常用算法2-3-tree

说明:2—3树是这样一种树: A.每个非叶子结点都有2个或3个儿子; B.每条众树根到树叶的路径长度相等; C.只有一个根结点的树也是2—3树。 本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation
<冯读庆> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法2fenfa

说明:算法思想简单描述:   在插入第i个元素时,对前面的0~i-1元素进行折半,先跟他们中间的那个元素比,如果小,则对前半再进行折半,否则对后半进行折半,直到left>right,然后再把第i个元素前1位与目标位置之间的所有元素后移,再把第i个元素放在目标位置上。 -The algorithm ideas brief descr iption: 0 ~ i-1 of the preceding element in the i
<李先生> 在 2024-10-21 上传 | 大小:5120 | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构的各种排序查找 冒泡排序 折半排序 希尔排序-Find bubble sort the data structures of various sorting binary sorting Hill sorting
<张攀> 在 2024-10-21 上传 | 大小:2429952 | 下载:0

[数据结构常用算法C-language-source-code

说明:算法导论之排序C语言源代码,几种排序法源码-Introduction to Algorithms Sort C language source code
<侯卫康> 在 2024-10-21 上传 | 大小:49152 | 下载:0
« 1 2 ... .98 .99 .00 .01 .02 2103.04 .05 .06 .07 .08 ... 2656 »

源码中国 www.ymcn.org