-
IBM PC Assembly Language Programming: Fifth Edition
IBM PC 汇编语言程序设计:第五版 -IBM PC Assembly Language Programming: Fifth Edition
- 2022-04-14 14:31:04下载
- 积分:1
-
a notebook source
一个记事本源程序-a notebook source
- 2023-05-16 09:00:03下载
- 积分:1
-
blue space 蓝色空间下载系统精简版
blue space 蓝色空间下载系统精简版---大家分享-blue space blue space streamlined version of Download System-- share
- 2023-08-29 02:40:02下载
- 积分:1
-
本人汇编课程实习时编的程序,内附题目说明和实习报告.
本人汇编课程实习时编的程序,内附题目说明和实习报告.-compilation course I am part of the internship process, enclosing topic descriptions and internship report.
- 2022-05-10 11:41:39下载
- 积分:1
-
helios voice chip recording audio source. Sub automatic recording can be erased....
helios语音芯片的录音放音源程序。自动分段录音,可擦除。其音频数据存储采用SPI FLASH存储芯片-helios voice chip recording audio source. Sub automatic recording can be erased. Audio Data Storage their use SPI Flash Memory Chip
- 2022-03-21 08:47:50下载
- 积分: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
-
OMAP3530的文档和设计指南,ARM内核,TI的扩展。
Omap3530 documentation and design guide, ARM core, TI extensions.
- 2022-08-08 13:26:19下载
- 积分:1
-
ad9951,dds资料,有用的朋友看看,希望对你有用!
ad9951,dds资料,有用的朋友看看,希望对你有用!-ad9951, dds information useful to look at the Friend, I hope useful for you!
- 2022-02-02 07:08:03下载
- 积分:1
-
这是一个键盘显示的程序,一般键盘都可以用它,只是需要你更改其中的一些参数而已,很不错吧!...
这是一个键盘显示的程序,一般键盘都可以用它,只是需要你更改其中的一些参数而已,很不错吧!-This is a keyboard and display procedures, the general keyboard can use it, you only need to change these parameters only, very good!
- 2022-01-23 11:26:53下载
- 积分:1
-
DOS crashed off satellite, to break cycle of death procedures, press Ctrl Esc wi...
DOS死机客星,能打破程序死循环,按住Ctrl +Esc即可使死掉的程序立即返回到Dos She-DOS crashed off satellite, to break cycle of death procedures, press Ctrl Esc will die so the procedure to return immediately to Dos She
- 2022-04-19 06:30:49下载
- 积分:1