代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/487171/1241646
sln exercise 2.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Exercise 2", "Exercise 2.vbproj", "{A9816339-0F7F-483C-A1A0-91
www.eeworm.com/read/251030/4424485
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/4424486
c exercise2.c
#include
void main ()
{
/*用 ch 存储顾客是否是会员的信息
*用 cost1、cost2 和 cost3 三个单精度浮点型变量存储购买商品的费用 */
char ch;
float cost1, cost2, cost3;
float total_cost;
double discount, pay;
www.eeworm.com/read/251030/4424487
plg exercise2.plg
Build Log
--------------------Configuration: Exercise2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQ
www.eeworm.com/read/251030/4424488
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/4424489
dsp exercise1.dsp
# Microsoft Developer Studio Project File - Name="Exercise1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/251030/4424490
plg exercise1.plg
Build Log
--------------------Configuration: Exercise1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQ
www.eeworm.com/read/251030/4424491
c exercise1.c
#include
void main()
{
int x,y,z,t;
printf("\n请输入三个整数:");
scanf("%d%d%d",&x,&y,&z);
printf("\n三个数分别为: %d %d %d\n",x,y,z);
if (x>y)
{/*交换x,y的值*/
t=x;
x=y;
y=t;
}
www.eeworm.com/read/251030/4424492
dsw exercise1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################