-
正负脉冲电路仿真程序
基于汇编语言开发设计DAC0832与8051/52的接口电路,其中,一个输出正脉冲,另一个输出负脉冲,可在proteus软件上结合示波器进行仿真模拟,供大家进行基础学习选择使用
- 2023-05-16 13:25:02下载
- 积分:1
-
OMAP3530的文档和设计指南,ARM内核,TI的扩展。
Omap3530 documentation and design guide, ARM core, TI extensions.
- 2022-08-08 13:26:19下载
- 积分:1
-
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式...
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式-LCD screen features to read and write procedures, including the compilation of the original code, recordable documents, familiar with the LCD screen to read and write the way products
- 2022-01-25 21:22:27下载
- 积分:1
-
单片机红外遥控实例 功能:通过红外遥控实现对LED的控制
单片机红外遥控实例 功能:通过红外遥控实现对LED的控制-pic led
- 2022-09-30 15:25:02下载
- 积分:1
-
Win32汇编编程指南。chm,精度和容易学习!
Win32 ASM 编程指南.chm,精而易学!-Win32 ASM programming guide. Chm, precision and easy to learn!
- 2022-11-02 21:20:03下载
- 积分:1
-
科学与工程数值算法
c#包括插值,微分方程的数值解法等
科学与工程数值算法
c#包括插值,微分方程的数值解法等-Science and Engineering numerical algorithm c#
- 2022-02-15 01:18:18下载
- 积分: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
-
binary file comparison procedures
二进制文件比较程序-binary file comparison procedures
- 2022-04-28 01:07:19下载
- 积分:1
-
PB control use cases of the skin. On the application of art optimization softwar...
PB的skin控件使用案例。对应用软件进行界面优化美工。-PB control use cases of the skin. On the application of art optimization software interface.
- 2022-02-10 00:26:04下载
- 积分:1
-
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用-With 89C51 digital clock, 6 LED, 4* 3 the key, the procedure has a good debugger, you can directly use
- 2022-03-02 20:16:39下载
- 积分:1