资源列表
minheaptemplate
- 最小堆模板完整类,将最小堆模板精简下用移位来处理插入删除速度有所提快-Integrity of the smallest stack template class, the minimum reactor under the streamlining template to deal with shift to insert quickly to remove the speed mentioned
111
- Fortran 赋值语句-Fortran
koshi2
- To solve a problem Koshi for the differential equation of the second order data to a problem Koshi for systems of the differential equations of the first order
sanyuanzu
- 是数据结构中三元组的C代码 可以实现三元组的基本操作-Is the data structure of the C code can triple triples the basic operation to achieve
JosephL
- 约瑟夫环问题是利用单向链表存储结构模拟的-Joseph Central issue is the use of one-way linked list storage structure simulation
test
- 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。 输入的字符串以!结束。 -Enter a string from the keyboard will be all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
shortf
- 图论中求解最短路径的程序,利用遍历搜索的方法找到图中的最短路径。-searching for the shortest line by matlab
java
- 青蛙追赶问题,当一个青蛙追赶另一个青蛙,但两只青蛙的速度不一样。-Frog catch the problem, when a frog to catch up with another frog, but not the same as the rate of two frogs.
Cpp1
- 二叉树遍历的经典算法 用于基本二叉树结构的检索与构建-Classical algorithm for binary tree traversal
jzzh
- 利用栈实现十进制数转换成任意进制,课程数据结构中的内容。-Using the stack realize convert any decimal number into the system
hanshu
- 函数符号的重载,可以用来定义各种运算符的重载!-Overloaded function symbols can be used to define a variety of operator overloading!
EvaluateReversePolishNotation
- Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: [ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9 [ 4 ,
