代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/448640/7528829
txt novel.txt
#include
#include
#include
#include
void transfer(char *a)
{
using std::stack;
stack s1;
using std::queue;
queue q1,q2;
int i=strlen(a);
www.eeworm.com/read/448627/7528926
cpp 大作业.cpp
#include
class polynomial;//先声名,以便后面将它定义为ListNode的友元类。
class ListNode
{
friend class polynomial;
private:
double data1;//存放系数。
int data2;//存放指数。
ListNode *link;
};
class
www.eeworm.com/read/448535/7531378
m poisson.m
function x = poisson(lambda)
%
% Generate a sample of a random variable x with mean lambda
% (Following Numerical Recipes in C, 2nd ed., p. 294)
% This function should be initialized by initpoiss
www.eeworm.com/read/448204/7538087
c suijishu.c
#include
#include
void main(void)
{
int tempnum,i;
while(1)
{
tempnum=rand();
if (0
www.eeworm.com/read/448182/7538526
c l3-9.c
/**********************************************************************
程序名称:L3-9.c
程序功能:理解、掌握for语句的使用方法
程序作者:张三
创建时间:2008-3-28
*******************************************************************
www.eeworm.com/read/448182/7538534
c l3-2.c
/**********************************************************************
程序名称:L3-2.c
程序功能:演示if语句的使用方法
程序作者:张三
创建时间:2008-3-28
**********************************************************************/
www.eeworm.com/read/448182/7538550
c l5-1.c
/**********************************************************************
程序名称:L5-1.c
程序功能:用两位数码管静态显示数字00~99
程序作者:张三
创建时间:2008-3-28
*****************************************************************
www.eeworm.com/read/447573/7549398
cpp tom的烦恼4ac.cpp
#include
using namespace std;
const int N = 30003, M = 100009;
int n, s[N], t[N], v[N];
// 按结束时间从小到大排序
int x, y, z;
void QSort( int b, int e ); // t
www.eeworm.com/read/447271/7555458
h emot.h
/*****************************************
// For: CC1110 in PS
// emot.h
// 2008年1月30日 emot
*****************************************/
#ifndef EMOT_H
#define EMOT_H
#in
www.eeworm.com/read/447201/7556592
c 44blib.c
#include
#include
#include
#include
#include
#include "..\target\44b.h"
#include "..\target\44blib.h"
#include "..\target\def.h"
#inclu