-
特此感谢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
-
用汇编编的匿名管道,支持win98/win2000/xp
用汇编编的匿名管道,支持win98/win2000/xp-Compilation made by the anonymous pipes, support win98/win2000/xp
- 2022-07-15 07:17:46下载
- 积分:1
-
这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。...
这是用汇编语言开发的一种输入方法,简单灵活,词库多,已经在使用,但词库灵活程度还有待开发。-This is the development of assembly language with an input method, simple, flexible, thesaurus, and already in use, but also the flexibility of the thesaurus to be developed.
- 2022-01-25 20:38:20下载
- 积分:1
-
用VB做的SQL系统。是一个图书馆系统,它包括SQL建立的表格,应用的软件是VB程序...
用VB做的SQL系统。是一个图书馆系统,它包括SQL建立的表格,应用的软件是VB程序-used vb to build SQL system
- 2023-04-18 15:15:04下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2023-02-19 23:40:03下载
- 积分:1
-
the code is mainly used in the real
本代码主要是用于在显示系统上实时显示:时,分,秒,-the code is mainly used in the real-time display system shows : when, minutes and seconds.
- 2022-05-16 12:18:28下载
- 积分: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
-
MSP430F135的TA操作代码,绝对的真实可行.放心下载
MSP430F135的TA操作代码,绝对的真实可行.放心下载-MSP430F135 the TA operation code, is absolutely true feasible. Rest assured Download
- 2022-03-01 06:46:42下载
- 积分:1
-
Basic程序解释器及编译原理的简单化(1)
Basic程序解释器及编译原理的简单化(1)--词法分析和代数式求值-Basic program interpreter and compiler principles simplistic (1)-- lexical analysis and algebraic expression evaluates
- 2022-01-21 17:47:26下载
- 积分:1
-
the interface protocol,don t know whether anybody need,this is very common progr...
USB的接口协议,不知这里有没有人需要,这应该是最普通的东西-the interface protocol,don t know whether anybody need,this is very common program
- 2022-01-26 00:05:00下载
- 积分:1