代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/311427/13631067
cpp hb.cpp
//有序合并两个数组(重复的也保留)
#include
#include
using namespace std;
int a[4],b[7],c[11]; ]
int merge(int af[],int lena,int bf[],int lenb) //有序合并
{
int i=1,j=1,k=1;
do
www.eeworm.com/read/311399/13631208
cpp rsa.cpp
#include
using namespace std;
void main(){
int p=5,q=11,n,t,d=0,e=3;
int x,a,y,m;
long b;
n=p*q;
t=(p-1)*(q-1);
while ((d*e)%40!=1){
d++;
}
cout
www.eeworm.com/read/310893/13641696
c ljw1.c
//功能说明:
//通过单片机的I/O引脚以软件延时方式产生方波,使蜂鸣器发出"嘀、嘀…"声音。
#include
void delay250( unsigned int k );
main( )
{
for (;;)
{
www.eeworm.com/read/310556/13649145
c sim.c
/* @(#) sim.c 1.2 1/27/86 17:48:09 */
/*ident "@(#)cfront:lib/task/sim.c 1.2"*/
/* @(#) sim.c 1.1 1/17/85 14:49:52 */
#include "task.h"
histogram.histogram(int nb, int ll, int rr)
{
DB(("x%x->histogr
www.eeworm.com/read/310520/13649858
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/310429/13651228
c siranse.c
#include
#define MAXSIZE 10
void main(){
void mapcolor(int (*r)[MAXSIZE],int *s,int n);
int b[MAXSIZE];
int a[MAXSIZE][MAXSIZE];
int i,j,n;
int k=0,color=1;
bool zhen=true;
bool z
www.eeworm.com/read/310180/13656894
c test44x_testlcd.c
#include "msp430x44x.h"
int Digit[10] = {0X7B,0X12,0X4F,0X1F,0X36,0X3D,0X7D,0X13,0X7F,0X3F};
void Delay(int m)
{
while(m-->0);
}
void clr_lcdmem(void)
{
int i;
for(i = 0;i
www.eeworm.com/read/310161/13657332
c 44blib.c
#include "44b.h"
#include "44blib.h"
#include "def.h"
#include "option.h"
#include
#include
#include
#include
#include
#define STACKSI
www.eeworm.com/read/310159/13657415
c 44blib.c
#include "44b.h"
#include "44blib.h"
#include "def.h"
#include "option.h"
#include
#include
#include
#include
#include
#define STACKSI
www.eeworm.com/read/309985/13661028
c 44blib.c
#include
#include
#include
#include
#include
#include "..\target\44b.h"
#include "..\target\44blib.h"
#include "..\target\def.h"
#inclu