代码搜索:Problem

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

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

dsw problem 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/4424595

dsp problem 1.dsp

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

c problem1.c

#include struct ydate { int year; int month; int day; }; int is_leap_year(struct ydate *pd) { int leap_year=0; if(pd->year%4==0 && pd->year%100!=0 || pd->year%400==0) leap_y
www.eeworm.com/read/251030/4424645

plg problem 1.plg

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

dsw problem 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/4424647

dsp problem 1.dsp

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

c problem 1.c

#include double area(); void main() { double ar; ar = area(); printf("三边形的面积: %5.2f\n",ar); } double area() { int b,h; printf("请输入三角形的底:\n");//输入三角形的底和高 scanf("%d",&b);
www.eeworm.com/read/251030/4424649

dsp problem 2.dsp

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

c problem 2.c

#include void printbox(); void main() { printf("请输入一个数: \n"); printbox(); } void printbox() { int i,j,n; scanf("%d",&n); for(j = 0; j < n; j = j + 1) printf("*");
www.eeworm.com/read/251030/4424651

dsw problem 2.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################