-
本公司高人设计的程序的头部分,很经典,原程序有2万多行
本公司高人设计的程序的头部分,很经典,原程序有2万多行-Expert design of the Company during the first part of the procedure, it is classic, the original procedures are more than 20,000 line
- 2022-11-16 12:15:03下载
- 积分:1
-
PCI routines
PCI例程
- 2022-02-24 09:48:54下载
- 积分: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
-
内置T6963C控制器的LCD实用显示子程序
内置T6963C控制器的LCD实用显示子程序-built T6963C LCD display subroutine practical
- 2023-06-08 14:35:03下载
- 积分:1
-
DSP2407的CAN通讯例程,调试通过。
DSP2407的CAN通讯例程,调试通过。-DSP2407 the CAN communication routines, debugging through.
- 2022-04-18 22:10:17下载
- 积分:1
-
经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来...
经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来-classic maze algorithm, which is a maze algorithm good example, but not the people can look down
- 2022-12-25 12:30:04下载
- 积分:1
-
本人做矩阵按键实验时所用的编码程序,拿出来大家参考的下吧!做毕业设计继续站内资源啊...
本人做矩阵按键实验时所用的编码程序,拿出来大家参考的下吧!做毕业设计继续站内资源啊-I do key experiments matrix encoding process used to produce the next reference to it! Graduates to continue to do the design station ah resources
- 2022-03-03 13:36:12下载
- 积分:1
-
单片机串口C语言源程序,可实现串口通讯等功能
单片机串口C语言源程序,可实现串口通讯等功能-MCU Serial C language source code, serial communications and other functions can be realized
- 2022-01-25 16:30:19下载
- 积分:1
-
基于51单片机的交通灯控制系统
IDE:Keil uVision2
基于51单片机的交通灯控制系统
IDE:Keil uVision2-51 microcontroller-based traffic light control system IDE : Keil uVision2
- 2022-03-14 01:52:42下载
- 积分:1
-
经典的fast ICA程序,用于盲信号的分离,希望能够对大家有帮助!...
经典的fast ICA程序,用于盲信号的分离,希望能够对大家有帮助!-Classic fast ICA program for the separation of the spread, hoping to help!
- 2022-03-04 23:44:18下载
- 积分:1