-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
PSO_Matlab
i don t know how to describe its function, it s the pso coding running in matlab.
- 2008-12-15 16:04:05下载
- 积分:1
-
演示了如何生成一个COM组件
演示了如何生成一个COM组件-demonstration of how to create a COM
- 2022-06-26 10:04:41下载
- 积分:1
-
liusdeng
流水灯的基本控制流水灯的一次点亮,更好理解流水灯,是LPC2103芯片(Lights control of water flowing light a light, a better understanding of light water, the LPC2103 chip)
- 2012-07-05 23:39:17下载
- 积分:1
-
瑞萨串口例程
瑞萨官方提供的串口例程,见附件。运行起来的效果与官方说明的一样(For the serial routines provided by Risa, see the annex. It works just as well as the official instructions.)
- 2020-06-24 10:20:02下载
- 积分:1
-
很好用的串口调试的工具,可以支持多种校验码
很好用的串口调试的工具,可以支持多种校验码-a good debug tool for COM
- 2022-03-08 09:05:52下载
- 积分:1
-
JS网页键盘交互式代码
说明: JS网页键盘交互式代码,点击指定的位置,然后开始键入。(JS web page keyboard interactive code, click on the specified location, and then start typing.)
- 2019-03-30 09:57:29下载
- 积分:1
-
converte-into-corresponding-digital
对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital
)
- 2013-09-07 17:46:26下载
- 积分:1
-
pn_eegPLV
计算EEG数据集的锁相值(PLV)。
%
%输入参数:
eegData是3D矩阵numChannels x numTimePoints x numTrials srate是EEG数据的采样率filtSpec是用于在期望的感兴趣频带中过滤EEG信号的滤波器规范。 它是一个具有两个字段的结构,顺序和范围。
范围指定频带的限制,例如,对于伽马频带,使用filtSpec.range = [35 45]。 在filtSpec.order中指定FIR滤波器的顺序。 一个有用的经验法则可以包括约4到5个周期的所需信号。 例如,对于以500Hz采样的eeg数据,filtSpec.order = 50对应于100ms并且包含~4个周期的γ波段(40Hz)。(Computes the Phase Locking Value (PLV) for an EEG dataset.
%
% Input parameters:
% eegData is a 3D matrix numChannels x numTimePoints x numTrials
% srate is the sampling rate of the EEG data
% filtSpec is the filter specification to filter the EEG signal in the
% desired frequency band of interest. It is a structure with two
% fields, order and range.
% Range specifies the limits of the frequency
% band, for example, put filtSpec.range = [35 45] for gamma band.
% Specify the order of the FIR filter in filtSpec.order. A useful
% rule of thumb can be to include about 4 to 5 cycles of the desired
% signal. For example, filtSpec.order = 50 for eeg data sampled at
% 500 Hz corresponds to 100 ms and contains ~4 cycles of gamma band
% (40 Hz).)
- 2019-04-23 20:00:42下载
- 积分:1
-
Simplex矩阵集合.xlsx
gathering 5 groups of Simplex codes(5 groups of Simplex codes)
- 2018-08-23 16:28:03下载
- 积分:1