搜索资源列表
数据结构与算法(C实现)演示篇
- 数据结构与算法(C#实现)系列---演示篇,我们可以在这里找到很多实例-data structures and algorithms (C#) series --- demonstration chapter, we can find a lot of examples here!
EZWvc
- ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
CArithmetic
- c 语言算法的实例实现,将数据结构中的重要算法实现-examples of achievement, the data structure an important algorithm
HJYJXZ.c
- 用c语言实现的龙格库塔算法和阿当姆斯算法。是学习计算方法的入门级程序实例。
matlab_3_opt
- 提供一种求解最优哈密尔顿的算法---三边交换调整法,要求在运行jiaohuan3(三交换法)之前,给定邻接矩阵C和节点个数N,结果路径存放于R中。 bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。 由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次jiaohuan3,看是否能到进一步的优化结果。
JM98B
- 经典\"模拟退火算法\" 解决“推销员问题”的实例 对数模和组合优化问题很有帮助 简单易懂的C语言编程和详细的注释,容易推广到其他语言
DPSO-C.tar
- 耗散粒子群(DPSO)优化算法C程序及其测试实例
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
C#遗传算法源码实例集
- 该资源包含了常用的7种C#遗传算法源码实例集,和遗传算法C#五子棋游戏程序
一个简单但很全面的遗传算法例子.rar
- 用c编写的一个基于遗传算法的工程调度的实例。,prepared using a genetic algorithm based on the example of project scheduling.
C
- 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
spctrm
- c++编写的功率谱密度函数算法,实现了动态读取文件功能,小数据量分批处理,占用内存小。内附计算实例。-c++ the preparation of the power spectral density function algorithms, read the document to achieve a dynamic function, batch processing of small amounts of data, small memory. Containing a calculati
axing
- 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
C--lianbiao
- C语言链表 中和实例程序 对经典算法提高很有帮助-C language linked list and examples of program is helpful to improve the classical algorithm
Seven-genetic-algorithm-example-cPP
- 该资源包含了常用的7种C#遗传算法源码实例集,和遗传算法C#五子棋游戏程序-This resource contains 7 common genetic algorithm source code C# example sets, and genetic algorithms C# backgammon games
NSGA_II(unmodified)
- 这个程序实改进遗传算法c程序,使用性很强,能用到很多其他优化方面的实例-improved GA edited by C
appendix-C
- 金融数量分析基于MATLAB编程中的详细算法实例,非常有用。用于遗传算法工具箱的应用-Financial quantitative analysis based on the MATLAB programming algorithm instance, very useful. Beginners practical
ga_main
- 遗传算法C语言实例,包含基本遗传算法操作函数,且带有注释-Genetic Algorithm C language instance, contains the basic genetic algorithm manipulation functions, and with comments
fuzzycm
- FCM(模糊c均值聚类函数)的一个实例,通过matlab实现这一经典的模糊算法(An example of FCM based on matlab)
队列实现归并排序
- 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)