资源列表
Westward-design-patterns
- 本书为超级畅销书《大话设计模式》作者程杰潜心三年推出的扛鼎之作!以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。-This book is a super-selling book "Westward design mode" Cheng J
456
- 加减乘的实现数据结构的链表的实现,心情劳动的结果-look look look
number-convert
- 二进制转换其它进制数字, 最初级的编程,没有高难的算法。-convert binary to other type of numbers
String-matching-operation
- 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
fractalbox
- 灰度图像直方图的计算,超级好用的啊,可以通过它获得图像的分形维数等等,内存小,功能大-Gray image histogram calculation, super nice ah, you can get through it the fractal dimension of the image, and so on, the memory is small, functional large
BigInt
- 大整数类(支持负数) 重载了类之间,与int类型,与string类型的+,-,*,/,+=,++,--,-=,*=,/=, =, ,>>, <<,<<=,>>=,>,<,<=,>=,==,=,以及乘方^,^=运算,以及输入输出流>>,<<运算符 -Integer type (support negative) between overloaded classes, and int type,+
maze
- 数据结构编写迷宫问题,利用入栈,出栈,队等知识,编写调试运行-Data structure of the maze problem, the use of the stack, the stack, teams knowledge, the preparation of commissioning
Student-information
- 《学生信息管理系统的实现》包括学号号等一系列属性,对其进行增删除和信息修改等作用-" Student Information Management System to achieve" a series of numbers, including school property, increase its role such as delete and modify information
Employee-Management-System
- 《职工管理系统的实现》包括职工号等一系列属性,对其进行增删除和信息修改等作用-" Employee Management System to achieve" a series of attributes including staff numbers, increase its role such as delete and modify information
learning-algorithm-code
- 有关数据结构的图的学习算法代码实现,最全包括:图的存储结构,图的遍历,拓扑排序,最小生成树和最短路径算法-The data structure of a learning algorithm code, the whole comprising: a storage structure chart, graph traversal, topological sorting, minimum spanning tree and the shortest path algorithm
shujujiegou
- 包括最小生成树和工资管理系统,可运行,数据结构课设代码!C++代码-include zui xiao sheng cheng shu he gong zi guan li ,shu ju jie gou ke she
eight-queens
- 八皇后问题的解决方案.图形列出了种类,并计算解决方案总个数-Solution to the eight queens problem