-
Hilbert
对于非平稳振动信号 ,通过采用hilbert变换,得到其边际谱的labview 程序(For the nonstationary vibration signals, by the use of the Hilbert transformation, get the marginal spectrum of labview program
)
- 2011-11-27 17:45:56下载
- 积分:1
-
这个程序能够实现各种模板的中值滤波处理,还能够计算处理后图象的熵!...
这个程序能够实现各种模板的中值滤波处理,还能够计算处理后图象的熵!-the process to achieve the various templates median filter handling, but also to calculate the processed image entropy!
- 2022-03-24 11:09:44下载
- 积分:1
-
该程序使用c语言 以栈为结构实现车厢调度
该程序使用c语言 以栈为结构实现车厢调度-The program use c language to realize the structure of the stack train scheduling for
- 2022-03-07 18:56:09下载
- 积分:1
-
IAP-Bootloader V1.0
STM32F103C8T6软件升级IAP的Bootloader文件实测可用(STM32F103C8T6 Software Upgrade IAP Bootloader File is available)
- 2020-06-25 05:20:02下载
- 积分:1
-
C#通过API调用windows菜单
C#通过Win32的API接口来调用windows系统的菜单,因此本源码的重点不是展示菜单是否漂亮,而是Win32的API如何调用,如何调用想要的系统功能或菜单来显示,这才是重点。注意:用P/Invoke调用动态链接库中非托管函数时,应执行如下步骤:
1、定位包含该函数的DLL。
2、把该DLL库装载入内存。
3、找到即将调用的函数地址,并将所有的现场压入堆栈。
4、调用函数。
- 2022-03-17 17:38:35下载
- 积分:1
-
HAF
多项式信号的参数估计,高阶模糊函数方法。(Parameter estimation of polynomial signals is performed using higher order ambiguity function methods.)
- 2017-06-21 09:19:23下载
- 积分:1
-
zhongguoxiangqiCPP
c语言版本中国象棋,完美实现经典象棋的c语言程序源代码。(c language version of Chinese chess, the perfect realization of the classic chess c language program source code.)
- 2013-09-29 16:14:03下载
- 积分:1
-
mpeg 2 system 1,2,3
all user need to check it out
mpeg 2 system 1,2,3
all user need to check it out-mpeg 2 system 1,2, 3 all user need to check it out
- 2023-04-24 19:05:03下载
- 积分:1
-
Colourmaps
该算法用于彩色图像的预处理,为后续图像识别做准备(Preprocessing of color image)
- 2019-04-25 17:47:18下载
- 积分:1
-
对任何集体(如你自己的类)的问题描述…
一:问题描述
针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。
二:基本要求
假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。
三:实现提示
如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。
四:需求分析
本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。
-one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested ra
- 2022-01-22 16:42:56下载
- 积分:1