-
带界面的两位数计算器,完成加减乘除运算欢迎使用
带界面的两位数计算器,完成加减乘除运算欢迎使用-calculator
- 2023-03-26 07:35:03下载
- 积分:1
-
ASM电机向前和向后
asm for motor forward and backward
- 2022-04-15 21:33:12下载
- 积分:1
-
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置...
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置 -Input a key string, and then enter the string a sentence to identify key positions in the sentence
- 2022-02-05 08:52:55下载
- 积分: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
-
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用...
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用-using Matlab as in the use of the transfer matrix method photonic crystal reflectivity, Lieutenant General procedures documents written in word document, together with the painting under Matlab plans, feeling useful
- 2022-12-11 00:05:03下载
- 积分:1
-
This is a brushless DC motor speed control based on the DSP2407 source code, eve...
这个是直流无刷电机的基于DSP2407的速度控制源代码,希望对大家有所帮助,平台是CCS2-This is a brushless DC motor speed control based on the DSP2407 source code, everyone would like to help, platform is CCS2
- 2022-07-06 22:52:11下载
- 积分:1
-
Compilation of an important book. Learn it, win32 will not need to worry about t...
汇编的重要书籍。学好它,win32就不用愁了-Compilation of an important book. Learn it, win32 will not need to worry about the
- 2022-05-05 04:50:43下载
- 积分:1
-
超大二进制与十进制的转化(包含十进制转化为二进制,也包含二进制转化为十进制)...
超大二进制与十进制的转化(包含十进制转化为二进制,也包含二进制转化为十进制)-Super-binary and decimal conversion (including the decimal into a binary, it contains the binary into a decimal)
- 2022-03-25 03:30:20下载
- 积分:1
-
定时同步是UWB通信系统中至关重要的问题,定时偏差和抖动将严重影响接收机性能。一般定时同步分为捕获和跟踪两个阶段。在捕获阶段,要求接收机快速搜索信号到达时间,并...
定时同步是UWB通信系统中至关重要的问题,定时偏差和抖动将严重影响接收机性能。一般定时同步分为捕获和跟踪两个阶段。在捕获阶段,要求接收机快速搜索信号到达时间,并根据搜索结果调整接收机定时.-Timing Synchronization UWB communication systems is of vital importance to the issue, timing error and jitter will seriously affect the receiver performance. Timing Synchronization generally divided into two stages to capture and track. In the capture stage, the request receiver Quick Search signal arrival time, and adjust search results according to the receiver from time to time.
- 2022-04-06 16:01:27下载
- 积分:1
-
以前我对汇编语言学习一些,在此提供一些源码,大家可试一下。...
以前我对汇编语言学习一些,在此提供一些源码,大家可试一下。-I used to learn some of the assembly language, in this to provide some source code, we can try.
- 2022-01-26 00:58:26下载
- 积分:1