搜索资源列表
Smart_Antennas_for_Wireless_Communications
- 这个是英文版<<Smart Antennas for Wireless Communications>>配套的matlab源程序,对于研究智能天线算法的入行者有一定的指导作用!-This is the English version <<Smart Antennas for Wireless Communications>> matching matlab source code for the study of smart antenna alg
Java_Algorithm
- JAVA数值计算算法集随书源码,挺有用的-JAVA numerical algorithms with the source book, quite used
algorithms
- 常用算法程序集(C++语言描述) 第四版-Source code for algorithms- fourth edition
VB-numerical-algorithms
- VB常用数值算法集(书+源代码),包含各种数学算法源代码,非常有用,欢迎下载!-VB commonly used set of numerical algorithms (book+ source code) that contains a variety of mathematical algorithms source code, very useful, and welcome to download!
Genetic-algorithms-
- 遗传算法具有很好的全局搜索能力,在数值分析中使用广泛,且具有很强的可移植性。-Genetic algorithms have good global search ability, widely used in numerical analysis, and highly portable.
Genetic-Algorithms-C-program-
- 遗传算法C程序,配套王小平版遗传算法书,可以运行,简单易懂。-Genetic algorithm C program, supporting Wang Xiaoping version of genetic algorithms book, you can run, simple and easy to understand.
STL-Algorithms
- STL Algorithms Non modifying sequence operations mismatch: 1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur 2. Check for mismatch between two vectors 3. Use mismatch fun
MATLABcommon-algorithms
- MATLAB语言常用算法程序集 龚纯 2008 完整版-MATLAB algorithms commonly used in assembly language
Sample-data-structure-algorithms
- 数据结构算法范例是数据结构算法范例这本书的源代码-Sample data structure algorithms is a data structure algorithm source code examples of this book
Algorithms-for-programmers-ideas-and-source-code.
- Algorithms for programmers ideas and source code Draft version of 2006-September--Algorithms for programmers ideas and source code Draft version of 2006-September-11
Optimization-Algorithms
- 《最优化方法及其matlab程序设计》的源代码,包含很多经典的最优化算法-" Matlab optimization methods and procedures," the source code, including many classic optimization algorithms
Algorithms-Data-Structures-with-CPP
- Algorithms Data Structures with C++,内容非常实用,附带电子书和源代码-Algorithms Data Structures with C++。Content is very practical, with a book and source code
classical-algorithms
- 许多经典算法问题的源代码,包括数据结构,分治,回溯,动态规划,图论,贪心等等,包括了C,C++和Java代码,已分成文件夹整理好.-Many classical algorithms of the source code, including data structures, divide and conquer, backtracking, dynamic programming, graph theory, greed, etc., including C, C++ and Java cod
introduce-to-algorithms
- 《算法导论》原书第三版第十五章关于动态规划的里面所有伪代码的源程序,名称和书中的伪代码名称一致,很好找,代码均为本人手写,并进过验证。-"Introduction to algorithms," the third edition of the original book fifteenth chapters about the dynamic planning all the pseudo code of the source, the pseudo code name and the boo
SolutionsTo.algorithms
- MIT 算法导论 Solutions.for.Introduction to algorithms 参考答案-MIT Introduction to Algorithms Solutions.for.Introduction to algorithms Reference Answers
MATLABcode30intelligent-algorithms
- MATLAB智能算法30个案例分析 源代码 有各种智能算法,如遗传算法,免疫算法,神经网络的实现-Intelligent algorithm MATLAB source code 30 case studies have a variety of intelligent algorithms, such as genetic algorithm, immune algorithm, neural network implementations
algorithms
- 这是个MATLAB 得程序,有关的内容是 无线传感器网络得定位问题,一共有7个算法,希望对对无线传感器网络感兴趣的得大大们有一定的帮助。谢谢大家。 - seven location algorithms for wireless networks.
genetic-algorithms
- 智能优化算法—基因遗传算法解旅行商路径最短-Intelligent optimization algorithms- Genetic Algorithm for TSP
Various-algorithms
- 数字信号处理的各种算法,对初学者很有帮助-Various algorithms of digital signal processing
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code