代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8367049
h stat.h
/* stat.h - contains all statistics that are collected for qhull
see README and stat.c
copyright (c) 1993-1995, The Geometry Center
recompile qhull if you change this file
Integer stat
www.eeworm.com/read/192685/8367050
jpg background2.jpg
www.eeworm.com/read/292214/8367051
asm testpio.asm
; 文件名:testpio.asm
; CPU P0,P2,P3.6,P3.7测试程序
; 1) 运行本程序应选用Dais-89仿真头
; 2) 运行本程序前应选择CPU类型及定义P3.6、P3.7,具体方法是:
; 点击“设置/仿真模式”菜单,在对话框中将CPU设置为8752/89C52,
; 将P3.6、P3.7定义为I/O口
org 0000h
ljmp 010
www.eeworm.com/read/192685/8367052
jpg background.jpg
www.eeworm.com/read/292214/8367053
asm dais89.asm
; 文件名:dais89.asm
; CPU P0,P2,P3.6,P3.7测试程序
; 1) 运行本程序应选用Dais-89仿真头
; 2) 运行本程序前应选择CPU类型及定义P3.6、P3.7,具体方法是:
; 点击“设置/仿真模式”菜单,在对话框中将CPU设置为8752/89C52,
; 将P3.6、P3.7定义为I/O口
;====================
www.eeworm.com/read/392021/8367054
h mem.h
/* mem.h - prototypes for memory management functions
see README, mem.c and set.h
for error handling, writes message and calls
qh_errexit (qhmem_ERRmem, NULL, NULL) if insufficien
www.eeworm.com/read/192685/8367055
exe vb10000.exe
www.eeworm.com/read/292214/8367056
asm he7.asm
;==================== 硬件实验七 8255控制交通灯 ==========================
ORG 0BB0H
JOD0: MOV SP,#60H
MOV DPTR,#0FFDBH
MOV A,#88H
MOVX @DPTR,A ;8255初始化
www.eeworm.com/read/392021/8367057
h set.h
/* set.h -- header file for set.c that implements set
see README and set.c
only uses mem.c, malloc/free
for error handling, writes message and calls
qh_errexit (qhmem_ERRqhull,
www.eeworm.com/read/292214/8367058
asm he27.asm
;**********************************************
; MCS-51系列单片机仿真实验系统 硬件实验项目
; 外部中断处理(急救车与交通灯实验)
;**********************************************
Flash equ 0 ;LED状态
STOP equ 1
S