代码搜索:数值分析

找到约 10,000 项符合「数值分析」的源代码

代码结果 10,000
www.eeworm.com/read/372592/9500062

txt readme.txt

光盘使用指南 本光盘包括一个子目录,为"VB常用数值算法集":该子目录下的内容如下: Volume in drive D has no label Volume Serial Number is 12FE-1A1D Directory of D:\VB常用数值算法集 .
www.eeworm.com/read/198282/7942166

m examp4_45.m

A=[[-2 1 0; 0 -2 1; 0 0 -2], zeros(3,2); zeros(2,3) [-5 1; 0 -5]]; expm(A) % 数值解求解 logm(ans) % 数值解求对数 norm(ans-A) syms t; expm(A*t) format short; expm3(A) % 显示精度降低,利于排版
www.eeworm.com/read/297292/8032637

txt 04-06.txt

/* 范例:4-6 */ #include #include void main() { int a,b,c; scanf("%d,%d,%d",&a,&b,&c); printf("%d\n%d\n%d",a,b,c); getche(); } 程序执行结果︰(请输入三组数值, 在各数值间以逗号分隔) 622,
www.eeworm.com/read/333542/12676715

txt 4-6.txt

/* 范例:4-6 */ #include #include void main() { int a,b,c; scanf("%d,%d,%d",&a,&b,&c); printf("%d\n%d\n%d",a,b,c); getche(); } 程序执行结果︰(请输入三组数值, 在各数值间以逗号分隔) 622,
www.eeworm.com/read/144439/12793855

txt 4-6.txt

/* 范例:4-6 */ #include #include void main() { int a,b,c; scanf("%d,%d,%d",&a,&b,&c); printf("%d\n%d\n%d",a,b,c); getche(); } 程序执行结果︰(请输入三组数值, 在各数值间以逗号分隔) 622,
www.eeworm.com/read/242302/13052126

html 18010.html

如何指定取数值到小数点第6位 如何指定取数值到小数点第6位
www.eeworm.com/read/242302/13062055

html 18012.html

Re: 如何指定取数值到小数点第6位 Re: 如何指定取数值到小数点第6位
www.eeworm.com/read/320368/6294784

txt readme.txt

光盘使用指南 本光盘包括一个子目录,为"VB常用数值算法集":该子目录下的内容如下: Volume in drive D has no label Volume Serial Number is 12FE-1A1D Directory of D:\VB常用数值算法集 .
www.eeworm.com/read/193359/6355512

txt 4-6.txt

/* 范例:4-6 */ #include #include void main() { int a,b,c; scanf("%d,%d,%d",&a,&b,&c); printf("%d\n%d\n%d",a,b,c); getche(); } 程序执行结果︰(请输入三组数值, 在各数值间以逗号分隔) 622,
www.eeworm.com/read/408213/11401452

m examp4_45.m

A=[[-2 1 0; 0 -2 1; 0 0 -2], zeros(3,2); zeros(2,3) [-5 1; 0 -5]]; expm(A) % 数值解求解 logm(ans) % 数值解求对数 norm(ans-A) syms t; expm(A*t) format short; expm3(A) % 显示精度降低,利于排版