代码搜索:数值分析
找到约 10,000 项符合「数值分析」的源代码
代码结果 10,000
www.eeworm.com/read/192744/8285698
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/134069/14010916
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/132862/14070570
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/113490/15454910
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/113028/15472722
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/109438/15557500
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/108190/15591282
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/332377/12761848
txt 新建 文本文档.txt
函01计升本__班 学号 ____ 姓名 ____ 成绩___ 制卷、阅卷人;张玉连
软件工程考试题
说明:一、二、三题答案请写到答题卡内。评分以卡内答案为准确。
一、 单项选择题(每个选择1分,共15分,答案请写到答题卡内)
1、 软件需求分析的任务不包括(A),进行需求分析可以使用多种工具,但(B)是不适用的。在需求分析中,分析员要从用户那里解决的最主 ...