-
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化
用win32汇编编写的魅力的彩色漩涡,样式有十几种变化-using win32 compilation prepared by the charm of the color swirl, forms a dozen changes
- 2022-02-04 18:52:07下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2022-07-23 15:12:47下载
- 积分:1
-
This sample shows the use of input and output string functions of emu8086.inc
This sample shows the use of input and output string functions of emu8086.inc
- 2022-01-25 23:18:54下载
- 积分:1
-
最简单的汇编程序,功能不错
最简单的汇编程序,功能不错-compilation of the most simple procedures, functions well
- 2023-02-18 10:20:03下载
- 积分:1
-
基于51单片机的交通灯控制系统
IDE:Keil uVision2
基于51单片机的交通灯控制系统
IDE:Keil uVision2-51 microcontroller-based traffic light control system IDE : Keil uVision2
- 2022-03-14 01:52:42下载
- 积分: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
-
GPS信息接入码(LCD12864液晶字体并行模式)
用于C语言编写的GPS 程序,适用于51单片机。V1.0第一次编写V1.1更改一些外部中断的BUGV1.2加入UTC时间/日期和北京时间/日期的转换,包括闰年、日/月/年的进位计算
- 2022-12-20 13:55:04下载
- 积分:1
-
This is the C language code and data structures to V source code Exercises
这是C语言代码,数据结构地五章习题源代码-This is the C language code and data structures to V source code Exercises
- 2022-01-26 04:03:02下载
- 积分:1
-
very good
很好的哈达风景画 安定方法打发似的发达 安定反对发疯士大夫大 按时打发-very good
- 2022-12-10 15:00:03下载
- 积分:1
-
a program made by win32asm
用win32asm写的防火墙...基本的功能实现了,但是还有待改进-a program made by win32asm
- 2022-06-12 15:09:27下载
- 积分:1