-
51开发MP3应用程序
51开发MP3应用程序-51 the development of MP3 applications
- 2022-07-11 07:40:59下载
- 积分:1
-
登录 注册界面 java加access数据库
登录 注册界面 java加access数据库-Login Register interface, plus access database java
- 2022-07-03 12:44:58下载
- 积分:1
-
小小的BIOS了解BIOS非常好的资料,大家可以学习一下
tiny bios--了解BIOS非常好的资料,大家可以学习一下-tiny bios very good understanding of BIOS data, everyone can learn about
- 2022-06-01 15:34:10下载
- 积分:1
-
一个汇编通用对话框例子
一个汇编通用对话框例子-a compilation of common dialog example
- 2023-02-24 03:40:02下载
- 积分:1
-
at892051模拟串行通讯程序
at892051模拟串行通讯程序-at892051 simulated serial communication program
- 2022-01-31 19:49:14下载
- 积分: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
-
89s51' s 9AT24C02 bus testing procedures
89s51的9AT24C02总线试验程序-89s51" s 9AT24C02 bus testing procedures
- 2022-01-25 20:17:50下载
- 积分:1
-
特此感谢Redfox的源程序,游戏中的地图数据和角色移动的核心代码基本保持原版,对这部分内容仅作了格式上的调整。
目前只能算是入门级水平,如果游戏中有任何...
特此感谢Redfox的源程序,游戏中的地图数据和角色移动的核心代码基本保持原版,对这部分内容仅作了格式上的调整。
目前只能算是入门级水平,如果游戏中有任何逻辑错误,请大家自行对源代码修改(源代码是:版权没有,翻版不纠!
但请大家尊重Redfor的源码,如要转载,请与原作者联系)-Redfox hereby like to thank the source, in-game map data and the role of mobile code essential to maintain the core of the original, this part of the contents were only format adjustments. The current level can only be regarded as entry-level, if the game has no logic error, please everyone to modify the source code (source code is: there is no copyright infringement is not correct! But please respect everyone Redfor source, such as the need to reprint, please contact contact the original author)
- 2023-02-06 00:25: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
-
是一个用汇编语言编写的八路控制灯程序。其功能可以实现数字化的灯路控制。...
是一个用汇编语言编写的八路控制灯程序。其功能可以实现数字化的灯路控制。-is an assembler language of the Eighth Route Army to control lights procedures. Its functions can be achieved in digital signal path control.
- 2022-03-07 00:36:54下载
- 积分:1