代码搜索:数值分析

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

代码结果 10,000
www.eeworm.com/read/155928/11838077

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/258547/11856699

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/341680/12072931

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/254311/12146912

v graycode.v

//----------------------------------------------------------------------------------- //数值二进制表示转换为格雷码 //输入:data_in:十进制数值输入,位宽为4比特 // EN:转换输出使能信号,高电平有效 //输出:data_out:转换后的格雷码,位宽为4比特 //------------
www.eeworm.com/read/131795/14126866

dat funtc87.dat

函数名称: atoi 函数原型: int atoi(char *str) 函数功能: 将字符串转换成一个整数值 函数返回: 转换后的数值 函数说明: str 待转换为整型数的字符串 所属文件:
www.eeworm.com/read/131660/14133909

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/232777/14182856

bas module2.bas

Attribute VB_Name = "OperatorModule" Public iRndCardsNumber(4) As Single '四张扑克的数值 即:四个1~13的数值 Public OperateorString As String '此变量用于装表达式 ' ' 给出四个数算出其结果为24的表达式 '
www.eeworm.com/read/232055/14209601

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/126322/14429820

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/223073/14660953

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,