-
Bezier曲线的java
bezier曲线的JAVA实现-bezier curves JAVA
- 2023-03-10 13:10:04下载
- 积分:1
-
三分之一phthon的程序。
a third phthon program.
- 2022-03-13 21:54:54下载
- 积分:1
-
用汇编写的下载功能的程序和源码,原程序仅1280B
用汇编写的下载功能的程序和源码,原程序仅1280B-compilation was made with the ability to download the source code and procedures, the original procedure only 1280B
- 2022-04-18 13:28:02下载
- 积分:1
-
6502 assembly code
6502的汇编代码-6502 assembly code
- 2022-03-21 21:28:28下载
- 积分:1
-
C51液晶fm24064组装驱动器
C51 LCD FM24064 Assemble driver-C51 LCD driver FM24064 Assemble
- 2022-04-16 07:27:17下载
- 积分:1
-
用MASM写的显示系统时间的程序,内附源码和说明
用MASM写的显示系统时间的程序,内附源码和说明-written with Multiple Display System time-consuming procedures, and notes containing FOSS
- 2022-04-24 21:05:04下载
- 积分: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
-
Cutting graphics computer graphics processing is very important aspect, the proc...
图形的裁剪是计算机图形处理中很重要的环节,本程序介绍了这一功能。-Cutting graphics computer graphics processing is very important aspect, the procedures introduced this feature.
- 2022-01-28 05:01:09下载
- 积分:1
-
当然他好通惠家园进45一任何牛肉汤教育局人格温热图5一45 王汝刚奖金额汤旺河安徽认为他易货交易精华...
当然他好通惠家园进45一任何牛肉汤教育局人格温热图5一45 王汝刚奖金额汤旺河安徽认为他易货交易精华-Of course, good通惠家园him into any one of 45 beef soup warm personality Fig.5 Education 1 45王汝刚prize money Tangwang River in Anhui consider him the essence of barter transactions
- 2022-12-11 04:40:03下载
- 积分:1
-
8052单片机和计算机串口通信的试验。已经成功演示,上位机用的是vb写的程序。...
8052单片机和计算机串口通信的试验。已经成功演示,上位机用的是vb写的程序。-8052 single-chip serial communication and computer tests. Have successfully demonstration PC using a program written in vb.
- 2022-12-13 07:20:03下载
- 积分:1