代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/397854/8019128
c uart.c
/*= uart.c =====================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be useful, bu
www.eeworm.com/read/397802/8020888
cpp ddddd.cpp
#include
#include
void main()
{
float a[10][11],x1[10],x2[10],temp=0,fnum=0;
int i,j,n,bk=0;
printf("使用Jacobi迭代法求解方程组:\n");
printf("输入方程组的元(n
www.eeworm.com/read/297410/8024289
cpp 高精度阶乘.cpp
#include
void main()
{
int x, A, B, M, N, a[500] = {0}, i, j, temp;
scanf("%d", &x);
if (!(x >= 0 && x 0)
{
M ++;
a[M] = A
www.eeworm.com/read/197149/8026381
cpp help3.cpp
/*
Project 3-3
The finished Help system that process multiple requests.
*/
#include
using namespace std;
int main() {
char choice;
for(;;)
www.eeworm.com/read/197147/8026389
cpp helpclass.cpp
/*
Project 8-1
Convert the Help system from Project 3-3 into
a Help class.
*/
#include
using namespace std;
// A class that encapsulates a help syste
www.eeworm.com/read/397689/8029273
c reader.c
/*************************************************************************
*
* m a k e : r e a d e r . c
*
* Read in makefile
*================================================================
www.eeworm.com/read/197075/8032402
cpp 括号匹配检验.cpp
#include"SqStack.h"
#include
//括号匹配与否的检验,要求表达式中只有两种括号[]和()
int check(){
SqStack S; //存放括号
SElemType e;
InitStack(S);//栈的初始化;
char c; //存放输入的字符;
while((c=getchar())!='
www.eeworm.com/read/197075/8032441
cpp 主函数.cpp
#include"SqStack.h"
void main(){
SqStack sq;SElemType e;
InitStack(sq);
char str[30];
cout
www.eeworm.com/read/297260/8034588
c vim.c
/*
* $Id: vim.c,v 1.12 2006/05/30 04:37:13 darren Exp $
*
* Copyright (c) 2000-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General
www.eeworm.com/read/297260/8034624
c scheme.c
/*
* $Id: scheme.c,v 1.3 2006/05/30 04:37:13 darren Exp $
*
* Copyright (c) 2000-2002, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU Genera