搜索资源列表
VC_Matlab
- Vc与Matlab混合编程的一些实例,比较有用,对于混合编程中常用的数据类型转换,系统设计以及算法设计等等,以实例展现,可以稍加修改即可投入实用。-Vc mixed with Matlab programming examples, more useful for mixed programming commonly used data type conversion, system design and algorithm design, etc., with examples to show
sort
- 一个最全面的排序程序,其中包括了目前几乎所有常用的排序算法的实现,包括冒泡排序,简单交换排序,希尔排序,堆排序,直接插入排序,折半插入排序,2-路插入排序,快速排序,堆排序,归并排序,并且总结了相应的时间复杂度和空间复杂度-A sort algorithm that contains the bubble sort,simple swap sort,straight insert sort,binary insert sort,shell sort,quick sort,heap sort ,m
Desktop22
- 大学二年级计算机科学与技术专业常用的程序。 不保证一定编译通过。 但是算法思想正确。 第三部分。-Sophomore computer science and technical expertise commonly used procedures. Does not guarantee compile. But the algorithm correct thinking. The third part.
Polygonizer
- 运用Bloomenthal算法对隐函数进行多边形可视化,图形学常用-The implicit function polygon visualization using Bloomenthal algorithm commonly used graphics
aa
- 数据结构和常用算法C++实现,是一个很好的参考。希望对大家有帮助。-The data structure realization of commonly used algorithm C++ of a good reference. I hope everyone has to help.
sort
- 常用的数据结构中一系列的排序算法合集-Collection of commonly used data structures, a series of sorting algorithms .....
search
- 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
genetic-algorithm-MATLAB_AGA
- 用MATLAB 编写遗传算法是很常用的,在多种情况下可以应用到遗传算法,这是用matlab编写的遗传算法源代码-Genetic algorithms using MATLAB is very common, in many cases can be applied to the genetic algorithm, which is using matlab genetic algorithm source code
DataStruct
- 数据结构常用算法及所有常用数据结构的C语言实现-DataStruct Algorithm
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
bank
- 这是操作系统中避免死锁最常用的算法——银行家算法的源文件,希望对你有用,谢谢。-This is the banker algorithm source files in the operating system