-
linux驱动开发linux_drive_the_development.rar中文版
linux驱动开发linux_drive_the_development.rar中文版-linux driver development linux_drive_the_development.rar Chinese version
- 2023-02-22 22:05:04下载
- 积分:1
-
动感画OPEN+狗爪的51程序 动感画OPEN+狗爪的51程序
动感画OPEN+狗爪的51程序 动感画OPEN+狗爪的51程序-Flash Lighting Panel OPEN+ dog claws 51 program Innervational Picture OPEN+ dog claws 51 program Innervational Picture OPEN+ dog claws 51 program
- 2023-01-26 22:30:03下载
- 积分:1
-
单片机控制的乒乓游戏的全部程序,做课程设计和有用的,。。。。。。。。。。。谢谢大家下载...
单片机控制的乒乓游戏的全部程序,做课程设计和有用的,。。。。。。。。。。。谢谢大家下载-SCM ping-pong game of all procedures, so the curriculum design and useful. . . . . . . . . . . Thank you for downloading
- 2022-07-16 20:26:08下载
- 积分:1
-
字母小到大
字母小到大---汇编-alphabetical small to large compilation
- 2022-02-18 15:59:02下载
- 积分:1
-
本源 代码实现的是汇编语言课程实验
本源 代码实现的是汇编语言课程实验---字符处理实验-source code is compiled to achieve language courses experiment--- characters experiment
- 2022-04-20 00:02:41下载
- 积分:1
-
此程序用于医疗方面,可有效监控病人的状况。
此程序用于医疗方面,可有效监控病人的状况。-For medical aspects of this procedure, which can effectively monitor the patient s situation.
- 2022-03-12 02:40:29下载
- 积分:1
-
简单的调用和输出,在学校学习的入门例子之一。
简单的调用和输出,在学校学习的入门例子之一。-simple call and output, in the elementary school one example.
- 2023-08-09 17:20:03下载
- 积分:1
-
Test program to loop on Successive Approxi mation A
Test program to loop on Successive Approximation A-to-D conversion.
Allows digital codes and resulting DAC output to be viewed on scope.-Test program to loop on Successive Approxi mation A-to-D conversion. Allows digital code "s and resulting DAC output to be viewed on scope.
- 2022-05-19 11:06:26下载
- 积分: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
-
《个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。...
《个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。-http://www.tiandinet.com
- 2022-02-20 10:47:22下载
- 积分:1