代码搜索结果
找到约 10,000 项符合
Switch 的代码
51_00_os.plg
礦ision2 Build Log
Project:
D:\Documents and Settings\oldwhite\桌面\OS\51_00_OS\51_00_OS.uv2
Project File Date: 02/25/2006
Output:
Build target '
pcf8563_calator.c
void Value_Chk(uchar *t) // *t 是PCF_time
{
uchar i,j;
//以下分别去掉时间值中的无效位,年位不用换
*t&=0x7f;
*(t+1)&=0x7f;
*(t+2)&=0x3f;
*(t+3)&=0x3f;
*(t+4)&=0x1f;
*(t+5)&=0xff;
/
put_cut.h
#ifndef _Put_Cut_H
#define _Put_Cut_H
void Switch_Put_Cut_Capacitor (void);
#endif
表达式求值).txt
#include"stdio.h"
#include"stdlib.h"
#define STACK_INIT_SIZE 100
#define STACKINCREMENT 10
typedef struct stackf{
char *base;//栈底指针
char *top;//栈顶指针
int stacksize;//保存栈的长度
}sqstack;
ty
key.c
//-------------------------------------------------------------
// ID Code :
// Description :
// Update Note :
//
//-------------------------------------------------------------
#defin
51_00_os.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
51_00_os_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
51_00_os.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
51_00_os_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
defenseglobeai.cpp
// ----------------------------------------------------------------------- //
//
// MODULE : DefenseGlobeAI.cpp
//
// PURPOSE : DefenseGlobe AI
//
// CREATED : 12/01/97
//
// -------------