代码搜索:cpp
找到约 10,000 项符合「cpp」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14815034
mak handle_exception.mak
# Nmake macros for building Windows 32-Bit apps
all: Handle~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815196
mak manip_threads.mak
# Nmake macros for building Windows 32-Bit apps
all: Manip_~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815513
mak create_semaphore.mak
# Nmake macros for building Windows 32-Bit apps
all: Create~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815542
mak simple_mutex.mak
# Nmake macros for building Windows 32-Bit apps
all: Simple~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815552
mak generate_error.mak
# Nmake macros for building Windows 32-Bit apps
all: Genera~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815654
mak three_options.mak
# Nmake macros for building Windows 32-Bit apps
all: Three_~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815676
mak getthreadcontext.mak
# Nmake macros for building Windows 32-Bit apps
all: GetThr~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119982/14815722
mak create_set.mak
# Nmake macros for building Windows 32-Bit apps
all: Create~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/119773/14822640
cpp exam4-1.cpp
/*文件名:exam4_1.cpp*/
#include
main()
{
float a,b,c;
printf("输入a,b,c:");
scanf("%f,%f,%f",&a,&b,&c);
if (a*a+b*b==c*c || a*a+c*c==b*b || b*b+c*c==a*a)
printf("构成一个直角三角形\n");
www.eeworm.com/read/119773/14822642
cpp exam5-17.cpp
/*文件名:exam5_17.cpp*/
#include
main()
{
int i,j,n;
printf("n:");
scanf("%d",&n);
for (i=1;i