搜索资源列表
jiugongtu
- 九宫图算法(只包括算法源码,文本文档,使用时直接考出即可)-JiuGongTu algorithm (Algorithm only source, text files, use direct examination menu)
Apriori
- Apriori算法源码,在vc++6.0环境下运行,编译,有操作界面
prim
- 依据prim最小生成树的算法实现的最小生成树源码,能够建立准确的最小代价生成树-Prim minimum spanning tree based on the minimum spanning tree algorithm source code, be able to establish an accurate minimum cost spanning tree
matchain
- 这是一个算法设计与分析课程的实验,对曼彻斯特乘法链进求最有运算顺序的源码。由本人自行编写,希望和大家交流与分享。-This is an algorithm design and analysis of the experimental program, the multiplication of Manchester into the demand chain operations in order to source the most. Prepared by me on their own,
Ten2TwoTransform
- 本程序实现将十进制转换成二进制,并可进行简单的加减乘除四则运算和二进制的与或运算,这是修改部分BUG后源码。经初步测试,算法没有问题。-Program to convert decimal to binary, can be a simple addition, subtraction, multiplication and division four operations and binary OR operation, which is to modify some of the BUG a
hannuota
- 汉诺塔递归算法 初学者学习递归很不错的源码-Tower of Hanoi recursive algorithm for beginners to learn recursion is a good source
hash
- C++中哈希的算法演示,大学C++的哈希算法实验源码-In C++ hash algorithm demonstration, in the middle of the hash algorithm to use
car
- c++大学算法实验源码,停车场管理系统(c++算法实验)-University of algorithm c++ source experiment, parking management systems
ysfhcPP
- 约瑟夫环,大学的c++算法实验,做一个约瑟夫环的源码-Josephus, the University of c++ algorithm experiment, make a source of Josephus
Gale-Shapley
- 经典婚姻匹配算法,有源码和数据,能直接运行。-Classic marriage matching algorithm, source code and data that can be run directly.
01
- 妙趣横生的算法这本书第一张源码,主要介绍一些有趣算法-This book is fun algorithm source code first, introduces some interesting algorithms
02
- 妙趣横生的算法这本书中第二章的源码,设计一些有趣的算法设计-Fun algorithm source code in the second chapter of this book, some interesting design algorithm design
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
matrix
- 基于OpenMP的大型矩阵相乘的算法源码-Based on OpenMP for large matrix multiplication algorithm source code
ShellSort
- 程序才用c语言编写,实现希尔排序功能,算法复杂度为以2为底logn,另外有红黑树源码-Procedures before using the c language to achieve Hill sorting algorithm complexity is base 2 logn, another red-black tree Source
tsp
- 用蚂蚁算法解决TSP问题的C++源码,迭代次数为1000,效率优良-TSP with ant algorithm to solve the problem of C++ source code, the number of iterations to 1000, excellent efficiency
MUSIC算法性能分析
- 几种不同的MUSIC算法的性能分析源码,结果用图的方式显示,直观易懂。