代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/313819/13580515
c 1.c
/*这是编译原理的一个作业题,是作语法分析的.建表是手工的,因此具有些局限性,不过可以给大家参考。*/
#include
main()
{
char b[100],a[50];
int k,j,p,i,v,t;
int q1,q2,q3,q4,q5,f;
char c[6][7]=; /*建的语法分析表,语法如下:E::TH;H::+TH;H::空;T::F
www.eeworm.com/read/313486/13586586
c oneled.c
#include //预处理命令
void main(void) //主函数名
{
//这是第一种注释方式
unsigned int a; //定义变量a为int类型
/*
这是第二种注释方式
*/
do{ //do while组成循环
for (a=0; a
www.eeworm.com/read/313430/13587858
c 44blib.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include
#include
#include
#include
#includ
www.eeworm.com/read/313399/13588732
c eeuler.c
#include
int i,j,k,n;
double phi;
main(){
while (1 == scanf("%d",&n) && n) {
k = n;
phi = n;
for (i=2;i*i
www.eeworm.com/read/313397/13588751
c e.c
#include
main(){
int n,rem,digs;
while (1 == scanf("%d",&n)) {
for (rem=digs=1;rem;digs++) rem = (rem*10+1) % n;
printf("%d\n",digs);
}
}
www.eeworm.com/read/313264/13591173
txt 单片机c语言编程.txt
主机程序master.c清单
#include
#define uchar unsigned char
#define BN 16 //传送一次的字节数
uchar master(uchar addrs,uchar comnd);
uchar SLAVE=0*00; //从机地址
uchar idata
www.eeworm.com/read/313158/13595012
txt 递归列出所有的条目.txt
#include
#include
int fin(int m,int n,int k,int* p){
int j=0,q=0,h=k;
int* a=NULL;
a=(int*)malloc(sizeof(int)*(m+1));
for(j=1;j
www.eeworm.com/read/313124/13596168
c 通用函数.c
#include
#include
//-----------------------------------------------------------------------------------------------------
//蜂鸣器端口PORTD.5
#define on_spk PORTD&=~(1
www.eeworm.com/read/312864/13603091
txt text.txt
program example1;
var
a,b,c:integer;
x:char;
begin
if(a+c*3>b)and(b>3) then c:=3;
x:=2+(3*a)-b*c*8;
for x:=1+2 to 3 do
b:=100;
while a>b do
c:=5;
repeat a:=10;
until a>b;
end.
www.eeworm.com/read/312687/13606322
cpp 动物识别系统.cpp
#include"动物识别系统.h"
#include"fact.h"
#include"rule_database.h"
#include
#include
#include
using namespace std;
int t=0;
int h;
string s[100];
int rule_num=0;
i