代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/483438/6606376
c wendu1-1.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit DS=P3^5; //define interface 定义接口
uint temp; // variable of temperature 定义一个变量用来表示温度
uchar flag
www.eeworm.com/read/483446/6606429
c shizhongketiaoziqi1-3.c
#include//头文件
#define uint unsigned int
#define uchar unsigned char//宏定义,注意格式,不带分号*
unsigned char code table0[]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90};//段码表共阳极
unsigned char
www.eeworm.com/read/483446/6606447
c shizhongketiao1-2.c
#include//头文件
#define uint unsigned int
#define uchar unsigned char//宏定义,注意格式,不带分号*
unsigned char code table0[]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90};//段码表共阳极
unsigned char
www.eeworm.com/read/483004/6607048
cpp cstreeexample.cpp
#include
#include
#include
#include
//#include
typedef char ElemType;
char Str[256]; int Sn,Ln;
// 树的孩子兄弟二叉链表存储结构
typedef struct CSNode
{
www.eeworm.com/read/483053/6608208
c led interrupt.c
#include
unsigned int i=0;
unsigned char tab[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e};
sbit P1_3=P1^3;
sbit P1_4=P1^4;
sbit P1_5=P1^5;
sbit
www.eeworm.com/read/483183/6611048
m erfenfa.m
function [x,n,w]=Erfenfa(f,a,b,eps)
% x为根,n为迭代次数,w为先验绝对误差界
if sign(f(a))*sign(f(b))>0
disp('不满足二分法条件!')
return;
end
if nargin==3
eps=1e-5;
end
a1=a;
b1=b;
n=1;
while abs((a-b)/
www.eeworm.com/read/482929/6616282
c az_dgemv2.c
/*====================================================================
* ------------------------
* | CVS File Information |
* ------------------------
*
* $RCSfile: az_dgemv2.c,v $
*
* $Author
www.eeworm.com/read/482929/6616312
c az_dgemv3.c
/*====================================================================
* ------------------------
* | CVS File Information |
* ------------------------
*
* $RCSfile: az_dgemv3.c,v $
*
* $Author
www.eeworm.com/read/482610/6619781
cpp p297.cpp
#include "P267E.cpp"
template
void Graph::CriticalPath ( ) {
//在此算法中需要对邻接表中单链表的结点加以修改, 在各结点中增加一个int域cost, 记录该结点所表示的边
//上的权值。
int i;
www.eeworm.com/read/482726/6621782
cpp des.cpp
#include "des.h"
#include "G__des.c"
void encrypt()
{
int i=0,ch=0;
FILE *fi,*fo;
char f1[1000],f2[1000];
printf("请输入需要加密的文件名(.txt):\n");
scanf("%s",f1);
while ((fi=fopen(f1,"rb"