代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/404926/11475747
_c key._c
/********************************************************/
/* ABOL */
/* 868MHZ数码管显示接收器 */
/* 作者:于朝晖 2008-5-24 9:30:00 */
/* 目标MCU:ME
www.eeworm.com/read/404926/11475748
c key.c
/********************************************************/
/* ABOL */
/* 868MHZ数码管显示接收器 */
/* 作者:于朝晖 2008-5-24 9:30:00 */
/* 目标MCU:ME
www.eeworm.com/read/404808/11477838
lua sort.lua
-- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l
www.eeworm.com/read/404684/11480358
cpp qcksrt.cpp
void qcksrt(int n, double arr[])
{
int m = 7; int nstack = 50; int fm = 7875; int fa = 211;
int fc = 1663; double a,fmi = 0.00012698413;
int istack[51];
int jstack = 0;
int i,j,
www.eeworm.com/read/404684/11480360
cpp sort2.cpp
void sort2(int n, double ra[], double rb[])
{
int l,ir,i,j;
double rra,rrb;
l = n / 2 + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
www.eeworm.com/read/404684/11480363
cpp indexx.cpp
void indexx(int n, double arrin[], int indx[])
{
int i,j,l,ir,indxt;
double q;
for (j = 1; j
www.eeworm.com/read/404684/11480366
cpp sort.cpp
void sort(int n, double ra[])
{
int i,j,l,ir;
double rra;
l = int(n / 2) + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
}
www.eeworm.com/read/404452/11485051
cpp untitled1.cpp
#include
#include
#include
#define STACK_INIT_SIZE 100 //存储空间初始分配量
#define STACK_INCREMENT 10 //存储空间分配增量
#define OVERFLOW 1
#define ok 1
#define ERR
www.eeworm.com/read/404451/11485054
c liushuideng.c
#include
#include
int i;
void delay(int a)
{
int x,y;
for(x=0;x
www.eeworm.com/read/404451/11485055
_c liushuideng._c
#include
#include
int i;
void delay(int a)
{
int x,y;
for(x=0;x