-
音调是一个小程序
是一个小程序
- 2022-08-11 11:25:31下载
- 积分:1
-
control interrupted code compilation
控制中断的汇编代码-control interrupted code compilation
- 2022-07-18 12:42:41下载
- 积分:1
-
此系统是本人做毕业设计时候的老东西了,是汇编写的。可以在PROTEUS上仿真,实际效果和仿真效果一模一样,电梯的功能相信大家都很了解,我就不在这多讲了。但要说明...
此系统是本人做毕业设计时候的老东西了,是汇编写的。可以在PROTEUS上仿真,实际效果和仿真效果一模一样,电梯的功能相信大家都很了解,我就不在这多讲了。但要说明的一点是:我这个系统是仿真用的,有些东西不能和现实中的电梯相比,里面可能有某些方面考虑的不是很周到,希望有心的朋友提点意见,谢谢我的E-MAIL:qq317999920@163.com-This system is designed when I graduated to do the old things is a compilation of writing. Be able to PROTEUS on the simulation, the actual results and simulation of the effect of exactly the same as the functions of elevator think we all understand that I am not in this more than a speech. But the point is to explain: I used this system is the simulation of, some things can not be compared to the reality of the elevator, which may have to consider certain aspects of the not very thoughtful, I hope interested提点意见Friend, thank you my E-MAIL: qq317999920@163.com
- 2023-05-30 19:55:03下载
- 积分:1
-
转寝查询系统源代码,让我们大家一起共同学习进步
转寝查询系统源代码,让我们大家一起共同学习进步-Switch to sleep query system source code, so we can all learn from advances together
- 2022-04-30 21:18:58下载
- 积分:1
-
基于 飞思卡尔单片机 MODBUS汇编源程序
可以
基于 飞思卡尔单片机 MODBUS汇编源程序
可以-FREESCALE
- 2023-03-06 18:00: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
-
用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程...
用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程序的例子-with masm write TOOBar generator, somewhat similar to the VB like, End enacted automatically generates the appropriate code win32 platform for the compilation of programmers is a good tool, is a compilation was made using OOP procedures example
- 2022-06-26 15:52:40下载
- 积分:1
-
This is a countdown device, a little flaw, the need to improve, because I am a b...
这是一个倒计时器,有点缺陷,需要改进,因为我是一个初学者-This is a countdown device, a little flaw, the need to improve, because I am a beginner
- 2022-09-26 21:30:03下载
- 积分:1
-
a compilation procedure but forgot what
一个汇编程序 不过什么忘了-a compilation procedure but forgot what
- 2022-03-19 02:12:42下载
- 积分:1
-
East
东西方向各有一组红,黄,绿灯用于指挥交通,红,黄,绿的持续时间分别为25s,5s,20s。
-East-west direction have a group of red, yellow and green light for directing traffic, red, yellow and green are the duration of 25s, 5s, 20s.
- 2022-06-29 13:08:47下载
- 积分:1