资源列表
simplemulti-kernel-svm
- 经典的多核学习工具箱,功能强大,内容全面-The classic multi-core learning toolbox, powerful, comprehensive
PlantomGo
- 幻影围棋棋源代码,参加计算机博弈比大赛亚军的代码。-Phantom Go chess source code, to participate in a computer game than the runner-up code.
ProtoType-IX
- 适合MT4平台EA,中短线智能交易,欧美,磅美为主,具体自己下载后测试-Suitable MT4 platform EA, intelligent trading in short-term, Europe, pounds US-based, specific test their download
cm_EA-News
- 适合MT4平台,新闻数据公布--中短线智能交易,欧美,磅美为主,具体自己下载后测试-Suitable MT4 platform, news data published- in the short-term trading smart, Europe, pounds US-based, specific test their download
DMS-PSO_code
- 动态多群粒子群代码-基于J.J.Liang2005年得文章-dynamic multi-swarm optimizer
test-function
- PSO测试函数代码,包括单峰和多峰函数。-PSO test function code, including unimodal and multimodal function.
anc
- 基于FXLMS算法的有源噪声控制源码,自己编写-FXLMS algorithm based active noise control source, their preparation
bpbianyuan
- 应用matlab实现基于BP神经网络的数字图像边缘检测算法-Application of BP neural network matlab realize digital image edge detection algorithm
NARX
- 利用非线性神经网络做时间序列预测,主要是做动态预测。-Time series prediction using nonlinear neural network, mainly to do dynamic prediction.
PSO-BP
- pso训练bp神经网络的程序,简单易用,欢迎交流探讨-pso bp neural network training program, easy to use, welcomed the exchange of
KNN-Face-Recognition
- KNN分类算法实现人脸识别,数据集为ORL。训练样本分别为2、4、6,其余为测试样本。-KNN classification algorithm for face recognition, the data set for the ORL. 2,4,6 training samples respectively, the rest of the test samples.
生产者消费者问题
- 一个大小为3的缓冲区,初始为空 2个生产者 随机等待一段时间,往缓冲区添加数据, 若缓冲区已满,等待消费者取走数据后再添加 重复6次 3个消费者 随机等待一段时间,从缓冲区读取数据 若缓冲区为空,等待生产者添加数据后再读取 重复4次