资源列表
datastructsNOI
- 数据结构的组织、提炼、压缩、简化等内容,论文源自NOI国家集训队-The organization of the data structure, refining, compression, simplified content, papers from the NOI National Team
二叉樹练习
- 主要学习二叉树,学习数据结构和算法,并使用相关算法(The main study of the binary tree, learning data structures and algorithms, and the use of related algorithms)
Sort
- Visual C++实现的各种排序算法,比较全-Various sorting algorithms Visual C++ implementation, more full
ssd5exercise1
- 美国卡耐基梅隆大学 软件工程专业 数据结构与算法 exercise5 标准答案-Carnegie Mellon University Software Engineering Data Structures and Algorithms exercise5 standard answer
modbus-TCPIP
- modbus TCPIP协议client-Server端源代码以及解析, c++编程。-TCPIP client-Server protocol MODBUS source code and analysis, c++ programming.
Hash-lookup
- 表头插入,使用链地址法处理冲突的哈希查找算法-Header insertion, using a chain hash address search algorithm method to resolve disputes
Exp2_1
- 分数转换成小数,非常重要啊,要用数据结构-Fraction into a decimal
DFSAFA
- IWEOQ FJ VNXCJOIAEAFAG DFGADFXAE
3
- 从键盘读入若干个字符串,对他们按字母大小的顺序排序,然后把排好序的字符串送到磁盘文件-Read from the keyboard into a number of strings, the size of their alphabetical sort order, then sorted string to disk file
text_Formatter
- 文本编辑器,实现文本按照一定的规则自动格式化,-A text editor, to achieve the automatic formatting text
long
- 关于数据结构中的链表的各种应用和操作-With regard to the linked list data structure and operation of a variety of applications, etc.
第二节 数据结构(线性表)
- 课件 线性表的逻辑结构及基本运算 在线性表 a[1],a[2],……,a[n]中找元素x(begin for i:=1 to n do if a[i]=x then exit(i); exit(0); end;)