代码搜索:数值分析
找到约 10,000 项符合「数值分析」的源代码
代码结果 10,000
www.eeworm.com/read/223000/14665678
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/219349/14886820
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/212766/15150328
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/210545/15196976
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/249482/4450631
dat funtc87.dat
函数名称: atoi
函数原型: int atoi(char *str)
函数功能: 将字符串转换成一个整数值
函数返回: 转换后的数值
函数说明: str 待转换为整型数的字符串
所属文件:
www.eeworm.com/read/211182/4945829
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/298155/3874784
dat funtc87.dat
函数名称: atoi
函数原型: int atoi(char *str)
函数功能: 将字符串转换成一个整数值
函数返回: 转换后的数值
函数说明: str 待转换为整型数的字符串
所属文件: