代码搜索:Exercise

找到约 10,000 项符合「Exercise」的源代码

代码结果 10,000
www.eeworm.com/read/251030/4424533

dsp exercise2.dsp

# Microsoft Developer Studio Project File - Name="Exercise2" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424534

c exercise2.c

#include #define MAX 50 void main() { int i,k,m,n,num[MAX],*p; printf("请输入总人数:"); scanf("%d",&n); p=num;//指向数组的指针 for(i=0;i
www.eeworm.com/read/251030/4424535

plg exercise2.plg

Build Log --------------------Configuration: Exercise2 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\LIQ
www.eeworm.com/read/251030/4424536

dsw exercise2.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/251030/4424577

plg exercise 1.plg

Build Log --------------------Configuration: Exercise 1 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\LI
www.eeworm.com/read/251030/4424578

c exercise 1.c

#include #define N 10 void main() { int i = 0; float item_arr[N],total; printf("\n 请输入商品的价格。\n"); /* 用 for 循环接收这些商品的价格 */ for (i = 0; i < N; i++) { pr
www.eeworm.com/read/251030/4424579

dsp exercise 1.dsp

# Microsoft Developer Studio Project File - Name="Exercise 1" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86
www.eeworm.com/read/251030/4424580

dsw exercise 1.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/251030/4424581

dsw exercise 2.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/251030/4424582

c exercise 2.c

#include void main() { int salesman[4][4]; /*存储四个销售员销售的四种产品的数量 *行表示销售员 *列表示产品 *****************/ char product;//标识4种商品 int i,j,sum = 0; double grand_total=0.0;//保存销售所有