-
汇编,bios功能调用,直接控制光驱开关
汇编,bios功能调用,直接控制光驱开关-compilation, bios function, direct control drive Switches
- 2022-08-05 16:49:10下载
- 积分:1
-
tlv2544/48例行公事
TLV2544/48 Interface routine
- 2022-03-09 22:33:08下载
- 积分: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
-
To MPS430F149 for the hardware platform, the use of I/O port simulation I2C bus...
以MPS430F149为硬件平台,利用I/O口模拟I2C总线协议,对日精的时钟芯片S35390A_C做了初始化子程序、读时钟子程序、写时间子程序、脉冲为1赫兹输出子程序。-To MPS430F149 for the hardware platform, the use of I/O port simulation I2C bus protocol on-chip clock nissei S35390A_C done initialization subroutine, read subroutine clock, the time to write subroutines, pulse for 1 Hz output subroutine.
- 2022-02-04 19:59:21下载
- 积分:1
-
用汇编语言实现的一个打字练习程序,程序一个..
利用汇编语言实现的一个打字练习程序,程序界面为典型的Dos窗口,当字符从窗口顶端掉下来后,如果按键与该字符相同,字符变为红色,在打字结束后,给出打字的统计结果,在打字过程中按ESC可退出程序-The use of assembly language to achieve a typing practice program, the program interface for the typical Dos window, when the characters fall from the top window, if the button with the same characters, the character turns red, in the typing after the end of typing results is given , in the typing process by pressing ESC to exit
- 2022-02-13 01:56:11下载
- 积分:1
-
Multisim9 电池设计
压缩包解压时不能有密码
Multisim9 电池设计
压缩包解压时不能有密码-Multisim9 battery design can not extract compressed package password
- 2023-09-06 12:05:04下载
- 积分:1
-
TLV2544/48 Interface routine
TLV2544/48 Interface routine
- 2022-08-25 01:04:20下载
- 积分:1
-
This is a MASM compiler environment, can help you to write assembly language, ea...
这是个 MASM 的 编译环境,可以帮助大家来编写汇编语言,早期的版本-This is a MASM compiler environment, can help you to write assembly language, early version
- 2022-11-13 20:05:03下载
- 积分:1
-
VB设计血压测量源码
创新实验设计血压测量仪的数据处理,即通过血压测量仪来收集数据。打开试验箱,运行程序则在PC上就可以仿真模拟出实际的血压值,该程序简单又实用,又具有数据存储及查询的功能,可以不断地存储测量数据,其中存储的数据包括姓名、年龄、性别、血压。
- 2023-05-13 11:35:02下载
- 积分:1
-
烫发器程序代码
为烫发器程序,热敏电阻做的采样,精确到正负0.5摄氏度,量产程序,大家拿去用吧.
- 2022-03-15 01:06:26下载
- 积分:1