搜索资源列表
zmknne
- 单链表的反转 运行此程序后,你可以输入若干个数字,每输入一个数字,系统在链表中开辟一个新的结点,并把新输入的数字插入到链表的表头。运行主函数时,首先调用CreateList_L(L,n)函数,建立一个链表,并输入数据,然后最后调用输出函数,显示建立链表后链表内的内容;再调用反转函数,把链表中的数字在此链表中反转,最后调用输出函数,显示反转后的链表内的内容,可以显示出调用反转函数后,链表内的数据都进行了反转。 -reversal run this program, you can import a
1
- 能够对所选择的照片进行一系列变化,如:雾化、反色、锐化、黑白、反转、两边拉拢等-Be able to choose photos of a series of changes, such as: spray, anti-color, sharpening, black and white, reversal, both sides of the rope, etc.
danlianbiao
- 利用c#语言实现对单链表的操作,包括单链表的反转、单链表的删除、单链表的插入等等。-Use c# language on a single list of operations, including single-linked list reversal, the removal of a single list, single list insertion, etc..
Convert
- 这是对图片的对称翻转的小程序。希望有用。-This is a picture of the symmetrical reversal of small programs.
reverse-link
- 将链表反转的算法,是数据结构课程中经典的习题-The list reversal algorithm is a data structure course the classic exercises
Dev-cPP-MyArray
- 定义一个基类MyArray,基类中可以存放一组整数,定义一个类SortArray继承Myarray,实现排序功能,定义一个ReArray继承Myarray,实现逆转功能。-Definition of a base class MyArray, the base class can store a set of integers, the definition of a class SortArray inherited Myarray, to achieve the sorting functi