代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/309956/13661509
cpp multiple.cpp
# include
# include
class RSA
{
public:
int p;
int q;
int M,d,n;
int e;
int m;
//unsigned __int64 c;
int c;
public:
RSA(in
www.eeworm.com/read/309940/13661674
c 1.c
#include
sbit p=P1^0;
void delay(void)
{
unsigned int i,j,k;
for(i=20;i>0;i--)
for(j=20;j>0;j--)
for(k=248;k>0;k--);
}
main()
{
while(1)
{
p=0;
delay();
www.eeworm.com/read/309724/13665791
c 44blib.c
//#include "..\inc\44b.h"
//#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include "config.h"
#include
#include
//#include
//
www.eeworm.com/read/309649/13666888
c initvars.c
/* +++Date last modified: 05-Jul-1997 */
/**** init_globals(fp, names, types, ...)
**
** public domain by Raymond Gardner Sept. 1991
**
** fp is a FILE * to the (already fopen'ed) file cont
www.eeworm.com/read/309649/13667324
c faskbhit.c
/* +++Date last modified: 05-Jul-1997 */
/*
** by David Goodenough & Bob Stout
**
** Revisions:
** 30-Mar-96 Ed Blackman OS/2 mods
*/
#include
#include
#include "sn
www.eeworm.com/read/309649/13667477
c uudecode.c
/* +++Date last modified: 05-Jul-1997 */
/*
** by: John Lots
** patched up for BC++ 3.1 by Alan Eldridge 10/12/92
** (UUCP: alane@wozzle.linet.org, FIDO: 1:272/38.473)
*/
#include
www.eeworm.com/read/309538/13669426
m rank2.m
function y=rank2(A)
i=1;
[m n]=size(A);
A=rref2(A);
while i
www.eeworm.com/read/309538/13669428
m solution.m
function f=solution(x,y)
%理论不严密,紧可用于低阶判断。
h=x;
k=[]
while h
www.eeworm.com/read/309517/13669712
c mian.c
/************************************************************************************
三.按键判断
DPY工作室
************************************************************************************/
#include