资源列表
27691f24aa77.tar
- c++课程设计的实现, 使用list省略了链表的实现, 可以作为课程设计的参考.-c++ curriculum design, use the list omitted the realization of the list, can be used as the reference of the course design.
FSearch_test
- 一个文件搜索程序 搜索算法速度很优 希望对大家带来帮助-A file search program search algorithm speed is excellent hope to help bring
ArrayAscendingOrder
- sorting different kind of arrays
2012.8.11.12.22uart
- 模拟串口 采用中断轮询法 不占用系统只有-Simulation of serial interrupt polling method not only takes up system
Scientific-calculator
- 科学计算器,可以实现文曲星上的科学计算器功能,包括sin,平方,阶乘等-Scientific calculator, scientific calculator function on Wenquxing, including sin, square, factorial
ggg
- mfc 连接数据库 用mfc做的管理系统,戏中包括数据库连接-mfc connect to the database
Naigation
- 处理导航数据文件,建立邻接矩阵,采用迪杰斯特拉算法实现庞大数据的简易导航功能,内含原始数据文件和导航数据文件。-processing navigation data file,the establishment of adjacency matrix,the dijkstra algorithm tosearch path.
strMatch
- 字节流的快速模式匹配算法, 具有比较详细的注释, 供开发时参考. 速度高于 strstr, 且支持字节流. -Byte stream of fast pattern matching algorithms, with detailed notes for reference when developers faster than strstr, support byte stream.
redisign
- C语言 Hash文件 使用索引 进行增删改查 有简单注释-The C language Hash file index additions and deletions to check with brief notes
Haffman
- 由随机输入的文本建立并显示哈夫曼树,求哈夫曼编码。-By random input text and display Huffman tree, seeking Huffman coding.
ListOp
- C,链表操作~初学C的可以看下~比较简单的-creat a list.c,reverse output a list.C
First_Assignment
- 从左到右及从右到左遍历一个单链表是可能的,其方法是在从左向右遍历的过程中将连接方向逆转,如右图所示。在图中的指针p指向当前正在访问的结点,指针pr指向指针p所指结点的左侧的结点。此时,指针p所指结点左侧的所有结点的链接方向都已逆转。 (1) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。 (2) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0
