代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/435895/7781845
c keyboard_check.c
//本程序用于键盘的识别,通过编程,使按下K1键时第一个数码管显示1,按下K2键时第一
//个数码管上显示2,按下K3键时第一个数码管上显示3,按下K4键时第一个数码管上显示4,
//对键盘的扫描采用查询方式
#include "p18f458.h"
static volatile int table[20]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,
www.eeworm.com/read/435895/7781955
c keyboard_check.c
//本程序用于键盘的识别,通过编程,使按下K1键时第一个数码管显示1,按下K2键时第一
//个数码管上显示2,按下K3键时第一个数码管上显示3,按下K4键时第一个数码管上显示4,
//对键盘的扫描采用查询方式
#include "p18f458.h"
static volatile int table[20]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,
www.eeworm.com/read/435888/7782103
c 16.c
/*------------------------------------------
serial ad & da.c 外电压比较器
Copyright 2002 DFJD Software, Inc.
--------------------------------------------*/
#include /* special funct
www.eeworm.com/read/435888/7782113
lst 16.lst
C51 COMPILER V6.20c 16 03/19/2004 10:47:10 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE 16
OBJECT MODULE PLACED IN 16.
www.eeworm.com/read/435753/7785821
m goldstein.m
%goldtein.m,goldstein法的通用子程序,输入的参数为初始步长
function a1=goldstein(a1,p,t)
%a,b为搜索区间的上下界
a=0;
b=10;
m=f(0);
n=ff(0);
%循环的标志变量
flag=0;
%循环求解最佳的步长
while flag==0
%搜索步长满足goldstein第一个准则
if
www.eeworm.com/read/435435/7792256
cpp 单表加密.cpp
#include "stdio.h"
#define MAXSIZE 100
void main()
{
char mingwen[26];
char key[26];
char miwen[26];
char mBuf[MAXSIZE];
int j=0,c,i,k = 'a';
for(i = 0; i < 26; i++)
{
mingwen[i]
www.eeworm.com/read/435280/7794533
txt 新建 文本文档.txt
void filter(void){
unsigned char = SAMPLELINE-1;
unsigned char mul = 1;
unsigned char bot = ImagePar[SAMPLELINE-1];
while(ImageGood[i]==0) {
i--;
}
bot = ImagePar[i];
www.eeworm.com/read/435255/7794962
lst main.lst
C51 COMPILER V8.08 MAIN 01/15/2008 19:44:27 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/435255/7794982
c main.c
#include
static bit OP; //红外发射管的亮灭
static unsigned int count; //延时计数器
static unsigned int endcount; //终止延时计数
static unsigned char Flag; //红外发送标志
char iraddr1; //
www.eeworm.com/read/435232/7795181
c 1.c
#include "1.h"
int func( int w , int h , int ang ){
int Wide = w;
char PICTURE[Wide][h]; /*数组代表整个画板*/
int i = 0,j = 0; /*变量*/
i