代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/425444/10355807
opt test.opt
www.eeworm.com/read/425444/10355810
h test.h
int max(int a,int b)
{
int z;
z=a>b?a:b;
return z;
}
float ave(int a[])
{
int n,i,sum=0;float ave;
coutn;
for(i=0;i
www.eeworm.com/read/425444/10355813
cpp test.cpp
//the main function
#include
#include "test.h"
void main(void)
{
int x,y,sum,*p;
float aver;
coutx>>y;
sum=max(x,y);
cout
www.eeworm.com/read/425444/10355817
plg test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/425444/10355819
pch test.pch
www.eeworm.com/read/425444/10355828
pdb test.pdb
www.eeworm.com/read/425444/10355829
ilk test.ilk
www.eeworm.com/read/425444/10355831
obj test.obj
www.eeworm.com/read/425444/10355832
exe test.exe
www.eeworm.com/read/425444/10355837
dsp test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons