搜索资源列表
快速沃什变换源码
- 快速沃什变换源码提供了数字信号变换方法的C程序实现,并有例子应用。-rapid transformation source providing a digital signal conversion of the C program, and application examples.
md5校验工具源码
- 可已实现字符串md5加密的vc++应用程序源码,网上可以下载到很多关于md5加密算法的源码,但是都缺少一些文件,很少有可以直接运行的。这个包含全部源码文件,可以直接运行作为一个简单的校验工具,也可以修改成自己需要的工具或应用程序。其中的MD5以一个独立的模块来实现,可移植到其他程序中。
粗集简约算法源码
- 粗集简约算法源码 简单实现
直接实现坐标转换源码(VB)
- 不用组件,直接实现坐标转换源码(VB).从经纬度转换为目的大地坐标的源码!,Components do not directly coordinate transformation implementation source code (VB). For the purpose of conversion from latitude and longitude coordinates of the source the earth!
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
huffman
- 数据结构中的哈弗曼编码的实现源码,此源码中包含了详细的描述-Data structure encoded in the implementation哈弗曼source, this source contains a detailed descr iption of
CheckText
- 实现文本相似度检查的文本层次聚类算法和划分算法的C#源码-Text to check the text similarity hierarchical clustering algorithm and classification algorithm C# source code
RobHess的SIFT源码
- RobHess的SIFT源码实现图像匹配的详细过程
matlab版宗师Hinton的深度学习源码
- 宗师Hinton的深度学习源码,采用matlab编程实现的。实现了autoencoder,Restricted Boltzmann Machine(RBM) 等深度学习模型。这个应用在图像领域。宗师出品,重要性不用解。
遗传算法优化神经网络matlab源码
- 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
层次分析法matlab程序及说明书
- 层次分析方法实现的全部matlab源码和教程(Analytic hierarchy process to achieve all the matlab source code and tutorials)
svm源码
- 里面是matlab实现svm的源码和数据,可以运行使用。只需要更改一下数据就行,可供学习
51CTO下载-STL源码
- STL模板所有源码,包含各种模板如string类等完整实现(The STL template of all source code, contains a variety of templates,)
交通流收费站元胞自动机源码
- 元胞自动机的一个例子,是在交通运输方面的,matlab可以实现。(An example of cellular automata is in transportation, and Matlab can be realized.)
《全面详解LTE:MATLAB建模仿真、仿真与实现》源码
- 该资料是《全面详解LTE:MATLAB建模仿真、仿真与实现》这本书的源码;便于初学者快速上手,是学习LTE,4G网络理论和实践的很好资料
project2
- 基于mfcc和DTW的孤立字词识别源码,可实现简单的语音识别(Based on isolated word recognition and source mfcc DTW can achieve a simple voice recognition)
机器学习实战源码
- 《机器学习实战》书的所有源码及数据,python实现!!!
jieba分词.net源码
- 该项目是jieba分词组件的.net版本源码实现,生成的库可以使用,分词也较好
数字滤波器的MATLAB与FPGA实现例程代码567
- 数字滤波器的MATLAB与FPGA实现——杜勇(配套光盘) 程序源码,配合电子书使用可以很好的学习数字滤波器的MATLAB与FPGA实现,完整代码,仿真良好,第5、6、7章((MATLAB and FPGA implementation of digital filter -- Du Yong (supporting CD-ROM) program source code, can learn matlab and FPGA implementation of digital filter we
matlab实现的神经网络源码
- 著名的BP神经网络、RBF神经网络的应用和讲解源码都在其中,赶快下载来学习吧!