代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8367039
txt copying.txt
Qhull, Copyright (c) 1993-1995
The National Science and Technology Research Center for
Computation and Visualization of Geometric Structures
www.eeworm.com/read/292214/8367041
asm zldj.asm
;===============直流电机控制===============
;在运行本程序前请先运行0832_0v.asm程序
CS0832 EQU 8C00H ;D/A转换地址入口
DA_0V EQU 80H
DA_2V5 EQU 0C0H
DA_5V EQU 0FFH
ORG 0
START: MOV DPTR,#CS0832
www.eeworm.com/read/392021/8367042
c set.c
/* set.c -- implements set manipulations needed for quickhull
see README and set.h
copyright (c) 1993-1995 The Geometry Center
*/
#include
#include
#include
www.eeworm.com/read/292214/8367044
asm he11.asm
;===================硬件实验十一 8279键盘、显示实验===================
ORG 00D0H
H900: MOV SP,#53H
MOV DPTR,#0FFE1H
MOV A,#00H
MOVX @DPTR,A ;8279方式字写入
MO
www.eeworm.com/read/392021/8367045
c geom.c
/* geom.c -- geometric routines of qhull
see README and geom.h
copyright (c) 1993-1995 The Geometry Center
infrequent code goes into geom2.c
*/
#include "qhull_a.h"
/*--
www.eeworm.com/read/192685/8367046
ico books04.ico
www.eeworm.com/read/292214/8367047
asm mprinter.asm
;================= 微型打印机打印字符/曲线/汉字 =============
ORG 0280H
D1E0: MOV SP,#53H
ACALL D1E2 ;打印空格和#号
ACALL D1E3 ;换行
MOV R6,#0A6H
www.eeworm.com/read/192685/8367048