-
编译检测程序,用汇编编写的代码检测系统…
汇编检测 mac,用汇编写的检测系统mac代码-compilation detection mac, with the compilation of writing code detection system mac
- 2022-04-20 07:55:05下载
- 积分:1
-
地铁售票级,票价2~7元,可一次购买多种票价的票,最高张数为10张...
地铁售票级,票价2~7元,可一次购买多种票价的票,最高张数为10张-Metro ticket class, the fare from 2 to 7 yuan, can be time to buy a variety of fare tickets, the maximum number of sheets of 10
- 2023-06-20 03:15:04下载
- 积分:1
-
Application of serial interface experiments
串行接口应用实验-发送端程序
串行通信发送程序source file
8253 8255 8251 综合实验-Application of serial interface experiments- Send client program to send serial communication program source file 8253 8255 8251 Comprehensive Experiment
- 2023-03-10 19:35:03下载
- 积分:1
-
这是一个八月桂花香的程序,请大家指点,
这是一个八月桂花香的程序,请大家指点,-Baruguihuaxiang This is a process, we instruct them, thank you
- 2022-09-01 20:30:02下载
- 积分:1
-
汇编语言的准备知识
汇编语言的准备知识- Assembly language preparation knowledge
- 2022-06-16 06:21:02下载
- 积分:1
-
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家....
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家.-RC (2), RC (4), RC (5), RC (6) algorithm. My collection software, designed to prepare graduates for. Now and share with everyone. I hope everyone can help.
- 2022-08-21 19:08:14下载
- 积分:1
-
Win32汇编写的端口映射器,构思精巧,效率极高。
Win32汇编写的端口映射器,构思精巧,效率极高。-Win32 compilation was made for the port mapping, the idea of delicate, extremely efficient.
- 2023-03-20 12:45:04下载
- 积分:1
-
实现CAN总线的接收,发送,故障处理,处理器采用的是STC89C58RD,是中央空调控制系统的下位机程序的一部分....
实现CAN总线的接收,发送,故障处理,处理器采用的是STC89C58RD,是中央空调控制系统的下位机程序的一部分.-CAN Bus receive, send, fault handling, the processor is STC89C58RD. central air-conditioning control system of the next crew part of that process.
- 2022-07-17 06:54:13下载
- 积分:1
-
C51 original procedure, useful for reference, I also have the electric car progr...
c51原程序,好用的参考一下吧,我也有电动车程序2051的,有要的跟我联系!13401330733 肖良军-C51 original procedure, useful for reference, I also have the electric car program in 2051, has wanted to contact me! Liang Xiao-jun 13401330733
- 2022-09-05 19:20: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