资源列表
MiGong
- 自定义迷宫,自动求所有解法,最佳解法!递归算法实现。-Custom maze, auto-everything solution, the best solution! Recursive algorithm.
OGIC_SMTP
- labview internet connect tool-PC internet connect tool
ex6
- SSD4的练习六的答案,自己做的,正确的-SSD4 practice six answers myself, and the right oh oh
maopao
- 冒泡排序ufa,很好很经典的,可以下载啊-this is very good!!!
quicksort
- 快速排序,算法。关于算法分析的一个小程序:快速排序。-quicksort,arithmetic study,sort
huffman
- huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming
Staff-management-system
- 职工管理系统 数据结构课程设计 1.1问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 1.2要求 职工对象包括工号、姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式存入职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某
n_g
- N皇后的形象显示,可以控制输出流程, 绝对是很不错的 看了就知道 代码详尽介绍,-N Queen' s image display, you can control the output of the process, it is definitely good to know the code read the detailed descr iptions
binary_search
- 二分查找算法:算然很简单但是要写好不容易,请指正-Binary search algorithm: operator ran a very simple but not easy to write, please correct me
r8
- 这是一个有关决策树分类器中C4.5算法的原程序-This is a decision tree classifiers on which the original algorithm C4.5 procedures
migong
- 迷宫问题,适合初学算法的同学希望能对各位同学有所帮助-Maze, the students hope for beginner algorithm can you help students
xunhuanliedui
- 2. 假设以数组sequ[m]存放循环队列的元素,同时设变量rear和quelen 分别指示循环队列中队尾元素的位置和内含元素的个数。编写实现该循环队列的入队和出队操作的算法。提示:队空的条件:sq->quelen==0;队满的条件:sq->quelen==m。-2. Assuming an array sequ [m] cycle queue storage elements, while the variable set, respectively, rear and instr
