-
89c2051 外部中断检测 通过max232与PC通讯
发送数据
89c2051 外部中断检测 通过max232与PC通讯
发送数据-89c2051 through max232 Detect external interrupt communication with the PC to send data
- 2022-02-06 17:32:51下载
- 积分:1
-
a good master boot drives to read and write the procedures. Suitable for improve...
一个很好的读写硬盘主引导区的程序.
适合于改进后做一键还原及BOOTMANAGER
等软件.
-a good master boot drives to read and write the procedures. Suitable for improvement after doing a bond reduction and BOOTMANAGER software.
- 2022-07-07 18:02:54下载
- 积分:1
-
与源码控制的2.4GHz无线24L01的风扇,产品是给…
用24L01的2.4Ghz无线控制风扇的源程序,产品是给美的电器做的,这是风扇接受部分,双向通讯-With the 2.4Ghz wireless 24L01 fan of source control, the product is to give the United States to do the electrical, which is acceptable to some fans, two-way communication
- 2022-04-09 23:31:06下载
- 积分:1
-
Data Acquisition System programs. The water temperature control system designed...
数据采集系统方案.本设计以水温控制系统为载体完成数据信号的采集和数字信号的处理,利用SPCE061A自带的10位AD转换器,完成对水温的采样,通过数字滤波等技术消除干扰因素,并且对采集的温度值进行PID运算处理,实现对水温的控制。-Data Acquisition System programs. The water temperature control system designed to be completed as the carrier data signal acquisition and digital signal processing, use SPCE061A own 10 AD converter, to complete the sampling of water temperature through digital filtering techniques to eliminate interference factors, and on the acquisition value of PID temperature processing, to achieve temperature control.
- 2022-02-07 22:54:53下载
- 积分:1
-
Machine in the PC serial port to accept the 8250 experiment, using assembly lang...
在PC机上进行的8250串口接受实验,采用汇编语言编写-Machine in the PC serial port to accept the 8250 experiment, using assembly language to prepare
- 2022-07-12 15:50:55下载
- 积分: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
-
汇编程序案例2产生随机数并运算的程序
ad.rar
汇编程序案例2产生随机数并运算的程序
ad.rar-Case 2 assembler generated random number and computing procedures ad.rar
- 2022-02-09 20:36:46下载
- 积分:1
-
pe 文件编程:清除文件头中的重定位表.rar
pe 文件编程:清除文件头中的重定位表.rar-pe programming documents : the first to remove documents with the re-positioning table. Rar
- 2022-03-19 03:02:00下载
- 积分:1
-
学生成绩核算系统的设计与实现(25)
要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百...
学生成绩核算系统的设计与实现(25)
要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。
(3)计算每位学生的总评成绩。
(4)计算该班级本课程的总平均成绩。
(5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。
(6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。-The student achievement calculation system s design with realizes (25) Request: (1) reads in the corresponding usual result, the midterm examination result and the terminal examinations result according to the class and grade according to the curriculum from the document. (2) three result are defined to the general appraisal result s percentage as the constant, occupies the overall result respectively 30 , 30 and 40 . (3) calculates each student s general appraisal result. (4) calculates this class and grade this curriculum the population mean result. (5) calculates the student population which is in superiorly, good, passes an examination, does not pass an examination as well as accounts for the total number of peop
- 2022-05-25 02:22:21下载
- 积分:1
-
小颖JAVA源代码反编译超级引挚V1.3标准版. 这是一个很好用的java反编译工具,有兴趣的可以看一下。...
小颖JAVA源代码反编译超级引挚V1.3标准版. 这是一个很好用的java反编译工具,有兴趣的可以看一下。-Xiaoying Java source code compiler- engine Super Standard Edition V1.3. This is a good use of anti- java compiler tools are interested can look at.
- 2023-05-13 14:10:03下载
- 积分:1