-
这个代码是用C语言编写的,具有记事本的常用功能,代码完整,功能完善...
这个代码是用C语言编写的,具有记事本的常用功能,代码完整,功能完善-This code is written using C language, with the commonly used Notepad features, code integrity, and function
- 2022-09-08 03:45:03下载
- 积分:1
-
这是一个贪吃蛇的汇编程序,实现了贪吃蛇的图形界面和键盘控制,一个小游戏,希望对大家有帮助。...
这是一个贪吃蛇的汇编程序,实现了贪吃蛇的图形界面和键盘控制,一个小游戏,希望对大家有帮助。-Snake This is a compilation of procedures, to achieve the Snake graphical interface and keyboard control, a little game we want to help.
- 2022-10-13 09:45:02下载
- 积分:1
-
Assembly language to achieve the interruption of the procedure, every 20 seconds...
汇编语言实现的中断程序,每隔20秒产生一次系统中断-Assembly language to achieve the interruption of the procedure, every 20 seconds have a system interruption
- 2022-03-20 15:54:01下载
- 积分: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
-
一个无符号的加法器小程序
一个无符号的加法器小程序-without a symbol of small programs Adder
- 2022-12-15 08:40:03下载
- 积分:1
-
pic16f877a和LCD1602显示网址和电话
pic16f877a和LCD1602显示网址和电话
- 2022-02-06 07:07:21下载
- 积分:1
-
按键扫描,有很多系统都用到按键控制操作,按键扫描功能的程序是不可小的....
按键扫描,有很多系统都用到按键控制操作,按键扫描功能的程序是不可小的.-Buttons to scan, there are many systems used to control the operation buttons, button scanning procedure can not be small.
- 2022-04-15 03:59:46下载
- 积分:1
-
这个程序是:图形菜单,并且可以在菜单上添加窗口
这个程序是:图形菜单,并且可以在菜单上添加窗口-This procedure is: graphical menu, and can be added in the menu window
- 2022-03-23 06:23:50下载
- 积分:1
-
单片机AT89C2051来编程,轻触式步进调整控制电路。原理图、源程序。...
单片机AT89C2051来编程,轻触式步进调整控制电路。原理图、源程序。-Single-chip AT89C2051 to programming, touch-step adjustment control circuit. Schematics, source code.
- 2022-02-04 18:18:17下载
- 积分:1
-
addition of fixed values
固定值的加法。我用bx和ax作为寄存器。bx表示第一个固定值,ax表示第二个固定值,然后将其相加。
- 2022-09-27 03:00:03下载
- 积分:1