搜索资源列表
linklistreverse
- 链表倒置操作演示程序,是数据结构中的基本演示程序之一。
inv.tar
- 一个高效的排序以及倒置算法,值得研究。希望对你们 有帮助。哦可
linlist
- 创建顺序表: 输出顺序表:顺序输出各个元素; 插入顺序表:在指定位置处插入元素; 删除顺序表:根据删除指定位置的元素; 逆转顺序表:按逆序倒置所有的元素; 排序顺序表:按照升序排列所有元素; 求交集:求两个顺序表的交集 求并集:求两个顺序表的并集; 销毁顺序表。
Llinklist
- 倒置一个单链表,链表是带有头结点的单链表,通过不断在表头插入结点,使链表有序
报文倒置法的链表实现
- 密码学中古典密码易位法中报文倒置法为原理研究的构造密码方法,这是一种最为简单和基础的方法,随着科学技术的不断发展,密码学已经发展到很高深的层次。研究密码学需要更高层次的数学理论知识和密码编译体制的知识等,这篇论文是属于步入密码学领域前的一些简单的分析和编译。编译密码也是根据不同需要解决不同问题的,并不是单一固定的,它灵活多变。就如本文实现一些简单祝福语,只需要一些简单密码就可以实现保密作用了,但是很多领域,如银行、金融系统、国家机密保密系统则不只是这些了。
从数据文件records.txt中读取学生信息
- 从数据文件records.txt中读取学生信息,建立与源数据同序的学生链表并打印在屏幕上; 统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果; 对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上; 对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中; 删除链表中身高为指定值的所有学生结点并打印; 将当前的学生链表拆分为男生链表和女生链表(没有
www
- 单链表的倒置,原地倒置!功能不是很大,希望对大家有所帮助-Single list of the inverted, place upside down! Function is not very big, we want to help
invert
- 此代码是利用链表的数据结构编写的倒置代码,可实现倒置输入字符串的功能。-This code is written using the linked list data structure inversion of the code can be inverted to achieve the function of the input string.
linearlistb
- 将A和B两个按元素值递增有序排列的线性表合并成一个递增排列的线性表C,然后把C表倒置成递减的线性表。-A and B will increase the value of two elements ordered by the linear arrangement of the table into a single incremental linear form C, then C table upside down into the descending linear form.
program
- 逆向建立了单链表,并用同样方向进行就地倒置-Reverse established single-strand libraries, and use the same direction for on-site inverted..
lianbiao
- 数据结构与算法分析——链表例程,包括单向链表的建立,查找,倒置-Data structures and algorithm analysis- list routine, including the establishment of one-way linked list, find, inverted
ex12
- 链表的建立,删除,插入,倒置,显示,排序等操作-The establishment of the list, delete, insert, inverted, display, sorting and other operations
Linked-list
- 较为全面的链表的链表的部分基本操作和链表的倒置,适合数据结构初学者-A more comprehensive list of list of some of the basic operations and the inverted list for data structures for beginners
Single-inverted-list
- 里面有用c++编写的单项链表的倒置的代码,很适合初学者!-Single inverted list
sort
- 冒泡排序法,选择排序法,以及求一个2维数组中元素的和,还有求所有元素中的最大值,以及数组的倒置等功能-different sorts in VC++
c
- 建立空表,插入法建立表格,倒置,排序,插入,删除!-Create an empty table, the insertion method to create a table, upside down, sort, insert, delete!
queen
- 魔王语言,运用栈及队列实现字符倒置,输入一段字符串,例如:abcdAB(A-sae,B-saedsae) 输出:eaebecedesaetsaedsae-Beelzebub language, use the stack and queue to realize character inversion, enter A string, for example: abcdAB (A- the sae, B- saedsae) Output: eaebecedesaetsaedsae
seq_list
- 顺序列表的创建,插入元素,删除元素,倒置元素,对元素进行排序,查找元素-Order of the list is created, insert elements, remove elements, inverted elements, the elements are sorted, find elements
4.6
- 用C++实现的。给线性表添加一个成员函数,倒置线性表中元素的顺序。对于n个元素的线性表,算法的时间代价为n.-With c++ implementation. Linear table to add a member function, the order of the elements in a linear inversion table. For the linear table of n elements, the algorithm of time cost for n.
345
- C语言的链表实现,包含了定义插入删除合并倒置等-List C language implementation, including the definition of insertion and deletion combined inversion, etc.