-
键盘输入顶点信息,有向图最短路径,最短时间,两点之间路径...
键盘输入顶点信息,有向图最短路径,最短时间,两点之间路径-Keyboard input vertex information, has to map the shortest path, shortest time path between two points
- 2022-03-21 01:38:27下载
- 积分:1
-
此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换...
此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换-This document includes a variety of encoding conversion process, such as: binary to BCD code conversion, binary to ASCII code conversion
- 2022-05-15 21:33:47下载
- 积分: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
-
用汇编写的 CRC的算法代码,里面包含16位和32位的,大家可以嵌入到高级语言中使用,有助于提高程序的效率!内有嵌入例子。...
用汇编写的 CRC的算法代码,里面包含16位和32位的,大家可以嵌入到高级语言中使用,有助于提高程序的效率!内有嵌入例子。-With the compilation of the CRC algorithm to write the code, which contains 16-bit and 32-bit, and they can be embedded into high-level language used to enhance the efficiency of the procedure! Example, there are embedded.
- 2022-05-18 10:22:55下载
- 积分:1
-
调速 高压电机的应用 可提高功率因数和电机的效力
调速 高压电机的应用 可提高功率因数和电机的效力-speed of high-voltage motors can improve power factor and the effectiveness of motor
- 2022-03-23 21:38:52下载
- 积分:1
-
complex
复合形法matlab优化程序,用于约束条件下非线性问题规划。(Complex method matlab optimization procedures, for constrained nonlinear problems under the conditions of planning.)
- 2008-05-03 16:11:02下载
- 积分:1
-
calculator
科学计算器,使用汇编语言编写的科学计算器(Scientific calculator, using the scientific calculator written in assembly language)
- 2020-07-01 12:40:02下载
- 积分:1
-
USART
USART for atmega8 works
- 2020-06-23 07:00:01下载
- 积分:1
-
等精度频率计 利用51单片机实现 有源码以及执行文件
等精度频率计 利用51单片机实现 有源码以及执行文件-Such as the use of precision frequency source have 51 single-chip implementation and the implementation of document
- 2023-04-04 10:55:03下载
- 积分:1
-
avr串口通信,适合所有型号的,为刚刚入门的人提供参考
avr串口通信,适合所有型号的,为刚刚入门的人提供参考-avr serial communications, suitable for all models for the entry of people just provide a reference
- 2022-12-26 00:20:03下载
- 积分:1