-
一个游戏,玩克林特打planew。看谁能先打吨。
一款人与客户端打飞机的人工智能游戏,,,
和美观的界面-a game that play with the clint to hit the planew .look: who can the First hit the enemy s the head of the plane
- 2022-02-10 16:33:08下载
- 积分:1
-
Windows环境下32位汇编语言程序设计,附带源码,讲解的很详细,呵呵@...
Windows环境下32位汇编语言程序设计,附带源码,讲解的很详细,呵呵@-Windows Environment 32-bit assembly language programming, with source code, on the very detailed,呵呵@
- 2022-02-21 18:50:05下载
- 积分: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
-
针对OCM4X8C的汉字显示的汇编程序,是用keil软件编写的.
针对OCM4X8C的汉字显示的汇编程序,是用keil软件编写的.-For the Chinese characters displayed OCM4X8C assembler is prepared using keil software.
- 2023-08-08 00:10:04下载
- 积分:1
-
205.asm-----数码管循环显示00~99源程序
205.asm-----数码管循环显示00~99源程序-205.asm----- digital tube display 00 ~ 99 cycle source
- 2022-02-15 17:31:51下载
- 积分:1
-
menuet os application source code, compile written many applications
menuet os应用程序源代码,很多汇编写的应用程序-menuet os application source code, compile written many applications
- 2022-01-21 18:12:54下载
- 积分:1
-
无线通信功能的读写程序,包括汇编原代码,可烧录文件,熟悉无线通信产品的读写方式...
无线通信功能的读写程序,包括汇编原代码,可烧录文件,熟悉无线通信产品的读写方式-Wireless communication function to read and write procedures, including the compilation of the original code, recordable documents, familiar with the wireless communications products to read and write mode
- 2022-07-25 12:48:15下载
- 积分:1
-
Simple encryption algorithm for data encryption, the algorithm is relatively sim...
简单加密算法,用于传输数据的加密,算法比较简单-Simple encryption algorithm for data encryption, the algorithm is relatively simple
- 2023-08-12 19:00:03下载
- 积分:1
-
学习如何使用MPLAB集成开发环境(IDE)的编码基因…
To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging.
This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Port C and increments a counter and resets to a predetermined value when the counter rolls over to zero. All labels start in the first column, and the last line has an end directive. For detailed information, refer to the PIC18F452 datasheet on the course web page.
- 2022-07-13 16:21:22下载
- 积分:1
-
this program is use fo calculate the cube of 0~6,which defined as a array in the...
查0~6的立方值,在内存的TABLE中存放-this program is use fo calculate the cube of 0~6,which defined as a array in the ram memory
- 2022-03-05 18:12:16下载
- 积分:1