资源列表
Sort-program
- 编写并调试一个通用排序子程序,其功能为将RAM的40H~4FH单元16个字节无符号二进制整数按从小到大的顺序排列,将排序后数据存储于RAM的50H~5FH单元中-Write and debug a general sort, its function will be RAM40H ~ 4FH unit16byte unsigned binary integers according to the order from small to large, the sorted data stored
c-program
- main函数中结构数组a中存储了5个职员的工资信息(这里称每个职员的工资信息为一条“记录”)。sift函数的形参cond接收筛选条件字符串,函数实现从s指向数组元素开始的n个元素中筛选出所有wage符合筛选条件的记录并将这些记录复制到res指向的结构数组。函数返回res数组中存储的记录数(筛选结果)。-The main function is stored in an array of structures a five staff wages (here referred to the inf
haffman-code
- 基于数据结构中哈弗曼树的操作 即哈弗曼编码对26个英文字母的哈弗曼编码-Based on the operation of Hafu Man tree data structure the Ha Fuman encoding the 26 letters of the alphabet Hafu Man coding
FIFO
- 队列是一个先进先出的数据结构,支持业务enque(添加一个项目的结构)和dequeue(删除一个项目从结构)。作为一个FIFO数据结构,项目将在相同的顺序,他们原本排队出列。-A queue is a FIFO data structure that supports the operations enque (to add an item to the structure) and dequeue (to remove an item from the structure). As a FIF
data-structure-and-Algorithm
- 数据结构与算法的总结,很详细的资料库。适合当参考书-Summary of the data structure of the Budget Act
K_Average
- K均值算法的一个例子,里面有数据有结果,希望对初学者有帮助。-An example of K-means Algorithm, including datas and result.It is helpful to beginner.
sitela
- 迪杰斯特拉求解单源点最短路径,不能有负权值存在-the shortest path
Ranking
- 演示链表的操作,主要有修改、添加、查询、删除等。代码可以运行,对学习链表有帮助-Demo list of operation, basically have to modify, add, delete, inquires, etc. Code can run to the study of the list of the help
hyper_mpi
- 这是一个快速排序的程序,是基于MPI的编程,是基于单内存多处理器的编程-hyper quicksort
shijiadongmanpingxuan
- 这是用Visual C++ 6.0做的十佳动漫评选系统的代码及各种相应的数据结构图。-This is with Visual C++ 6.0 to do the top ten cartoon selection system code and the corresponding data structure diagram.
lab9
- C-C++. Sorting program.-C-C++. Sorting program.
lab6ex1
- C-C++. Complex number program.
