代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/260161/11741841
c 4.c
#include
unsigned char i;
unsigned char temp;
unsigned char a,b;
void delay(void)
{
unsigned char m,n,s;
for(m=20;m>0;m--)
for(n=20;n>0;n--)
for(s=248;s>0;s--);
}
void m
www.eeworm.com/read/346487/11742120
c 2410lib.c
//===================================================================
// File Name : 2410lib.c
// Function : S3C2410 PLL,Uart, LED, Port Init
// Program : Shin, On Pil (SOP)
// Date : Marc
www.eeworm.com/read/260026/11751338
cxx evalue.cxx
//$$evalue.cxx eigen-value decomposition
// Copyright (C) 1991,2: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
#inc
www.eeworm.com/read/346367/11752701
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/156908/11753730
cpp brent.cpp
/*
* Program to factor big numbers using Brent-Pollard method.
* See "An Improved Monte Carlo Factorization Algorithm"
* by Richard Brent in BIT Vol. 20 1980 pp 176-184
*
* Requires:
www.eeworm.com/read/156908/11753852
c mex.c
/* mex.c
*
* Updated to allow emission of scheduled code.
*
* Macro EXpansion program.
* Expands Macros from a .mcs file into a .tpl file to create a .c file
*
* Copyright (c) 2002 Sha
www.eeworm.com/read/346340/11753958
txt 315m无线遥控解码程序.txt
;----------------------------315M无线遥控解码程序------------------------------*/
#i nclude
#define uchar unsigned char
#define uint unsigned int
/*---------------------------------变量列表----
www.eeworm.com/read/346282/11756518
6 13.1.6
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/259865/11761242
c 0_to_100.c
#include
void main ()
{
int value = 0;
while (value