-
我对汇编语言学习一些,在此提供一些源码,大家可试一下。...
我对汇编语言学习一些,在此提供一些源码,大家可试一下。-I have to learn some assembly language, in this to provide some source code, we can try.
- 2022-09-16 18:25:03下载
- 积分:1
-
This sample shows the use of input and output string functions of emu8086.inc
This sample shows the use of input and output string functions of emu8086.inc
- 2022-01-25 23:18:54下载
- 积分:1
-
IBM PC Assembly Language Programming: Fifth Edition
IBM PC 汇编语言程序设计:第五版 -IBM PC Assembly Language Programming: Fifth Edition
- 2022-04-14 14:31:04下载
- 积分:1
-
Use ATMEGA8L+ 1602LCD written calendar, crystal frequency of 4MHz
使用ATMEGA8L+1602LCD写的万年历,晶振频率为4MHz-Use ATMEGA8L+ 1602LCD written calendar, crystal frequency of 4MHz
- 2022-02-25 17:04:09下载
- 积分:1
-
6路红外遥控电路,用3010遥控器1
6路红外遥控电路,用3010遥控器1-8键加电源按键。-6-channel infrared remote control circuit
- 2022-08-19 23:04:25下载
- 积分:1
-
深入 DOS BIOS 编程与应用 (电子书)
深入 DOS BIOS 编程与应用 (电子书)-depth DOS BIOS programming and applications (e-books)
- 2023-08-28 10:30:05下载
- 积分:1
-
汇编语言程序设计入门学习,学习汇编语言的好教材
汇编语言程序设计入门学习,学习汇编语言的好教材-assembly entry
- 2022-10-31 12:25:03下载
- 积分:1
-
数字频率调制又称频移键控(FSK),二进制频移键控记作2FSK。数字频移键控是用载波的频率来传送数字消息,即用所传送的数字消息控制载波的频率。2FSK信号便是符...
数字频率调制又称频移键控(FSK),二进制频移键控记作2FSK。数字频移键控是用载波的频率来传送数字消息,即用所传送的数字消息控制载波的频率。2FSK信号便是符号“1”对应于载频,而符号“0”对应于载频(与不同的另一载频)的已调波形,而且与之间的改变是瞬间完成的。 -Digital frequency modulation called frequency shift keying (FSK), binary frequency shift keying recorded as 2FSK. Digital frequency-shift keying is the carrier frequency to transmit digital information, that is, the number of messages transmitted with the control of the carrier frequency. 2FSK signal is the symbol of "1" corresponds to the carrier frequency, while the symbol "0" corresponds to the carrier frequency (with a different carrier frequency to another) and modulated waveform, but also between the change was instantaneous.
- 2022-08-23 09:17:39下载
- 积分: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
-
ultra
超高精度的乘法运算-ultra-precision multiplication
- 2023-07-31 11:10:04下载
- 积分:1