代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/309453/13670888
c example.c
#include
void main(void)
{ bit s=0;
xdata unsigned char memory[3];
unsigned char j, k
TMOD=0x20;
TL1=0xfd;
TH1=0Xfd;
SCON=0X50;
PCON=0x00;
TR1=1;
www.eeworm.com/read/309453/13670951
c interrrupt.c
#pragma small
#include
unsigned char a;
sbit P10=P1^0;
void initmpu(void)
{
TMOD=0x20;
TL1=0xfd;
TH1=0xfd;
SCON=0x50;
PCON=0x00;
IE=0x90;
TR1=1;
}
void
www.eeworm.com/read/309327/13674123
c fft.c
#include
#include
#include
#include
void tra(float *x,float *y)
{
float t;
t=(*x);
(*x)=(*y);
(*y)=t;
}
void FFT(float *xr, float *xi, int
www.eeworm.com/read/309232/13678123
cpp rsa.cpp
#include
#include
#include "rsa.h"
using namespace std;
int getprime()
{
//----------------符合要求的素数表---------------------
int prime[19] = {151, 157, 163, 167, 173, 179, 181
www.eeworm.com/read/309210/13678975
java readquesion.java
import java.util.*;
import java.io.*;
public class ReadQuesion{
public static Vector readQuesion(){
Vector v = new Vector();
try{
FileReader fr = new FileReader("
www.eeworm.com/read/309175/13680151
cpp queen.cpp
// queen.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
int a[8];
int m=0;
void main()
{
int ok(int i,int j);
void qu
www.eeworm.com/read/309141/13680943
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/308905/13687785
c 89c51.c
//////////////////////////////////////////////////
// //
// AT89C51时钟程序 //
//
www.eeworm.com/read/308787/13692078
m instfreq.m
function [fnormhat,t]=instfreq(x,t,L,trace);
%INSTFREQ Instantaneous frequency estimation.
% [FNORMHAT,T]=INSTFREQ(X,T,L,TRACE) computes the instantaneous
% frequency of the analytic signal X at time
www.eeworm.com/read/308753/13693363
txt 1006.txt
Memory: 264K Time: 110MS
Language: C++ Result: Accepted
Source Code
#include
using namespace std;
int main()
{
int b[3],n[3],y[3],d,i,M,days,times=1;
int m[3]={23