代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/27057/976480
uv2 do while.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 /
www.eeworm.com/read/27057/976484
m51 do while.m51
BL51 BANKED LINKER/LOCATER V6.00 07/02/2010 16:48:19 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
D:\处理软件\KEIL\C51\BIN\BL51.EXE d
www.eeworm.com/read/273525/4207624
hlp m2_while.hlp
{smcl}
{* 18mar2005}{...}
{cmd:help m2 while}
{hline}
{* index while tt}{...}
{title:Title}
{p 4 4 2}
{bf:[M-2] while -- while (exp) stmt}
{title:Syntax}
{cmd:while (}{it:exp}{cmd:
www.eeworm.com/read/380309/2661319
txt do…while循环控制.txt
/*3.猜价格,从键盘接受用户输入的价格,判断价格与实际价格相比,
提示用户猜的价格高还是低,如果猜对就退出,否则就继续
说明:
Do…while循环控制
If..else判断价格高还是低*/
#include
void main()
{
float price,p=100;
do
{
printf("请输入你猜的价格:");
www.eeworm.com/read/294334/8239856