代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/402770/11527950
cpp ex236_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect obje
www.eeworm.com/read/402770/11527980
cpp ex612_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_ENTERPRISEDB // Compile OTL 4.0/EnterpriseDB-ODBC
// Uncomment the #define below when used in Linux / Unix
//#define
www.eeworm.com/read/402770/11528196
cpp ex235_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/402770/11528323
cpp ex651_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomment
www.eeworm.com/read/402770/11528498
cpp ex526_odbc.cpp
#include
using namespace std;
#include
#define OTL_FREETDS_ODBC_WORKAROUNDS
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile O
www.eeworm.com/read/402666/11530825
cpp zz.cpp
#include
#include
#include
NTL_START_IMPL
const ZZ& ZZ::zero()
{
static ZZ z;
return z;
}
const ZZ& ZZ_expo(long e)
{
www.eeworm.com/read/402633/11531185
txt 流水灯暗点流动.txt
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uint a);
void main()
{
uint a,b;
while(1)
{
b=0x80;
for(a=0;a
www.eeworm.com/read/402633/11531186
txt 流水灯亮点流动.txt
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uint a);
void main()
{
uint a,b;
while(1)
{
b=0x7f;
for(a=0;a
www.eeworm.com/read/402434/11535063
c 蜂鸣器01.c
#include
unsigned char i;
void delay(unsigned char t,k);
main()
{
while(1)
{
P0_0=1;
P3_0=1;
delay(10,500);
P0_0=0;
P3_0=0;
delay(10,30);
}
}
void delay(unsigned char t,k)/
www.eeworm.com/read/402433/11535087
c 闪烁灯04.c
#include
unsigned char i;
void delay(unsigned char t,k);
main()
{
while(1)
{
for(i=0;i