-
Algorithm
dijkstra算法-- Algorithm
- 2022-02-26 14:04:45下载
- 积分:1
-
经典win32汇编语言例子
经典win32汇编语言例子-classic example of assembly language
- 2022-09-14 09:35: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
-
Students with an array storing the results, the above statistics the number of s...
设有一个数组存放学生的成绩,统计各段学生人数!-Students with an array storing the results, the above statistics the number of students!
- 2022-01-25 18:50:04下载
- 积分:1
-
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!...
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
- 2022-05-22 06:09:15下载
- 积分:1
-
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file he...
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.-LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.
- 2022-10-23 22:55:03下载
- 积分:1
-
汇编语言闹钟程序
汇编语言闹钟程序-assembly lanauage bell program
- 2022-09-13 20:00:03下载
- 积分:1
-
TMS320VC5402DSP芯片通过源代码读写CF卡和CF的C.
通过TMS320VC5402DSP芯片读写CF卡的源程序,并实现CF卡与外部设备的通信-TMS320VC5402DSP chip through the source code to read and write CF cards and CF cards to achieve the communication with external equipment
- 2022-06-19 06:51:08下载
- 积分:1
-
Registry Edit Sample code
Registry Edit Sample code
- 2022-08-21 08:18:40下载
- 积分:1
-
批处理文件内容增加。汇编利用windows API函数实现。
批处理文件内容增加。汇编利用windows API函数实现。-add string batch program。win32 assembly language using windows API achieved。
- 2022-03-22 00:46:01下载
- 积分:1