代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392021/8366989
c qhull.c
/* qhull - Quickhull algorithm for convex hulls
qhull() and top-level routines
see README, qhull.h, unix.c and mac.c
see qhull_a.h for internal functions
copyright (c) 1993-1995 The
www.eeworm.com/read/292214/8366990
asm he5.asm
;===================== 硬件实验五 8255 A.B.C口输出方波 ===================
ORG 0580H
SE09: MOV DPTR,#0FFDBH
MOV A,#80H
MOVX @DPTR,A ;8255初始化
MOV A,#55H
www.eeworm.com/read/192685/8366991
txt 怎样用vb编写传真软件.txt
编 写 传 真 软 件 不 使 用 MSComm控 件 , 如 果 你 的 WIndows安 装 了 Microsoft传 真 软 件 , 你 可 以 使 用 MAPI来 发 送 传 真 。 不 过 在 VB中 调 用 MAPI发 传 真 并 不 轻 松 , 因 为 发 送 前 数 据 的 转 换 和 收 到 数 据 的 处 理 都 比 较 麻 烦 。 如 果 你 的 要 求 不 高 , 其 实
www.eeworm.com/read/392021/8366992
txt mexchanges.txt
The following files were changed to create a MATLAB mex interface
1) Add mex.c
This file contains the code for my interface.
2) Changed Makefile
Added commands for compilation on an HP 9000/series 7
www.eeworm.com/read/292214/8366993
asm he14.asm
;============硬件实验十四 电子音响===========
org 0000h
sjmp main
org 000bh
mov th0,r1
mov tl0,r0
cpl p1.7
reti
main: mov tmod,#01h
www.eeworm.com/read/292214/8366994
asm he3.asm
;=================== 硬件实验三 P3.3口输入,P1口输出 =====================
ORG 0810H
J100: MOV A,#00H
J101: JB P3.3,J101
MOV R2,#20H
LCALL DELY
JB P3.3,J101 ;
www.eeworm.com/read/192685/8366995
txt 解决报表的打印输出问题的方案.txt
其实这个问题不太可能有一个统一的解决方案,我们这里介绍一些方案,也欢迎大家提供更多的方案供参考。
www.eeworm.com/read/392021/8366996
c poly.c
/* poly.c -- implements polygons and simplices
see README, poly.h and qhull.h
copyright (c) 1993-1995, The Geometry Center
infrequent code is in poly2.c
(all but top 50 and the
www.eeworm.com/read/292214/8366997
asm he8.asm
;===================== 硬件实验八 简单I/O口扩展 ==========================
ORG 0B80H
GOD0: MOV DPTR,#0FFE0H
MOVX A,@DPTR ;取出244状态
MOV DPTR,#0FFE4H
MOVX @DPTR,A
www.eeworm.com/read/192685/8366998
txt 如何使vb6的tooltip属性产生折行的效果.txt
vb6本 身 的 ToolTip没 有 这 个 能 力 , 你 可 以 借 助 第 三 方 软 件 。 你 可 以 在 http://www.visual-design.se/cc.htm下 载 VDGT控 件 , 其 中 的 VDTTip可 以 用 来 实 现 这 个 功 能 。