搜索资源列表
遗传算法基本算法
- 这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。-on the genetic algorithm is relatively complete C language program, individuals think it is quite a reference value.
cyuyan1983
- c语言常用算法源代码,里面包含基本全部的C语言算法代码-c language commonly used algorithm source code, which contains all the basic algorithm C language code
Huffman 算法的不同实现
- ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
基本排序算法
- C语言基本排序算法,经过测试!-C language basic sorting algorithm, the test!
bp c程序
- bp算法的基本结构 和响应的C语言表述,测试。能更好的学习bp算法的网络结构。
22
- 一个基本遗传算法的C++语言实现,有三个文件构成。-A basic genetic algorithm C++ Language, there are three files.
MIGONG
- 用C语言基本数据结构实现的迷宫的一个算法 -Using C language basic data structure of a maze algorithm
SGA
- 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial
gaopt
- 使用基本遗传算法(GA)对函数进行最优化的C语言源程序-The use of the basic genetic algorithm (GA) to optimize the function of the C language source code
Structure
- 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
Tree
- C语言写的二叉树基本算法,可以用 作数据结构学习的参考资料-C language written in the basic binary tree algorithm
gentclasswork
- 遗传算法在实际生活中的应用。首先简要阐述了遗传算法的基本原理和其操作步骤,之后介绍了遗传算法在各个领域的应用,采用C语言实现遗传算法对函数求值优化问题的求解-Genetic algorithm in real life applications. First, a brief descr iption of the basic principles of genetic algorithms and their steps, followed by introduction of genetic
matrixcompress
- C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
C-common-design
- c语言中常用的基本算法 包括数据结构 如冒泡排序 链表操作 堆栈等操作-c language commonly used in the basic algorithm, including data structures, such as bubble sort linked list operations such as Operation Stack
Classical-100-cases-of-c-program
- 这是关于C语言的 基本练习 关于一些重要算法 和数据结构 和基本知识的-This is the basic exercises on the C language on a number of important algorithms and data structures and basic knowledge
C-language-course-design
- 摘 要 课程设计语言类课程的指导思想:使学生通过学习高级编程语言的知识、编程技术和基本算法,掌握课程设计的思想和方法,具备利用计算机求解实际问题的能力,能灵活运用高级语言进行程序设计。 -Summary of curriculum design language courses in guiding ideology: to enable students to learn high-level programming language through knowledge of prog
c-language-book
- C常用算法程序集,一些C语言的基本算法在里面都可以找到。-this is a very good book about c language,you will find it is very useful in your work.
C-language-algorithm-program
- C语言基本算法程序一百例,建议新手多看看 能很好的理解C语言-One hundred cases of the C language algorithm program
SVD C算法
- TXT格式,C语言的svd算法,源码,基本不需要进行修改。