资源列表
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
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
zhuiganfa
- 数值分析中的求解方程组中的追赶法,包括追、赶的过程。-Numerical analysis to solve equations in the pursuit method, including the chase, drive the process
jzzh
- 利用栈实现十进制数转换成任意进制,课程数据结构中的内容。-Using the stack realize convert any decimal number into the system
Calcu
- Calculator that calculate adding ,multiply ,dividing and subtract with mamdani fuzzy
jisuanqi
- 实现计算器的功能,加减乘除,并精确小数后六位-Calculator functions, addition, subtraction, and the precise decimal six
doa_know_wave
- 很好的东西,关于已知波形匹配的东西-Something good, something known waveform matching ...
hanshu
- 函数符号的重载,可以用来定义各种运算符的重载!-Overloaded function symbols can be used to define a variety of operator overloading!
Looking-for-GGS
- 输入一个数(大于等于3,不要太大),输出相关的勾股数,如:输入13,输出5,12,13;13,84,85。可以满足一般要求。-Enter a number (greater than or equal to 3, not too much), the output Pythagorean number, such as: input 13, output 12, 13 13,84,85. Meet the general requirements.
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 ,