资源列表
ACM_1.3.4
- 输入一行数字,如果我们把这行数字中的‘5’都看成空格,那么就得到一行用空格分割的若干非负整数(可能有些整数以‘0’开头,这些头部的‘0’应该被忽略掉,除非这个整数就是由若干个‘0’组成的,这时这个整数就是0)。 你的任务是:对这些分割得到的整数,依从小到大的顺序排序输出。-Enter a column of figures, if we put this line digital ' 5 ' are seen as a space, then you get a line
danlianbiao
- (0)单链表的创建,结点i处插入X,查找某元素、返回逻辑位置及物理指针并删除 (1)单链表的逆置.(2)清除单链表中多余的重复元素.(3)在有序的循环的带头结点单链表中插入数据X.(4)判断循环双向链表是否按值对称.(5)一元多项式的加法.-(0) The creation of a single linked list, at the junction i insert X, find an element, return to the logic of the position and
shunxubiao
- 顺序标的相关操作,如(1)  清除线性表L中多余的重复元素 (2)已知两个线性表LA和LB中的数据元素按非递减有序排列,现要求将LA和LB归并为一个新的线性表LC,且LC中的数据元仍按值非递减有序排列。(1)  清除线性表L中多余的重复元素 (2)已知两个线性表LA和LB中的数据元素按非递减有序排列,现要求将LA和LB归并为一个新的线性表LC,且LC中的数据元仍按值非递减有序排列。 (3)利用两个线性表LA和LB分别表示两个集合A和B,求集合A=AUB。 (3)利
duilieshiyan
- 队列的相关实验,如 1.杨辉三角 2.一二三报数-Queue of related experiments, such as 1. Pascal' s Triangle (2) one hundred twenty-three reported the number of
zhanshiyan
- 1)十进制数转化为少于十进制数 (2)简单行文本编辑器 (3)检验表达式中括号匹配否 (4)双栈共享一个栈空间。 (5)将中缀表达式转化为后缀表达式,并求解数值-1) decimal number into less than a decimal number (2) the simple line text editor (3) test expression in parentheses the match No (4) dual stack sharing a stack
server
- 航空售票系统模拟开发,后台控制程序。实现航空售票的功能。-Air ticketing system simulation development background control procedures. The function of the air ticket.
The-C-Language-depth-anatomy
- 关于C语言的深度解析,适合想进一步完善自己C语言的读者!-Depth analysis on the C language, suitable for readers want to further improve their own C language!
auto
- 这个关于智能指针的源代码,欢迎广大爱好编程的学习-This source code, welcomed the loving programming learning about smart pointers
CPPLinkList_Intersection_Union
- C++实现建立链表,且通过链表数据求并集,交集-The C++ achieve the establishment of a linked list, and through the linked list data seek union, intersection
CPPLinkList_Inverse
- 通过建立链表在没有新建链表的情况下,实现其转置链表,这样时间复杂度会降低!-Through the establishment of a linked list in the case of no new linked list, to achieve the transpose of the linked list, so that the time complexity will reduce!
Expression_Pre_Post
- 输入中缀表达式,转换成后缀表达式,再执行其用后缀表达式实现加减乘除算法-Input infix expression, converts the suffix expression, and then perform addition, subtraction, multiplication and division algorithms postfix expression
linked-list
- 使用链表实现两个多项式的基本操作。
