搜索资源列表
完全数
- 如果一个数恰好等于它的因子之和,则称该数为“完全数”。 *题目分析与算法设计 根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。 *-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algorithm design based on the defin
AT89C51RC2_VS1003_MP3
- 基于AT89C51RC2的VS1003驱动源程序,带LCD显示,选曲和音量调节,Keil的完整工程文件.-The VS1003-driven source-based AT89C51RC2 with LCD display, music selection and volume adjustment, Keil complete project file.
ST_CROTEX_M3
- ST_CROTEX_M3.rar STM32F103C8-PKT演示代码 STM32F103C8-PKT用户手册.pdf STM32F103C8-PKT原理图.pdf Application Note STM8S_STM32_选型手_CH_Aug_2009[1].PDF Demo-ST_CROTEX_M3.rar STM32F103C8-PKT demo code STM32F103C8-PKT user manual. Pdf STM32F103C8-PKT schematic. Pdf
biMatichHungary
- 偶图最大匹配完全照算法说明利用集合运算实现的matlab代码。这里需要大家讨论的是增广路的选取的算法,希望朋友们多多讨论,争取找一种更好的增广路方法,有想法的一定告诉我,谢谢,jxrhhu@hhu.edu.cn-Bipartite graph maximum matching algorithm descr iption completely according to the use of computing to achieve a collection of matlab code. Her
mseq
- 根据M序列的产生原理,利用MATLAB编程实现4阶、6阶及任意阶M序列的产生-M sequence generated in accordance with the principle of the use of MATLAB Programming 4 bands, 6 bands and arbitrary selection of sequence-order M
genetic_algorithm_matlab
- fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
eigenvalue_computation.tar
- 快速PCA计算方法,有效实现降维等操作,和特征选择-Fast PCA method of calculation of effective dimension reduction and other operations, and feature selection
yichuansuanfa
- fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but al
genetic-algorithm
- 自然计算中遗传算法的各个程序,matlab环境下开发的源代码。best.m 求种群中适应度最大的值 calfitvalue.m 计算每个个体的适应度 calobjvalue.m 适应度函数 crossover.m 交叉变换 decodebinary.m 将二进制数转换成十进制数 decodechrom.m 将二进制数转换成十进制数 initpop.m 产生初始种群 mutation.m 变异 selection.m 选择合适的个体进行复制 main.m 主函数
Selection-of-Wavelet
- 通过定性与定量的分析, 提出了在对冲击信号进行连续小波变换时选择最佳小波基函数的方法和小波变换 后故障特征提取效果优劣的检验手段, 并且得出了对于冲击性信号的连续小波变换, 小波基函数的最佳选择为 M o rlet函数的结论。-A method for selecting the best wavelet base in cont inuous wavelet transform (CWT) for impulse signals is introduced, and a test fo
Two-feature-selection-algorithm
- 对“data4.m”数据,采用两种特征选择算法,选择2个特征。并且进行效果比较-"Data4.m" data, using the two feature selection algorithm, select two characteristics. And the effects comparison
capacity-of-frequency-selection-channel
- With the higher and higher of transmitting rate, the signal bandwidth iswider and wider, and the p ractical channel p resents the frequency selective fading character. In this paper, a multi - input multi - output (M IMO) channelmodel under frequ
feature-selection-svm
- 特征选择算法,效果很好。可以解决维数高、训练样本数少的问题。-include both C version (mex-function) and Matlab version: SBSVM_c.cc SBSVM_m.m A testing case is also provided in file Speed_Comp.m
selection
- Field of Digital Communications. Topic: Diversity Combining Matlab Program (m File) for exploiting Receiver Antenna Diversity: Selection Diversity Technique
M-sequence
- 文中用计算机搜索法构造大量不同周期 M 序列样本,运用统计学方法加以分析,指出M 序列的自相关函数最大旁瓣的概率分布类似莱斯分布,对 M 序列的优选有指导性意义。-A large number of M sequences are generated by the computer search method as a swatch. And statistical analysis shows that the statistical probabili ty of i ts maxi
lssvm_demo.m
- LS-SVM Leave-One-Out Cross-Validation Demo G. C. Cawley, "Leave-one-out cross-validation based model selection criteria for weighted LS-SVMs", Proceedings of the International Joint Conference on Neural Networks (IJCNN-2006), pages 1661-1668, Vanco
kenstone.m
- Uniform subset selection with Kennard and Stone algorithm in Matlab
ECG2_NSA.m
- NSA-实数负选择 RSA -时间序列异常检测-ECG时序数据-negative selection algorithm - for time series ECG abnormal detection
S-C-M
- 此文件包含了遗传算法的选择 selection,交叉 cross 和变异mutation 三个文件(this file consists of three programs which are selection. cross and mutation of the genetic algorithm.)
feature-selection-master
- 最小冗余最大相关性(MRMR)(MRMR.M) 需要外部库。详情请见MRMR。下载一个更新版本的互信息工具箱 偏最小二乘(PLS)回归系数(ReGCOEF.m) 使用MATLAB统计工具箱中的PLSReress ReliefF(分类)和RReliefF(回归)(ReleFracePr.M.) 从Matlab STATS工具箱中包装Releff.m。这是Matlab R2010B以后提供的。 ReliefF的另一个选择是使用ASU特征选择工具箱中的代码。这使用WEKA