-
在ASM 8086处理器的程序
Program in asm for procesador 8086
- 2023-06-18 14:45:03下载
- 积分:1
-
推箱游戏程序源码
推箱游戏程序源码-pushing boxes Games FOSS
- 2023-01-04 13:10:03下载
- 积分:1
-
Procedures for single
AT89S51红外程序单片机学习板的程序
asm汇编程序-Procedures for single-chip AT89S51 infrared study of the process board assembler asm
- 2022-01-24 18:24:50下载
- 积分:1
-
Pressure acquisition program can be displayed by external sensors to measure pre...
压力采集程序,能够通过外接传感器来测量显示压力并做处理-Pressure acquisition program can be displayed by external sensors to measure pressure and to do deal with
- 2022-05-10 20:05:43下载
- 积分: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
-
Mcf5307 development board based on the liquid crystal display sed1335 control pr...
基于mcf5307开发板的sed1335控制液晶屏显示的程序-Mcf5307 development board based on the liquid crystal display sed1335 control procedures
- 2023-01-14 21:40:04下载
- 积分:1
-
关于用c++实现对图片的放大,缩小以及循环播放的设置
关于用c++实现对图片的放大,缩小以及循环播放的设置-Study on the Use of c++ Achieve image to enlarge, narrow and Loop settings
- 2022-06-15 19:54:38下载
- 积分:1
-
Seeking integral product, from a C language reference, proposed a new solution t...
求整数之积,出自C语言参考,提出了一种新的解决两数之积的算法
-Seeking integral product, from a C language reference, proposed a new solution to two the number of the product algorithm
- 2022-04-06 23:39:32下载
- 积分: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
-
用MSP430汇编ultrassom传感器
应用背景这个项目是以单片机(MSP430)用汇编语言适合做超声波距离传感器。关键技术在这个项目中,我们使用了一个“蜂鸣”,当你到达预定的距离,并用超声波传感器的距离。在这个项目中,我们使用汇编代码。
- 2022-08-09 23:14:13下载
- 积分:1