-
IDA
IDA简易入门教程,反汇编程序工具的使用(IDA simplified form for beginners tutorials, disassembler the use of tools)
- 2020-07-02 16:00:02下载
- 积分:1
-
MCS
MCS-96单片机要用PWM产生锯齿波,应使PWM寄存器中的值线性增加,那么在PWM输出端将得到宽度线性增加的脉冲波,经滤波后,便可得到锯齿波。-MCS-96 microcontroller with PWM have Sawtooth, PWM register should be the value of linear increase, then the PWM output will be increased linearly width of the pulse wave, After filtering, it will be Sawtooth.
- 2022-03-03 14:01:07下载
- 积分:1
-
单片机为基础,C语言编写,提供了源代码和电路图,还有程序调试内容,实现交通灯的智能控制...
单片机为基础,C语言编写,提供了源代码和电路图,还有程序调试内容,实现交通灯的智能控制-jiao tong deng she ji jiao tong deng she ji jiao tong deng she ji
- 2022-05-31 20:00:01下载
- 积分:1
-
该法可以让您了解用C是怎样编写通迅录的,你会发现很神奇的....
该法可以让您了解用C是怎样编写通迅录的,你会发现很神奇的.-the law allows you to understand how to use C is prepared correspondent recorded, you will find wonderful.
- 2022-10-06 10:30:03下载
- 积分:1
-
基于DSP的变频调速
DSP2407 实现了变压变频,控制方法是SVPWM-VVVF based on dsp
- 2022-04-28 16:45:21下载
- 积分:1
-
SoniX parent application development model aircraft aircraft source code! A stee...
应用松翰母体开发的航模飞机的源代码!有舵机控制功能-SoniX parent application development model aircraft aircraft source code! A steering control
- 2022-12-09 00:25:03下载
- 积分:1
-
音乐发生程序,程序中有两首歌,并且在播放的同时由LED显示所播放的音乐...
音乐发生程序,程序中有两首歌,并且在播放的同时由LED显示所播放的音乐-music occurred procedures, procedures have two songs, and the broadcast of the show by the LED broadcast music
- 2022-03-19 04:28:07下载
- 积分: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
-
最新指令字典,提供汇编、C、C++、VFP、VB等指令(关键字)查询,是学习编程的好帮手...
最新指令字典,提供汇编、C、C++、VFP、VB等指令(关键字)查询,是学习编程的好帮手-latest directive dictionary, compiled, C, C, VFP, VB etc. Directive (keyword) on the learning program is a good helper
- 2022-02-04 11:38:04下载
- 积分:1
-
- 2022-02-14 05:30:25下载
- 积分:1