资源列表
duanyuanlujin
- 计算机算法分析师习题,单源最短路径问题,使用的是贪心选择算法实现,通过调试,c言语实现-The the computer algorithms analyst exercises, single source shortest path problem, use greedy selection algorithm implementation, through debugging, c speech achieve
BiTree
- 先序创建BiTree然后三种方法递归遍历,遍历算法哦,可以下载看看那-The first sequence are three ways to create BiTree then recursively traverse the traversal algorithm Oh, look at that you can download
lvxingjisi
- 旅行售货员问题,近似算法实现,算法分析是习题源码,可以调试通过,实习时做的-Traveling salesman problem, approximation algorithm, algorithm analysis exercises the source code, you can debug through, to do an internship at the
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 interpolation) to g2 and g3 ci
travel_fenzhi
- 计算机算法实习,旅行员售货问题,分支上限算法,c++实现,非常好的代码-The computer algorithm internship, the travel member vending problem, branch ceiling algorithm, c++ achieve a very good code
BinaryTree
- 二叉树操作:建立二叉树,前序遍历二叉树、中序、后序遍历二叉树。-Binary tree operation: create a binary tree, before traversing Binary, inorder, postorder binary tree traversal.
hash
- 开放定址法用于哈希表查找,hash函数为取余法,处理冲突方法用线性探测法;实现建表,查找,插入,删除等功能; 一般空记录的关键字标识NULLKEY。删除时在待删记录所在单元做一个标记,记做DELKEY -Open addressing method for hash table lookup
Data
- Data structure curriculum design requirements
shujujiegou
- 数据结构的各种排序查找 冒泡排序 折半排序 希尔排序-Find bubble sort the data structures of various sorting binary sorting Hill sorting
C_EightQueen
- 8皇后问题。用递归算法实现。采用了面向对象和面向过程。-8queen problem solved in recursive algorithm。
hash_link
- 哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
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-th element is inserted, binar
