-
hacker
黑客攻防入门书籍 很好很强大
讲了各种攻击方法(Getting Started with a very good offensive and defensive hacking books, talk about a variety of very strong attack methods)
- 2009-11-25 10:49:52下载
- 积分:1
-
MATLAB神经网络原理与实例精解
说明: matlab神经网络精讲,编排顺序按照书本(Matlab neural network teaching, the arrangement order according to the book)
- 2020-07-11 12:26:47下载
- 积分:1
-
SVM_pre
基于SVM的股市预测程序,效果极佳,值得使用。(Support Vector Machine forecast, mainly for large-scale objects to predict.)
- 2010-01-31 00:21:38下载
- 积分:1
-
PSD-BPA-introduction
电力系统分析中经常用到的稳定性分析软件中国版BPA的潮流计算程序教程PPT(power system BPA)
- 2013-12-21 20:05:59下载
- 积分:1
-
连续投影算法
连 续 投 影 算 法(SPA)是 一 种 使 矢 量 空 间 共 线 性最小化的前向变量选择算法, 它的优势在于提取全波段的几个特征波长, 能够消除原始光谱矩阵中冗余的信息,可用于光谱特征波长的筛选(Continuous projection to calculate method (SPA) is a kind of minimizing vector spatial collinear prior to variable selection algorithm, and it has the advantage of extract all band several characteristics of wavelength, can eliminate redundant information in the original spectral matrix, can be used for spectral characteristic wavelength filter)
- 2020-11-04 23:59:56下载
- 积分:1
-
RVM2
基于稀疏贝叶斯框架的机器学习算法,能有效用于回归和分类预测,具有较强的泛化性(Machine learning algorithm based on sparse Bayesian framework, can effectively be used for regression and classification forecast has good generalization)
- 2020-06-29 05:00:01下载
- 积分:1
-
www工具包
www工具包-Toolkit for
- 2022-06-14 14:21:37下载
- 积分:1
-
nxvkrbh
全数字调制解调器的Quartus的源程序,下载即可使用,具有很好的参考价值,()
- 2018-06-06 15:52:46下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
id3
数据挖掘十大经典算法中 的决策树中的id3分类算法 (data mining id3 sort method)
- 2012-12-07 21:39:28下载
- 积分:1