资源列表
ECC_1bit
- 1bit的用于nand flash的纠错码编解码器。vhdl-1bit ecc for nand flash vhdl
cvery
- 利用C++语言解决指派问题的匈牙利算法,最大化指派双方的收益-The assignment problem is solved by Hungarian algorithm used Visual C++,maximum the two sides gains.
VC(zuixiaoercheng)
- VC编写的最小二乘法算法,适用于3阶方程,可编译为链接库文件。-VC prepared by the method of least squares algorithms for three-order equation can be compiled to link library file.
FreeICTCLAS
- ictclas c++版源代码,适用于C++语言的学习和中文分词算法的研究。-ictclas c++ version of the source code for C++ language learning and Chinese word segmentation algorithm.
dct
- 一个快速算法的例子,有和一般算法的比较--A example about fast algorithm , it has been comparied with common algorithms
fragtrack_console_app
- 很牛的外国人写的跟踪算法,包括文章和源代码。文章名:Robust Fragments-based Tracking using the Integral Histogram-Is cattle tracking algorithm written by foreigners, including articles and source code. Article Name: Robust Fragments-based Tracking using the Integral Histogram
59564608queen
- 对人工智能八皇后问题求解,掌握爬山法的应用-Eight Queens problem-solving of artificial intelligence to grasp the application of hill-climbing
mi
- 计算大整数的幂,是采用字符串模拟乘法的算法!-Large integer power calculation using the string multiplication algorithm simulation!
winsvm
- 一种简单的可视化SVM软件,里面有一个word文档,就是软件使用说明。-A simple visual SVM software, which has a word document, that is, the software instructions.
BP
- BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
welch.PSD.c
- Wetch功率谱计算,采用c语言编制!-Wetch power spectrum calculated using c language!
alphabeta
- 采用alpha-beta剪枝算法解决博弈树问题,内含代码注释-Using alpha-beta pruning algorithm to solve the game tree problem, comments containing the code