代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/228696/14368275
c 2.21.c
#include
#include
void main (void)
{
int n,a[10],*ptr=a;
for( n = 0 ; n
www.eeworm.com/read/228696/14368530
lst main.lst
C51 COMPILER V7.06 MAIN 07/07/2005 15:15:35 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/228696/14368547
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/127152/14375552
lst sent.lst
C51 COMPILER V7.05 SENT 06/30/2004 15:26:28 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE SENT
OBJECT MODULE PLACED IN se
www.eeworm.com/read/228566/14379100
c mcu_pc_com.c
#include
#include
#include
#define COM0 XBYTE[0x78FF]
sbit beep=P3^4;
sbit wr=P3^6;
sbit rd=P3^7;
sbit en=P2^7;
unsigned char buffer[9]={0x00,0x01,0x02,0x03,0x0
www.eeworm.com/read/127062/14380875
txt 题目3.txt
题目3:函数READDAT()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组XX中;
请编制函数STROR(),其函数功能是:以行为单位把字符串中的所有小写字母O左边的字符串内容移到该串的右边存放,
然后并把小写字母O删除,余下的字符串内容移到已处理字符串的左边存放.
最后把已处理的字符串仍按行重新存入字符串数组XX中,最后调用函数WRITEDAT()把结果XX输出到文件O ...
www.eeworm.com/read/127062/14381123
txt 题目4.txt
题目4:函数ReadDat( )实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中; 请编制函数StrOL( ),
其函数的功能是: 以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排,同时去
除标点符号,之后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中。
最后main()函数调用函数WriteDat()把结果xx输出到文件OUT6.DAT中。 ...
www.eeworm.com/read/228439/14384368
c pt2262.c
/******************************************************************************************
项目名称: 意大利无线门铃
程序功能: PT2262解码程序
晶 振: 4 MHz
作 者:
www.eeworm.com/read/228316/14392489
c main.c
#include "cpu_reg.h"
int ms,f;
unsigned int *ExRamStart = (unsigned int *)0x4000;
void main()
{
int i;
asm(" STM #0000h,CLKMD ");
while(*CLKMD & 0x01 );
asm("
www.eeworm.com/read/228284/14393848
c 44blib.c
#include
#include
#include
#include
#include
#include "..\target\44b.h"
#include "..\target\44blib.h"
#include "..\target\def.h"
#inclu