搜索资源列表
Fibonacci
- 就是求出fibonacci数列的任意项,此数列为f[0]=1 f[1]=1 f[k]=[k-1]+f[k-2]
simplejavaprogramming
- 题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n-Topic: Print out the Triangle (10 lines required to pr
GPS
- 用Java语言编写的GPS定位系统,已通过编译,可以直接运行。(其中用了图中求源点到目的顶点最短距离的算法)-A program is GPS. A very simple but useful program. It will be helpful to you.
RSA
- JAVA写的可以用RSA加密解密的代码,随机产生密钥,数据格式是长整型,代码包含求逆元、大数取模模块。-Can be written in JAVA RSA encryption and decryption code, randomly generated key, the data format is a long integer, the code contains the inverse element, large numbers modulo module.
Sjx.java
- 编写一个三角形类,能根据3个实数构造三角形对象,如果三个实数不满足三角形的条件,则自动构造以最小值为边的等边三角形。输入任意三个数,求构造的三角形面积。-Preparation of a triangle class, according to three real objects constructed triangle, if the triangle does not meet the three conditions of a real number, is automatically
a
- 1) 利用求n!的方法计算 2!+4!+5!的值。分别利用递归和非递归方法实现求n!。 2) 编写根据三条边求三角形面积的方法。利用该方法求以下两个三角形面积。 (1)三条边分别为:3,4,5 (2)三条边分别为:5.3, 6.2, 8 3)从命令行参数获取两个整数,找出两个整数之间的所有素数,每行输出3个数。-1) use the method seek n! 2!+4!+5! Value. Are recursive and non recursive method seek
src
- 建立故障树,求最小割集、顶事件发生概率计算、重要度的计算-build fault and analysis
阻抗矩阵
- 利用矩量法求阻抗矩阵,并根据电流分布求出激励的分布
FalsePosition方法
- 用FalsePosition方法求函数的解,用C#程序实现…………………………………………………………