代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/157219/11729556
cpp 6_2.cpp
#include
main()
{
int i,sum=0;
i=1;
do
{
sum+=i;
i++;
}
while(i
www.eeworm.com/read/157219/11729584
cpp 9_11.cpp
#include
#define LETTER 1
main()
{
char c1,c2;
c1=getchar();
while(c1!=EOF)
{
#if LETTER
if(c1>='a'&&c1='A'&&c1
www.eeworm.com/read/157219/11729599
cpp 9_5(1).cpp
#include
#define SQUARE(n) (n)*(n)
main()
{
int i=1;
while(i
www.eeworm.com/read/260378/11729939
prg panduanyigeshushibushishushu.prg
clea
m=0
yn="Y"
l=1
do while upper(yn)="Y"
inpu "请输入a的值" to m
for i=2 to m-1
if m/i=int(m/i)
l=0
exit
endi
next
if l=1
?"m是素数"
else
?"m不是素数"
endi
wait "要继续么y/n" to yn
www.eeworm.com/read/260355/11730666
c 2410lib.c
//===================================================================
// File Name : 2410lib.c
// Function : S3C2410 PLL,Uart, LED, Port Init
// Program : Shin, On Pil (SOP)
// Date : Marc
www.eeworm.com/read/346612/11735344
h keys.h
/*******************************************************************
*【文 件 名】:keys.h *
*【建立日期】:2008年7月3日 *
*【修改日期
www.eeworm.com/read/346608/11735625
h keys.h
/*******************************************************************
*【文 件 名】:keys.h *
*【建立日期】:2008年7月3日 *
*【修改日期
www.eeworm.com/read/260253/11736686
cpp 3_19.cpp
#include
#include
#define N 6
void main()
{
int a[N+1][N+1];
int row,column,i,j,k,t,p;
row=0;column=1;k=N;t=1;p=1;
do
{
for(i=1;i