-
- 2022-03-10 14:40:35下载
- 积分:1
-
汇编语言程序设计入门学习,学习汇编语言的好教材
汇编语言程序设计入门学习,学习汇编语言的好教材-assembly entry
- 2022-10-31 12:25:03下载
- 积分:1
-
二进制计算器,位运算,计算器
二进制计算器,位运算,计算器--用户界面设计,汇编语言学习工具-binary calculator, bit, calculator-- user interface design, assembly language learning tool
- 2022-05-28 16:00:11下载
- 积分:1
-
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用-With 89C51 digital clock, 6 LED, 4* 3 the key, the procedure has a good debugger, you can directly use
- 2022-03-02 20:16:39下载
- 积分:1
-
这是12864与复位字体显示子程序显示初始屏幕…
这是12864 带字库的显示子程序 reset 是初始屏幕的 display 是显示数据的 input是输入地址的指令-This is the 12864 with reset font display subroutine is the initial screen display is to show the data input is the input address command
- 2022-09-07 19:05:02下载
- 积分:1
-
一个汇编语言编写的内存补丁的程序,动态的PATCH.
一个汇编语言编写的内存补丁的程序,动态的PATCH.-A compilation of written procedures for patch memory, dynamic PATCH.
- 2022-04-19 06:54:44下载
- 积分:1
-
The remote calendar with a remote control to adjust the calendar, time, inquirie...
该遥控日历具有遥控器调整日历,时间,查询等功能-The remote calendar with a remote control to adjust the calendar, time, inquiries and other functions
- 2023-01-12 14:20:03下载
- 积分:1
-
用汇编语言实现加法,从1到N依次相加。比如N设为100,则结果为...
用汇编语言实现加法,从1到N依次相加。比如N设为100,则结果为-Compilation of experiments with the addition
- 2022-03-16 14:11:36下载
- 积分: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
-
dijkstra 这是用C语言实现的贪心算法
看这个程序前最好先看看图形说明...
dijkstra 这是用C语言实现的贪心算法
看这个程序前最好先看看图形说明-Dijkstra this is achieved using C language greedy algorithm to see this process take a look at the graphics before the best description
- 2022-04-26 14:33:43下载
- 积分:1