-
Using vb to write idioms Lianliankan games, entertainment, plus study.
用vb写的成语连连看小游戏,娱乐加学习。-Using vb to write idioms Lianliankan games, entertainment, plus study.
- 2022-11-23 23:20:03下载
- 积分:1
-
Topology_Control_in_Wireless_Ad-Hoc_and_Sensor_Net
一本讲解在无线传感器网络中如何进行拓扑控制的书籍,老外写的,wiley出版社的产品,对研究WSN的人应该很有帮助(Explain in a wireless sensor network topology control in how the books written by foreigners, wiley publishing products, the study should be helpful in WSN)
- 2008-04-07 18:55:45下载
- 积分:1
-
FFT
说明: 快速傅里叶变换,是快速计算序列的离散傅里叶变换(DFT)或其逆变换的方法。傅里叶分析将信号从原始域(通常是时间或空间)转换到频域的表示或者逆过来转换。FFT会通过把DFT矩阵分解为稀疏(大多为零)因子之积来快速计算此类变换。(Fast Fourier transform (FFT) is a fast method to calculate the discrete Fourier transform (DFT) of a sequence or its inverse transform. Fourier analysis transforms a signal from its original domain (usually time or space) to its representation in the frequency domain or vice versa. FFT can calculate these transformations quickly by decomposing DFT matrix into product of sparse (mostly zero) factors.)
- 2020-04-30 09:53:10下载
- 积分:1
-
uml课程设计的题目。软件学院的。、 内容就是如题目的样子了……、...
uml课程设计的题目。软件学院的。、 内容就是如题目的样子了……、-uml curriculum design topic. Software Institute. , As if the subject is the look of
- 2023-02-15 20:50:03下载
- 积分:1
-
java类的路径设置视频,绝对经典
java类的路径设置视频,绝对经典-java class path set up video, an absolute classic
- 2022-02-10 11:52:42下载
- 积分:1
-
实现了ZYNQ的PL端的扩展串口功能
这个代码实现了ZYNQ的PL端的扩展串口功能,且可用于LINUX系统中,485/232都可使用,后续会继续更新(This code implements the extended serial port function of the PL end of ZYNQ, and can be used in LINUX system, 485/232 can be used, and will continue to be updated later.)
- 2020-06-24 02:00:02下载
- 积分:1
-
1
说明: 六相永磁风力发电机建模及控制研本次上传日志(The fluctuation part of waveform cancels each other when the capacitor)
- 2019-07-17 19:48:58下载
- 积分:1
-
sql1
说明: sql update sample so you may be want to use it.
- 2019-04-29 17:22:08下载
- 积分:1
-
人工势场法
说明: 用MATLAB实现人工势场算法作路径规划(Using MATLAB to Realize Artificial Potential Field Algorithms for Path Planning)
- 2019-05-17 20:01:45下载
- 积分:1
-
12
说明: 下面是一个结构体声明:
struct box
{
char maker[40]
float height
float width
float length
float volume
}
a. 编写一个函数,按值传递box结构,并显示每个成员的值
b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。
c. 编写一个使用这两个函数的简单程序
(Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
- 2013-06-02 17:27:08下载
- 积分:1