-
M
说明: 字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。(The basic function of the dictionary tree data structure is used to query a number of times a word (prefix) appears in all the words, which insertion and query complexity are O (len), Len is a word (prefix) length, but its space complexity is very high, if the character set is 26 letters, and that the degree of each node will have 26, the typical structure of space for time.)
- 2013-11-29 14:28:52下载
- 积分:1
-
The-signal-processing
低频信号的生成、信号的调制与解调、信号的处理与提取等。(The signal processing)
- 2015-01-12 11:25:20下载
- 积分:1
-
case9
电力系统仿真IEEE9节点系统详细参数数据,对电力系统仿真非常有用(Power system simulation IEEE9 detailed parameter data bus system for power system simulation is useful)
- 2020-12-10 20:09:18下载
- 积分:1
-
video2gops
Video 2 Group of pictures for H.264 standard
- 2010-06-24 19:07:50下载
- 积分:1
-
Arraysignalprocessing
阵列信号处理的基本程序,包括music等(Array signal processing of the basic procedures, including music, etc.)
- 2009-04-21 19:01:20下载
- 积分:1
-
local_histrogram
Perform a local histogram equalization in matlab.
No image processing toolbox is needed!
- 2010-12-20 03:11:01下载
- 积分:1
-
MatLab-programming
说明: matlab编程中文版(word版),matlab初级学习的好助手(Chinese version of matlab programming)
- 2011-03-04 16:59:53下载
- 积分:1
-
M03_Edge_Detection
Edge detection in matlab
- 2012-09-14 19:01:25下载
- 积分:1
-
Vinay-Project
LPRS using Edge detection and morphological operations
- 2013-11-24 20:39:48下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1