代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/251030/4424730
c problem 2.c
#include
#include
void main()
{
char arr1[50], arr2[30];
int counter1, counter2;
printf("\n请输入一个主字符串:");
gets(arr1);
printf("\n请输入一个子字符串:");
gets(arr2
www.eeworm.com/read/251030/4424731
dsw problem 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/4424732
plg problem 2.plg
Build Log
--------------------Configuration: Problem 2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQ
www.eeworm.com/read/251029/4425080
plg problem 1.plg
Build Log
--------------------Configuration: Problem 1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQ
www.eeworm.com/read/251029/4425081
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/251029/4425082
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/251029/4425083
c problem 1.c
#include
#define PI 3.14;
void calcCircle();
void main()
{
calcCircle();
}
void calcCircle()
{
float radius;
double area;
double circum;
double pi = PI;
printf
www.eeworm.com/read/251029/4425084
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/251029/4425085
c problem 2.c
#include
double feetToInches(double feet);// 函数声明
double inchesToCentimeters(double inches);//函数声明
double centimetersToMeters(double cm);//函数声明
void main()
{
double feet,inches,cms
www.eeworm.com/read/251029/4425086
dsw problem 2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################