代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/450121/7490380

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/449965/7493125

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/449965/7493359

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 char code dx516[3] _at_ 0x003b;//这是为了仿真设置的 sbit P10=P1^
www.eeworm.com/read/449910/7494276

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/449910/7494432

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 char code dx516[3] _at_ 0x003b;//这是为了仿真设置的 sbit P10=P1^
www.eeworm.com/read/449868/7495271

asv powermethod.asv

function s=powermethod(a,u,N) if nargin
www.eeworm.com/read/449856/7495748

c conv.c

/* Program: Convert 68HC11 output from FUDGE to PIC fuzzy engine compatible table The 68HC11 output is expected on STDIN The PIC output is dumped to STDOUT Author: Lindsay Meek
www.eeworm.com/read/449815/7496245

c 长整数.c

#include #include typedef struct Node{ int data ; // 数据域 struct Node *prior; // 前驱 struct Node *next ; // 后继 }LNode, *LinkList; void InitLink(
www.eeworm.com/read/449773/7496577

c loop1.c

#include "reg51.h" #include"intrins.h" //该文件包含有_crol_(…)函数的说明 void mDelay(unsigned int DelayTime) { unsigned int j=0; for(;DelayTime>0;DelayTime--) { for(j=0;j
www.eeworm.com/read/449773/7496657

c loop2.c

#include "reg51.h" #include"intrins.h" //该文件包含有_crol_(…)函数的说明 void mDelay(unsigned int DelayTime) { unsigned int j=0; for(;DelayTime>0;DelayTime--) { for(j=0;j