资源列表

« 1 2 ... .14 .15 .16 .17 .18 2119.20 .21 .22 .23 .24 ... 2656 »

[数据结构常用算法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-09-28 上传 | 大小: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-09-28 上传 | 大小: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-09-28 上传 | 大小:5120 | 下载:0

[数据结构常用算法shujujiegou

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

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

说明:算法导论之排序C语言源代码,几种排序法源码-Introduction to Algorithms Sort C language source code
<侯卫康> 在 2024-09-28 上传 | 大小:49152 | 下载:0

[数据结构常用算法BiTree

说明:先序创建BiTree然后三种方法递归遍历,遍历算法哦,可以下载看看那-The first sequence are three ways to create BiTree then recursively traverse the traversal algorithm Oh, look at that you can download
<GYY> 在 2024-09-28 上传 | 大小:133120 | 下载:0

[数据结构常用算法sampleToValue

说明:表达式求值 利用堆栈原理,实现表达式求值 如:3*(3+2)/5#-Expression evaluation Stack principle, the expression is evaluated : 3* (3+2)/5#
<sky> 在 2024-09-28 上传 | 大小:2048 | 下载:0

[数据结构常用算法HeapSort

说明:堆排序:利用堆进行排序操作,内有详细步骤说明。-Heap Sort: the heap sorting operation, with detailed step-by-step instructions.
<sky> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法StackOperations

说明:堆栈操作:初始化堆栈,入栈操作,出栈操作,取栈顶元素。-Stack operations: initialize the stack, the stack operation, and pop operations, to take the top element.
<sky> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法BinaryTree

说明:二叉树操作:建立二叉树,前序遍历二叉树、中序、后序遍历二叉树。-Binary tree operation: create a binary tree, before traversing Binary, inorder, postorder binary tree traversal.
<sky> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法HuffmanTree

说明:哈夫曼树:构造哈夫曼树,构造哈夫曼编码。-Huffman tree: Huffman tree structure, constructed Huffman coding.
<sky> 在 2024-09-28 上传 | 大小:2048 | 下载:0

[数据结构常用算法haiming

说明:这个是海明纠错码的C和C++的实现。测试通过,可以正常使用!-This is a Hamming error correction code of C and C++ the realization. Testing through normal use!
<chenlei> 在 2024-09-28 上传 | 大小:4096 | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 2119.20 .21 .22 .23 .24 ... 2656 »

源码中国 www.ymcn.org