-
IDAfenxi
在进行增量动力分析(IDA)后数据自动处理,不用手算,方便快捷(After the incremental dynamic analysis (IDA), the data can be automatically processed without manual calculation, which is convenient and fast.)
- 2018-12-24 14:58:51下载
- 积分:1
-
naozhong
模拟闹钟,隐藏,透明度! 易语言开发!为了下载你一个东东!(Analog alarm clock, hidden, transparency! Easy language! In order to download you a Dongdong!)
- 2008-06-08 11:28:18下载
- 积分:1
-
倒记时电路 用在交通灯
倒记时电路 用在交通灯-hosts circuits used in traffic lights
- 2023-04-18 16:45:03下载
- 积分:1
-
AD9851的应用程序,经验证可以正常使用
AD9851的应用程序,经验证可以正常使用-AD9851 application, normal use can be proven
- 2022-08-07 18:35:42下载
- 积分:1
-
在DOS下固定的位置显示时间
在DOS下固定的位置显示时间-DOS in a fixed location time
- 2022-09-19 06:50:03下载
- 积分:1
-
Assembly code is the ASM code, require the use of SCM. This is an example of sin...
汇编代码 是ASM的代码,要求使用单片机的。这是单片机的一个实例汇编语言程序,可以作为参考-Assembly code is the ASM code, require the use of SCM. This is an example of single-chip assembly language procedure, can be used as reference
- 2022-01-31 01:01:32下载
- 积分: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
-
divideerror!
编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐(Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze)
- 2010-06-04 21:31:01下载
- 积分:1
-
在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,...
在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,先把数字量变为模拟电流,这是由D/A转换器完成的;再将模拟电流变成模拟电压,这是由运算放大器完成的。有时D/A转换器芯片只包含前一个环节,有些D/A转换器则包含两个环节,用前一种芯片时,需要外接运算放大器才能得到模拟电压。-In integrated circuits, the usual T-decode digital networks to analog conversion, and then complete the simulation of the use of op-amp current into the analog voltage conversion. Therefore, it is necessary to become a digital simulation of voltage, in fact, need two links, first into a digital simulation of currents, this is determined by D/A converters completed then simulate current into the analog voltage, this is determined by computing completed amplifier. Sometimes D/A converter chip contains only a part before, some D/A converter includes two aspects, before a chip, the need for external op-amp voltage can be simulated.
- 2022-03-04 04:10:59下载
- 积分:1
-
多模块程序设计:包含汇编命令的使用 INCLUDE: EX21.ASM,EX22.ASM,PP2.ASM 设计多字节减法运算程序,要求程序能显示运算数据和结果数...
多模块程序设计:包含汇编命令的使用 INCLUDE: EX21.ASM,EX22.ASM,PP2.ASM 设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制). 数据按逆序存放:先低位后高位-multi-module programming : with the use of the compilation order INCLUDE : EX21.ASM, EX22.ASM, PP2.ASM design of multi-byte subtraction Operational procedures, requirements Operational procedures can show that the data and results data (16 bases). Data stored by Reverse : first low after high
- 2022-01-25 16:56:19下载
- 积分:1