-
太阳能自动化取暖控制汇编程序
太阳能自动化取暖控制汇编程序-solar heating automation control assembler
- 2022-02-04 18:00:55下载
- 积分:1
-
和量度暗无天日是非曲直蝇理工科 量度 量度
和量度暗无天日是非曲直蝇理工科 量度 量度 -And complete darkness to measure the merits of science and engineering measure to measure fly
- 2022-07-07 05:40:43下载
- 积分:1
-
GYZX
这是一个检测高压线路是否有电,还是无电的程序,程序使用汇编语言编辑的.(This is a high voltage detection circuits-- whether or not-- the procedure is the use of assembly language editor.)
- 2006-06-23 11:25:52下载
- 积分:1
-
可选自能抢答器,用来对一些节目抢答很有必要,,采用8255编程
可选自能抢答器,用来对一些节目抢答很有必要,,采用8255编程-optional self Responder, used to some programs Responder is necessary, using 8255 programming, and,
- 2022-08-10 01:39:17下载
- 积分:1
-
QUAD
从各大黑客网站下载来的汇编语言资料,有很多例子(from major hackers downloaded to the assembly language, there are many examples)
- 2006-12-08 20:29:13下载
- 积分:1
-
lpg lex and parser generator
液化石油气 lex 和解析器 generatorLPG (又称 JikesPG) 是 LR parsergenerator,您可以使用自动生成 forLALR(k) 语言词法分析器、 语法分析器。 虽然在这里我们只考虑行动和解析器使用 Java 编写的可能在几乎任何编程语言,包括 Java,C 单身汉 + +,写词法分析和 parsingactions。 液化石油气系统很像 LEX 和 YACC LR 语法分析,其使用,但它也是像 ANTLR 词法分析其整体结构及其方法。参考该石油气将高度可用和有效地代替 ANTLR 樽和类似的系统。 构造一个解析器通常是相当 complicatedprocess 必须处理许多细节的问题。 当然,解析器生成器,例如石油气,旨在简化和部分自动化任务,但运作使用的发电机本身很难解释和理解。 本文档中我们解释液化石油气用叫做腿 littleexpression 语法示例词法分析器、 语法分析器的使用。 Wedo 不详细解释液化石油气、 各种文件 itgenerates 和其运行时的各种选项。Understandingwill 来吧,我们希望,从实例中。
- 2022-03-01 00:48:25下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
用LabVIEW做的钟表和计时器。可以自动记录时间到txt文件中
用LabVIEW做的钟表和计时器。可以自动记录时间到txt文件中-LabVIEW to do with clocks and timers. Can be automatically recorded time to txt file
- 2023-01-16 12:25:03下载
- 积分:1
-
我们接口技术做的实验8250,有需要的就下载吧
我们接口技术做的实验8250,有需要的就下载吧-we do Interface Technology Experiment 8250, on the need to download it
- 2022-06-13 16:02:42下载
- 积分:1
-
control interrupted code compilation
控制中断的汇编代码-control interrupted code compilation
- 2022-07-18 12:42:41下载
- 积分:1