-
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Chirpy few Pang Rui Sheng understanding书faded faded met译understanding书bleed at the nose cavity识SUI TING , sweet leftovers instance, to add floor Sa Shouson Which bleed at the nose very conduct anti prolyl met given the first step stool cavity , owe child can laugh Toru Tanzhong few算Lennon组织cavity laugh proliferation cavity
- 2022-02-02 05:41:58下载
- 积分:1
-
用VS2005编个计算器的小程序..
功能一般只实现了+
用VS2005编个计算器的小程序..
功能一般只实现了+ - * /,和进制转换功能.-VS2005 series with a small calculator program .. function generally realized+-* /, And hexadecimal conversion.
- 2022-03-17 02:28:33下载
- 积分:1
-
Traffic Light Controller Please note: This case is described in various sources...
交通灯控制器
请注意:
本例的各个源描述的编译顺序应该是:
64_tlc.vhd
64_test_vector.vhd-Traffic Light Controller Please note: This case is described in various sources to compile the order should be: 64_tlc.vhd 64_test_vector.vhd
- 2022-09-02 15:40:02下载
- 积分:1
-
dsp good under development seeks single sideband modulation procedures
dsp c32下开发的waver单边带调制程序-dsp good under development seeks single sideband modulation procedures
- 2023-05-16 18:10:03下载
- 积分: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
-
单片机AD转换。PIC单片机单片机AD转换。PIC单片机
单片机AD转换。PIC单片机单片机AD转换。PIC单片机-CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCc
- 2022-04-23 18:44:34下载
- 积分:1
-
一种很好的用单片机控制步进电机的程序,用汇编语言编写。...
一种很好的用单片机控制步进电机的程序,用汇编语言编写。-A good use of single-chip stepper motor control procedures, with the compilation of languages.
- 2022-04-22 11:35:50下载
- 积分:1
-
这是一个八月桂花香的程序,请大家指点,
这是一个八月桂花香的程序,请大家指点,-Baruguihuaxiang This is a process, we instruct them, thank you
- 2022-09-01 20:30:02下载
- 积分:1
-
Compilation Principle experiments, lex and yacc with a simple drawing tools to p...
编译原理实验,用lex和yacc编写的简单绘图工具-Compilation Principle experiments, lex and yacc with a simple drawing tools to prepare
- 2022-05-14 11:04:54下载
- 积分:1
-
多位bcd码乘法,已测试通过,多位bcd码乘法,已测试通过
多位bcd码乘法,已测试通过,多位bcd码乘法,已测试通过-Bcd number multiplication code, have been tested, a number of bcd code multiplication, have been tested
- 2022-05-05 23:32:54下载
- 积分:1