-
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!...
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
- 2022-05-22 06:09:15下载
- 积分:1
-
Jennic with ADE7756 power meter
Jennic with ADE7756 power meter
- 2023-03-12 16:35:04下载
- 积分:1
-
这是几年前我写的,自动识别RS485和RS232接线极性、自动检测波特率、自动匹配协议的云台控制软件,只是当时我还没用C写...
这是几年前我写的,自动识别RS485和RS232接线极性、自动检测波特率、自动匹配协议的云台控制软件,只是当时我还没用C写-This is a few years ago I wrote, and automatic identification RS485 and RS232 wiring polarity, automatically detects the baud rate, auto-matching agreement Yuntai control software, but I did not then use C to write
- 2022-07-15 01:22:44下载
- 积分:1
-
AT89C51 through the serial port communication, able to read the series of digita...
通过AT89C51的串行口通讯,能够读取Escort_95系列的数字式表头的电压和电流等信号.-AT89C51 through the serial port communication, able to read the series of digital Escort_95 table headers, such as voltage and current signals.
- 2022-02-21 15:44:47下载
- 积分:1
-
四则运算,同学编的,不错
四则运算,同学编的,不错-four classmates series, it is true
- 2023-01-09 03:55:03下载
- 积分: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
-
睾酮
TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文 -TestOS-with simple dos distention OS of GUI//resource code//ASM//English
- 2022-09-26 21:20:03下载
- 积分:1
-
This is a master simple calculator written in assembler! !
这是一个用汇编语言编写的简单计算器!
- 2022-04-06 21:36:39下载
- 积分:1
-
登录 注册界面 java加access数据库
登录 注册界面 java加access数据库-Login Register interface, plus access database java
- 2022-07-03 12:44:58下载
- 积分:1
-
很好的汇编代码,实现学生成绩分类系统,采用子程序调用,完成学生成绩管理...
很好的汇编代码,实现学生成绩分类系统,采用子程序调用,完成学生成绩管理-good compilation of code, to achieve the performance of their students classification system used subroutine call, students complete performance management
- 2022-01-30 18:20:40下载
- 积分:1