资源列表
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
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.
longbeige
- 计算方法里的龙贝格算法,用c++语言解决龙贝格数值计算-Calculated in the Romberg algorithm, with c++ language to solve numerical Romberg
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.
zhuiganfa
- 数值分析中的求解方程组中的追赶法,包括追、赶的过程。-Numerical analysis to solve equations in the pursuit method, including the chase, drive the process
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 ,
