资源列表
chengzhong
- 基于711的电子称,稍微修改就可以于学习电子承重实验和验证方案.-a good data about c language
mgsort
- C++写的归并排序算法,非递归,简单高效-the nonrecursive code of mergesort
DLink
- 1.求双向循环链表的长度 2.在双向循环链表指定位置插入一个元素 3.给定双向循环链表中一个结点元素值e,要求将数据y插入到元素e的前面 4.给定双向循环链表中一个结点元素值e,要求将数据y插入到元素e的后面 5.给定双向循环链表中一个结点元素值e,要求将数据y插入到元素e的后面 6.删除双向循环链表中指定位置的元素 7.给定双向循环链表中一个结点元素值e,要求将其对应结点删除 8.给定双向循环链表中一个结点元素值e,要求删除对应结点的直接前驱 9.给定双向循环链
calc24
- 一个用于求解24点的c++源程序,输入4个小整数,程序通过四则运算法则,求出可能的算式,并且其结果为24!-24 points for solving a c++ source code, enter the four small integers, the program through the four algorithms to find a possible formula, and the result is 24!
mmx
- 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
jianshanfei
- 该程序实现图的建立与先深和先广遍历,图采用矩阵存储,在遍历过程中用栈实现,但若改用队列,将会实现得更自然流畅-the program plans to establish the first and the first deep-Traversal, map storage matrix, Traversing in the process of making Stack, but switch queue, there will be more natural and fluid
tushuguanlixitong
- 图书管理系统,是以歌很长的程序,有关本科生数据结构课程设计的-Library management system is based on a very long songs procedures, the data structure of undergraduate courses designed
bonus1
- 将一个目录前序输出,同时输出每一层子目录的大小。目录的每一层不超过10个文件,每个文件名不超过80个字符。-Output a directory in pre-order,as well as the size of each subdirectory. Each layer of the directory cantains no more than 10 files. Each file name does not exceed 80 characters.
MergeSort
- (3)归并排序——已知序列{10,18,4,3,6,12,1,9,15,8},采用归并排序法对其作升序排序,打印每一趟的结果。-(3) merge sort- known sequence {10,18,4,3,6,12,1,9,15,8} method of its use as a merge sort in ascending order, print the results of each trip.
tubianli
- 对图的邻接表表示进行深度优先遍历和广度优先遍历。-The adjacency list representation of the depth-first traversal and breadth-first traversal.
SquStack_Expression
- 学习数据结构基础知识。用栈实现计算表达式值 //单文件格式-Learn basic knowledge of data structures. Calculation of the value of the expression stack// single-file format
hfm
- 提供了一种基于哈弗曼编码的文件压缩算法,可以对.TXT、.DOC、.JPF等文件进行压缩-Huffman coding provides a file-based compression algorithm can .TXT, .DOC, .JPF and other file compression
