代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/199146/7883057
c 44blib.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include
#include
#include
#include
#includ
www.eeworm.com/read/399177/7883731
c monitor.c
#include
#include "monitor.h"
int xatoi (char **str, long *res)
{
DWORD val;
BYTE c, radix, s = 0;
while ((c = **str) == ' ') (*str)++;
if (c == '-') {
s = 1;
c =
www.eeworm.com/read/399176/7883832
txt 学生选课系统.txt
#include
#include
#include
#include
#include
#include
#include
/////////////////
www.eeworm.com/read/299123/7887312
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/199075/7890347
cpp bodyskip.cpp
// Listing 6.5
// Demonstrates skipping the body of
// the while loop when the condition is false.
#include
int main()
{
int counter;
std::cout
www.eeworm.com/read/199052/7892521
c 2.c
#include //预处理命令
void main(void) //主函数名
{
//这是第一种注释方式
unsigned int a; //定义变量a为int类型
/*
这是第二种注释方式
*/
do{ //do while组成循环
for (a=0; a
www.eeworm.com/read/434008/7897817
c dcmotor-pwm.c
/*********************************************************
PWM 控制 直流电机调速程序
For 武汉理工大学 09.01.10
晶振11.0592M
利用定时器控制产生占空比可变的 PWM 波
按K1,PWM值增加,则占空比减小,电机速度变慢。
按K2,PWM值减小,则占空比增加,电机速度加快。
www.eeworm.com/read/198970/7900248
m prodsampleimportmix.m
function [ptsS, wtsS] = prodSampleImportMix(npds,Npts,anFns,anParams,overSamp,type)
%
% Message-based importance sampling (private function)
%
% See Ihler,Sudderth,Freeman,&Willsky, "Efficient mu
www.eeworm.com/read/399000/7903289
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/433836/7906941
m aeldist.m
function x = AELDist(x0,m,beta,n)
format long;
x = zeros(n,1);
u = zeros(m,1);
for i=1:n
for j=1:m
r = MixMOD(x0,10,1);
k = 0;
while r(10) == 0
k = k +