代码搜索结果
找到约 10,000 项符合
3 的代码
3-3.lnp
"STARTUP.obj",
"3-3.obj"
TO "3-3"
3-3.c
#include
#include
main()
{
char c;
SCON = 0x50;
TMOD |= 0x20;
TH1 = 0xf3;
TR1 = 1;
TI = 1;
while(c!=27)
3-3.lst
C51 COMPILER V7.09 3_3 08/25/2005 09:34:20 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE 3_3
OBJECT MODULE PLACED IN 3-3
3-3.plg
礦ision2 Build Log
Project:
D:\已完成\单片机语言C51程序设计\代码\代码\03\3-3\3-3.uv2
Project File Date: 08/25/2005
Output:
3-3.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 {
3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
3-3.txt
int
server_mode (const char *pidfile, struct sockaddr_in *phis_addr)
{