-
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。...
这是笔者早年开发的一款用单片机读摄象头图象数据的程序,是用汇编写的,设计思路和程序风格可以借鉴,是笔者的得意之作。-This is the author spent his early years developed a single-chip image data read摄象头procedures, is the compilation of written procedures for design ideas and style can draw on, is the author
- 2022-10-12 06:20:03下载
- 积分:1
-
Sensorless Field Oriented Control of PMSM Motors
Sensorless Field Oriented Control of PMSM Motors
- 2022-03-20 01:31:09下载
- 积分:1
-
汇编语言中断TSR时间程序(int 1ch)
汇编语言中断TSR时间程序(int 1ch)-assembly language TSR interruption time (int 1ch)
- 2022-03-10 02:13:58下载
- 积分: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
-
用asm编的模拟dos中doskey命令的程序。按上下提取之前在终端输入的命令。...
用asm编的模拟dos中doskey命令的程序。按上下提取之前在终端输入的命令。-use asm series of the simulation were doskey dos order procedures. By extracting next before the end of the importation order.
- 2023-05-16 18:40:02下载
- 积分:1
-
BIOS的BIOS Rootkit Rootkit
Bios Rootkit Bios Rootkit-Bios Rootkit
- 2023-07-10 07:45:04下载
- 积分:1
-
字模程序 字模程序 字模程序
字模程序 字模程序 字模程序-Fonts procedures Fonts procedures Fonts procedures procedures Fonts
- 2022-08-09 09:38:49下载
- 积分:1
-
最精炼的代码,运行后是3D界面并还有音乐。值得学习。
最精炼的代码,运行后是3D界面并还有音乐。值得学习。-The most refined of the code, after running 3D interface and there is music. Worth learning.
- 2022-01-26 06:14:18下载
- 积分:1
-
汇编语言超浓缩教程~~!适合初学者,让你尽快进入汇编的领域。...
汇编语言超浓缩教程~~!适合初学者,让你尽快进入汇编的领域。-assembly language-enrichment Guide ~ ~! For beginners, so as soon as you enter the field of compilation.
- 2022-05-15 02:45:42下载
- 积分:1
-
6502 instructions and description of the ASM 6502 Directive
6502 ASM 6502指令的说明和说明
- 2022-05-08 17:05:39下载
- 积分:1