资源列表
Verify-parentheses-matches
- 写的一个程序,内容是:输入一串字符串,其中有普通的字符与括号组成(包括‘(’、‘)’、‘[’, ] ),要求验证括号是否匹配,如果匹配则输出0、否则输出1-Enter a string of string ordinary characters and parentheses (including ( , ) , [ , ] ) requires authentication brackets matches, if the match is output 0, otherwise ou
String-separation
- 写的一个程序,题目描述: 通过键盘输入任意一个字符串序列,字符串可能包含多个子串,子串以空格分隔。请编写一 个程序,自动分离出各个子串,并使用’,’将其分隔,并且在最后也补充一个’,’并将子 串存储。 -Subject descr iption: An arbitrary string sequence through the keyboard input string may contain more than one substring, substring sepa
Josephus-application-problems
- 写的一个程序,内容是:一组人(n个),围成一圈,从某人开始数到第三个的人出列,再接着从下一个人开始数,最终输出最终出列的人 (约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。) -A group of people (n points), circle, someone starts counting
mobilephonenumber
- 对于这次手机号码查询系统是利用链式存储,对所要的手机号码进行存储,然后采用查找技术可以对手机号码进行查找。在此过程中可以有插入联系人、删除联系人、修改联系人信息等功能的操作。可以有效的完成高效的,快捷的、简单的对所需要的手机号码进行查询。-For this phone number inquiry system is the use of a chain store, on the phone number you want to store, and then use technology t
1112
- 平衡二叉树的演示,利用平衡二叉树设计动态查找表-Balanced binary tree presentation, using a balanced binary tree design dynamic lookup table
ins_text1
- 惯性导航仿真小程序 适合初学者 惯性导航仿真小程序 适合初学者-inertial navigation system
BPTree
- b+树能够实现节点添加,节点删除,节点查找功能,非常适合初学者学习-b+ tree node can be achieved to add, delete nodes, node search function, very suitable for beginners to learn
Interview
- Interview题目是对n个数据进行排序再输出。利用循环链表可以方便的进行m次后移,并且利于倒序输出。构建结构体struct in,结构体中有每个面试者的编号no,和指向下一个结构体的指针。-Interview data subject is a sort of n and then output. Use circular list can easily be moved after m times, and is conducive to reverse output. Construct
Train
- 利用栈的结构,进行列车的压入和弹出,过程中如果压入数量超过了栈的范围或弹出的数不是最顶端元素,则不可能实现。 构造stack类,建立queue数组存放开出列车序列。依次检验其中的元素能否实现。-The use of the stack structure, conduct trains push and pop, if the process is pressed into the stack quantity exceeds range or number is not the most
Min
- 构建一个容量为k的大根堆,依次读取int数据,若大根堆已满,则比较读取的元素是否小于堆顶最大元素,是则先将最大元素删除,再将新元素压入。若大根堆未满,则直接将读取的元素 压入大根堆。在将n个元素依次判断比较处理完之后,即得到n个数据中最小的k个数据。将其从堆顶依次弹出,即将最小的k个元素从大到小输出。-Building a capacity of large root heap k sequentially read int data elements if a large root hea
danlianbiaojiegou
- 数据结构中对单链表的一些基本操作,如插入,删除,判断表空,求链表长度等等。-Data structure in a single list of some of the basic operations, such as insert, delete, determine the table space, and the length of the list, etc..
duiliedemo
- 该程序主要练习了数据结构中队列结构的一些基本操作,都是经过验证可以用的-The program is mainly practiced in the data structure of the structure of some of the basic operations of the structure, are verified to be used
