代码搜索:example1
找到约 444 项符合「example1」的源代码
代码结果 444
www.eeworm.com/read/242043/13098128
cpp exam0-2.cpp
#include
int Example1(int a, int b, int c) //值参数方式
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/140727/5782554
text helpmessage.text
L"name: example1
synopsis: example1 file1 string1 string2
descr: string1 is present in file1; string2 replaces string1
example: example1.exe filea.text a a_00
options: none
arguments: filename1, str
www.eeworm.com/read/118593/6097483
bat makeall.bat
@del /s *.exe >nul
@ECHO *** EXAMPLE 0 ***
@cd example0
@nmake -c -fmakefile.cyg
@nmake -c -fmakefile.cyg clean
@cd ..
@ECHO *** EXAMPLE 1 ***
@cd example1
@nmake -c -fmakefile.cyg
www.eeworm.com/read/118593/6097518
bat makeall.bat
@del /s *.exe >nul
@ECHO *** EXAMPLE 0 ***
@cd example0
@nmake -c -fmakefile.vc
@nmake -c -fmakefile.vc clean
@cd ..
@ECHO *** EXAMPLE 1 ***
@cd example1
@nmake -c -fmakefile.vc
@nm
www.eeworm.com/read/118593/6097554
sh makeall.sh
#!/bin/sh
echo '*** EXAMPLE 0 ***'
cd example0
make -fmakefile.lin
make -fmakefile.lin clean
cd ..
echo '*** EXAMPLE 1 ***'
cd example1
make -fmakefile.lin
make -fmakefile.lin clean
cd ..
e
www.eeworm.com/read/129319/14252303
cpp exam0-2.cpp
#include
int Example1(int a, int b, int c) //值参数方式
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/221812/14719918
cpp exam0-2.cpp
#include
int Example1(int a, int b, int c) //值参数方式
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/152915/5655799
sh makeall.sh
#!/bin/sh
echo '*** EXAMPLE 0 ***'
cd example0
make -fmakefile.lin
make -fmakefile.lin clean
cd ..
echo '*** EXAMPLE 1 ***'
cd example1
make -fmakefile.lin
make -fmakefile.lin clean
cd ..
e
www.eeworm.com/read/201037/15418074
cpp exam0-2.cpp
#include
int Example1(int a, int b, int c) //值参数方式
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/111298/15514924
cpp exam0-2.cpp
#include
int Example1(int a, int b, int c) //值参数方式
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}