-
tlv2544/48例行公事
TLV2544/48 Interface routine
- 2022-05-13 05:16:19下载
- 积分: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
-
该程序用vb编写,程序是用于声卡测试的源码.
该程序用vb编写,程序是用于声卡测试的源码.-the procedures used to prepare vb, procedures for testing the sound card source.
- 2022-02-01 09:03:59下载
- 积分:1
-
单片机实验板自检程序,
汇编语言编写,可检测实验板上所有功能...
单片机实验板自检程序,
汇编语言编写,可检测实验板上所有功能-Self-test procedures for single-chip board, assembly language development, can detect all the features of the experimental board
- 2022-03-28 14:09:49下载
- 积分:1
-
5767例子程序,用C编程,很经典,大家直接复制来用
5767例子程序,用C编程,很经典,大家直接复制来用-5767 examples of the procedure, using C programming, it is a classic, we directly copy to use
- 2023-08-07 01:55:03下载
- 积分:1
-
数码管显示交流稳压器,使用9454单片机编写,汇编言语
数码管显示交流稳压器,使用9454单片机编写,汇编言语-Digital display AC voltage stabilizer, the use of 9454 single-chip preparation, compilation of words
- 2023-07-10 08:10:03下载
- 积分:1
-
Maopao
分别用C语言和汇编语言实现冒泡排序,有汇编语言实现时的流程图,通过比较运行的时间,体现汇编的高效(This is a best program which can help you learn huibain is more better.)
- 2014-05-07 18:31:54下载
- 积分:1
-
Flash28335_API_V210
Flash28_API 非常全面的资料,对于开发初学者很有帮助。(Flash28_API For 28335,it is very userful for beginningers。)
- 2020-12-09 19:19:19下载
- 积分:1
-
第九届飞思卡尔电磁车源代码
应用背景详细的第九届电磁组程序,可以直接用关键技术采用5个电感检测赛道,归一化算法,可以参考一下电感的排布,以及处理的算法
- 2023-08-05 00:50:06下载
- 积分:1
-
电动广告灯箱控制器程序,实现定时打开,可设置画面停留时间,等功能。...
电动广告灯箱控制器程序,实现定时打开,可设置画面停留时间,等功能。-Electric advertising light box controller procedures, timing realize open, the screen can be set up residence time, and other functions.
- 2022-03-28 14:23:42下载
- 积分:1