代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/101110/6353606

htm 9-12.cfm.htm

使用循环(for
www.eeworm.com/read/217347/6356232

m spheredecod3.m

function y1 = spheredecod3(rev, C, M, codebook) % Sphere decoding as the channel matrix is available % only for real number matrices and vectors % rec: received signal vector % C: Initial radiu
www.eeworm.com/read/429673/6356552

c hongwai.c

/****************************************************************** /* * /* OK200E单片机开发系统演示程序 * /*
www.eeworm.com/read/438353/6356641

m deci22bin.m

%deci22bin.m function y=deci22bin(x,t) %十进制数x转化为二进制数,二进制数至少表示为t位 y=zeros(size(x,1),t); for j=1:size(x,1) i=1; while x(j)>=0&i
www.eeworm.com/read/471976/6358342

c bianyiyaunli xifa.c

#include"stdio.h" #include"string.h" char proc[80],token[8];/*proc shi huanchognqu,token shi yonglai cunfang danci fuhao */ char ch; char inputstring[80]; int i ; int syn,p,m,n,sum; int lrparse
www.eeworm.com/read/494668/6359903

c 计算器.c

#include #include #include #define uint unsigned int #define uchar unsigned char #pragma interrupt_handler int0:2 uint code[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0
www.eeworm.com/read/494668/6359912

_c 计算器._c

#include #include #include #define uint unsigned int #define uchar unsigned char #pragma interrupt_handler int0:2 uint code[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0
www.eeworm.com/read/494733/6374567

txt 4.txt

【程序80】 题目:海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的,问海滩上原来最少有多少个桃子? 1.程序分析: 2.程序源代码: main() {int i,m,j,k,count; for( ...
www.eeworm.com/read/494753/6374828

cpp huiwen.cpp

#include using namespace std; int data[100]; int pow10(int k)//计算10的k次方 { int t = 1; while(k--) { t*=10; } return t; } void make()//产生19,109,199,1099,1999...  { int i
www.eeworm.com/read/494360/6375657

c 波形发生器.c

#include"reg51.h" #define uchar unsigned char sbit ksaw=P1^0; //锯齿波按键. sbit ktran=P1^1; //三角波按键. sbit ksquare=P1^2; //方波按键. sbit ksin=P1^3; //正弦波按键. void delay( ); uchar code tab[1