-
-
programR.rar
If you want to know basic of R math program. this program is really good
-
Kompleks.rar
Komplex - working with complex numbers - complex math
-
Polinom.rar
Polinom - Solving math equations - polynoms
-
Trougao.rar
Trougau - Math formulas implemented to calculate triangle data - Delphi source
-
-
-
huangjin.rar
#include<stdio.h>
#include<math.h>
float Function(float x)
void main()
{
float a,b,e
float x0,x1,x2,F0,F1,F2
printf("input a ,b ,e \n")
scanf(" f f f",&a,&b,&e)
x1=b-0.618*(b-a)
x2=a+0.618*(b-a)
F1=Function(x1)
F2 ...
-
-
-
math.rar
矩阵表移位加密,链表类实现.输入密码生成密码矩阵,然后明文根据密码表来查找并移位替换生成密文.可逆的过程
-