代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/134488/6325854
txt 生成月仓库资金占用code.txt
zijinmon=month(zijinzhanyong.日期)
zijinyea=year(zijinzhanyong.日期)
rukumon=month(zijinzhanyong.日期)
rukuyea=year(zijinzhanyong.日期)
chukumon=month(zijinzhanyong.日期)
chukuyea=year(zijinzhanyong.日期)
www.eeworm.com/read/115360/6335647
java empresses.java
package empress;
/**
* Title:Empresses
*
* Description:Empresses Show Software
*
* Copyright: Copyright (c) 2004
*
* Company:Bluebell
*
* @authorJam
www.eeworm.com/read/115360/6335654
java~1~ empresses.java~1~
package empress;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2004
*
* Company:
*
* @author not attributable
* @version 1.0
*/
pu
www.eeworm.com/read/120064/6337462
txt data.txt
PROGRAM
CONST
VAR
INTEGER
LONG
PROCEDURE
IF
THEN
WHILE
DO
READ
WRITE
BEGIN
END
ODD
+
-
*
/
=
<
>=
,
.
;
:
:=
(
)
#
www.eeworm.com/read/418906/6339647
cpp xt6-5.cpp
#include
using namespace std;
int main()
{int i,k,m,n,num[50],*p;
coutn;
p=num;
for (i=0;i
www.eeworm.com/read/418906/6339651
cpp xt6-16.cpp
#include
using namespace std;
int main()
{char str[50],*pstr;
int i,j,k,m,e10,digit,ndigit,a[10],*pa;
cout
www.eeworm.com/read/157009/6341454
txt demo.txt
Sub Main()
Dim a As Integer
Print "1+2+3+...+100="
a=100
Count(a)
End Sub
Sub Count( Dim Max As Integer)
Dim i As Integer
Dim s As Integer
s=0
i=1
Do
s=s+i
i=i+1
Loop W
www.eeworm.com/read/219605/6341977
c 2_8a.c
/* ======================================== */
/* 程式实例: 2_8a.c */
/* 输入字串且将之印出 */
/* ======================================== */
#include
www.eeworm.com/read/437282/6343950
txt 学生成绩管理程序链表.txt
学生成绩管理程序(链表)--作者:慕容飞雪
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
int shoudsave=0; //
struct student
{
char num[10];//学号
char name[20];
char sex[4];
int cgrade;
www.eeworm.com/read/145285/6350549
c merge.c
#include
void Mpass(int x[],int y[],int k,int n); /*声明其为函数*/
void Msort(int x[],int y[],int n); /*声明其为函数*/
int main(void)
{
/*要排序整型数据序列*/
int a[] = {26,5,37,1,61,11,59,15,48,19