资源列表
Data_structure_questions
- 数据结构试题.学习或要考数据结构的同志可以参考下。-Data structure questions. To learn or to test data structure can refer to the following comrades.
gra
- 1.以邻接表作存储结构,编写深度优先、广度优先的算法。 2、以邻接表作存储结构,编写最小生成树的算法。 3、以邻接表作存储结构,编写最短路径的算法。 1.以邻接表作存储结构,使用非递归方式编写深度优先、广度优先的算法。 -Adjacency list storage structure, writing depth first, breadth-first algorithm. 2 adjacency list storage structure, the preparati
The-C-Language-depth-anatomy
- 关于C语言的深度解析,适合想进一步完善自己C语言的读者!-Depth analysis on the C language, suitable for readers want to further improve their own C language!
edge-betweenness
- 计算边介数,复杂网络,中心性计算,介数也可以计算,运用了数据结构,计算大量数据-edge betweenness,complex network, centrality
parenthesis-matching
- 链栈的方式实现括号匹配的判断,匹配返回成功的提示,不匹配则提示哪个括号不匹配-Judgment chain stack way to achieve parenthesis matching, matching returns success tips, which does not match the prompt does not match brackets
BinaryTree
- 二叉树建立、插入、查找、复制、删除、元素个数计算、层高计算等操作的递归实现。-Binary Tree
jisuanjiruanjianjichu
- 一些基础功能 如二叉树,希尔排序,静态链表,开辟空间-There are some easy program in the package,i hope that they can help other people.
EUNVY3
- 采用matlab编写的角点提取程序,可以方便的提取几何图像的所有角点-Using matlab corner extraction procedure, easy to extract all the corner point geometry image
Huffman
- Huffman树的实现,输入字符及对应的权值,自动的生成Huffman树,并打印出来,还可以将Huffman树保存为文件-Realize Huffman tree, input character and the corresponding weights, automatically generates Huffman tree, and print them out, you can also save the Huffman tree for a file
论文11111111111111
- 操作系统编程实验报告,呵呵,从老师的电脑里偷来的。-OS programming experiment, huh, from the teacher's computer stolen.
LJ-MC500B-Manual
- LJ-MC500B 是集MCS-51单片机开发板、AVR单片机开发板、CPLD开发板、单片机烧录器以及单片机与CPLD复杂实验于一体的一款功能强大的综合开发实验平台。板上资源 丰富,从简单到复杂,包含了单片机的最小系统以及复杂的单片机系统设计,即使是对单片机或CPLD一点也不了解,都可以帮助你快速掌握单片机技术与CPLD设计技术,同时也是广大电子工程师相当好的实验设备。 -LJ-MC500B is a MCS-51 single-chip development board, AVR Sin
mapcoloring
- 已知中国地图,对各省进行着色,要求相邻省所使用的颜色不同,并保证使用的颜色总数最少。地图采用数据结构中无向图的存储结构存储,中国的三十四个省为三十四个节点,若两省相邻则存在一条边。任选一个节点作为初始节点开始着色,与其不相邻的边涂为相同颜色,然后再未涂色的节点中任选一节点重复上述步骤,直到所有节点均涂上色为止。-Known map of China, the provinces colored neighboring Province, the colors used, and to ensu