代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/454421/7391929

c 时钟2.c

////////////////////////////////////////////////// // // // AT89C51时钟程序 // //
www.eeworm.com/read/454421/7391931

lst 时钟2.lst

C51 COMPILER V7.06 蔩钟2 11/01/2006 17:13:00 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE 蔩钟2 OBJECT MODULE PLACED IN 时钟2.O
www.eeworm.com/read/454368/7393040

message

#!/bin/bash #echo "message: verbose = $VERBOSE" if (( VERBOSE == 1 )) then exit 0; fi a=$MAKELEVEL while (( 0 < a )); do echo -n " "; let "a = $a - 1";done echo $1
www.eeworm.com/read/454297/7394457

c utils.c

#include "def.h" extern int SerialRxReady(void); extern char SerialRxKey(void); unsigned short ntohs(unsigned short s) { return (s >> 8) | (s
www.eeworm.com/read/454133/7397629

c xiang.c

#include sbit speaker=P1^4; void delay(int x,int y) ; main() { while (1) { speaker=1; delay(1,20); speaker=0; delay(1,20); } } void delay(int x,int y) { unsigned
www.eeworm.com/read/453770/7412605

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/453770/7412853

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 char code dx516[3] _at_ 0x003b;//这是为了仿真设置的 sbit P10=P1^
www.eeworm.com/read/453702/7414006

m bianhuan.m

%利用快速算法计算离散时间序列的傅立叶变换 function y=bianhuan(xr,n) %参数说明 xr为单精度实型一维数组,长度为n; %n为整型变量,是数据长度,也是进行FFT变换的点数,必须为2的整数次幂 for i=1:n xi(n)=0;%设定虚部为零 end j=0; for i=0:n-2; %实现数组元素的交换
www.eeworm.com/read/453496/7418419

c 0_to_100.c

#include void main () { int value = 0; while (value
www.eeworm.com/read/453496/7418431

c no_cont.c

#include void main() { int counter; printf("\nEven values\n"); for (counter = 1; counter