代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8367059
c mex.c
/* hull.c - A MEX-file interface to qhull
Returns vertices, edges, normals and offsets.
*/
#include "qhull_a.h"
#include "mex.h"
char qh_version[] = "mex interface to qhull V2.2 by R. Schreier 95.1
www.eeworm.com/read/292214/8367060
asm he2.asm
;==================== 硬件实验二 P1口转弯灯实验 ====================
ORG 0C30H
PX00: MOV P1,#0FFH ;初始化
PX03: MOV A,P1
MOV B,A
ANL A,#03H
CJNE A,#01H,PX01
www.eeworm.com/read/292214/8367061
asm he19.asm
;===========硬件实验十九 外部存储器扩展实验==========
ORG 0510H
JG510: MOV DPTR,#0000H
MOV R6,#08H
MOV A,#55H
CLR P1.0
RAM1: MOV R7,#00H
RAM2: MOVX @DPTR,A
INC DP
www.eeworm.com/read/392021/8367062
c geom2.c
/* geom2.c -- infrequently used geometric routines of qhull
see README and geom.h
copyright (c) 1993-1995 The Geometry Center
frequently used code goes into geom.c
*/
#inclu
www.eeworm.com/read/292214/8367063
asm jdq.asm
;================== 继电器控制 ==========================
ORG 0F00H
LOP3: CLR P1.0
MOV R2,#30H
LCALL DELY
SETB P1.0
MOV R2,#30H
LCALL DELY
www.eeworm.com/read/192684/8367064
txt mycodes.net说明.txt
╭═══════════════╮
║ 源 码 之 家 ║
╭══════┤ http://www.mycodes.net ├══════╮
║ ║ 下载:http://www.mycodes.net ║ ║
║
www.eeworm.com/read/292214/8367065
asm 1616.asm
;===============16×16点阵显示实验================
HROW EQU 8a03h; ;列代码高段(字形)高八位接口地址 273(4)
LROW EQU 8a00h; ;列代码低段(字形)低八位接口地址 273(1)
HLINE EQU 8a02h; ;行扫描高段(字位)高八位接口地址 273(3)
www.eeworm.com/read/392021/8367066
c global.c
/* global.c -- contains all the globals of the qhull application
see README
see qhull.h for qh globals and function prototypes
see qhull_a.h for internal functions
copyright (c) 19
www.eeworm.com/read/392021/8367068
h qhull_a.h
/* qhull_a.h -- all header files for compiling qhull
see README
see qhull.h for user-level definitions
see user.h for user-defineable constants
defines internal functions for