代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/450554/7481576
txt 关于文曲星上猜数字游戏的c编程方法.txt
关于文曲星上猜数字游戏的c编程方法
本人为计算机专业大一新生,出学c语言,能力很有限,但也希望能与广大c语言爱好者进行交流,现将我自己编的文曲星上的猜数字游戏的c原程序代码公布如下(我的邮箱是pegasusknight@vip.sina.com,欢迎大家与我交流)
#include
#include
#include
#inclu
www.eeworm.com/read/450554/7481581
txt 学生成绩管理系统.txt
学生成绩管理系统
/*-------------1-------------*/
#include
#include /*头文件*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/450491/7482989
c lab2.c
/*
In Lab 2 the user has to configure the ADC 10 for a simple ADC conversion
The ADC steps are:
1. Manual trigger of ADC conversion using the SAMP bit
2. Manual sampling using the DelayNmSec(N) ro
www.eeworm.com/read/450491/7482994
c lab2.c
/*
In Lab 2 the user has to configure the ADC 10 for a simple ADC conversion
The ADC steps are:
1. Manual trigger of ADC conversion using the SAMP bit
2. Manual sampling using the DelayNmSec(N) ro
www.eeworm.com/read/450470/7483421
c no_cont.c
#include
void main()
{
int counter;
printf("\nEven values\n");
for (counter = 1; counter
www.eeworm.com/read/450470/7483441
c chrcnt.c
int chrcnt(const char *string, int letter)
{
int count = 0;
while (*string)
if (*string == letter)
count++;
return(count);
}
www.eeworm.com/read/450442/7484002
cpp first.cpp
// frc026.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
polynode*polyadd(polynode*pa,polynode*pb)
{
polynode*p,*q,*r,*s;
floatx;
p=pa->next;
q=
www.eeworm.com/read/450411/7484330
c preproc.c
/* `
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit
www.eeworm.com/read/450181/7489632
cpp deleterepeat.cpp
#include "stdio.h"
#include
char *paixu(char a[]);
void shanchu(char a[]);
int panduan(char a[]);
int main()
{
char a[50];
while(1){
while(1){
printf("请输入字符串(输入回车终止):\n