代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/480079/6676535

c qiangda.c

#include unsigned char DATA_7seg[10]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};//两位时间段码 sbit start=P1^7; //抢答开始 sbit mode=P2^7; //模式选择——抢答-定 sbit add=P3^7; //调时 s
www.eeworm.com/read/480153/6678227

c utils.c

/********************************************************** *Filename: utils.c *Author: 星云鹏 *Date: 2008-05-15 * *与协议无关的若干函数 *********************************************************/ #in
www.eeworm.com/read/479927/6683692

v loop2.v

module loop2; integer i; initial begin i=0; while(i
www.eeworm.com/read/349895/6684028

c 16.c

#include /*定义待排序数组的最大长度*/ #define MAX 100 /*———————————————————————直接插入排序——————————————————————————*/ void InsertSort(int *R,int n) { /* 对数组R中的元素R[1]..R[n-1]按递增序进行插入排序*/ int i,j
www.eeworm.com/read/349895/6684162

c 60.c

#include "stdio.h" #include "string.h" int Fmod(int x,int r,int p); int IptoInt(char *ip); int e,d=1,n; int main(int argc,char *argv[]) { int ip,fai,p=43,q=59,ch1,i=0,j=0,edch,dech=0;
www.eeworm.com/read/349895/6684163

bak 60.c.bak

#include "stdio.h" #include "string.h" int Fmod(int x,int r,int p); int IptoInt(char *ip); int e,d=1,n; int main(int argc,char *argv[]) { int ip,fai,p=43,q=59,ch1,i=0,j=0,edch,dech=0;
www.eeworm.com/read/479941/6684517

lst demo232.lst

C51 COMPILER V8.05a DEMO232 04/20/2009 19:12:12 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE DEMO232 OBJECT MODULE PLACED I
www.eeworm.com/read/479223/6690317

c lca.c

#include #include void main() { int i,j,n,n1,n2,m,k1,k2,*a,*b,*c; freopen("input.txt","r",stdin); freopen("output.txt","w",stdout); scanf("%d",&n); a=malloc((n+4)*siz
www.eeworm.com/read/479254/6690540

c main.c

//------------------------------------------------------------------------------ // main.c //------------------------------------------------------------------------------ // Copyright (C) 2005 Sil
www.eeworm.com/read/479375/6693040

h wpa_debug.h

/* * wpa_supplicant/hostapd / Debug prints * Copyright (c) 2002-2007, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the terms of the