搜索资源列表
c++
- 利用c++实现遗传算法的求出程序的优化设计-use genetic algorithm calculated the optimal design procedures
C
- 这是关于数据结构中二叉树的,利用c编写的源代码!
矩阵求逆的c语言算法
- 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
共轭梯度法C++源码
- 利用c++语言编写的共轭梯度法程序
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
利用c语言编写的最速下降法程序
- 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索,Use c language steepest descent method procedures, including the use of advance and retreat method and 0.618 for one-dimensional search
Codes(multiple-Bin-Packing)
- 利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
sga-c
- 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
keyu
- 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
C
- C语言解决运筹问题 单纯形法 利用c语言实现运筹学当中单纯型法算法的实现-C language to solve logistics
C-means-clustering-algorithm
- 利用C++实现C均值聚类算法。模糊c均值聚类算法因算法简单收敛速度快且能处理大数据集,解决问题范围广,易于应用计算机实现等特点受到了越来越多人的关注,并应用于各个领域。-C means clustering algorithm in C++
BubbleSort
- 利用C语言进行编写,实现了冒泡排序功能,课正常执行-Written using C language, implements the Bubble Sort function, normal execution class
GA.c
- 遗传算法原程序,这是利用C语言编的遗传算法源程序-the code explain the principle of the memetic algorithm
C
- 利用C语言,编写程序计算10阶以下的矩阵的秩-Using C language, writing program to calculate the following matrix of 10 rank-order
c-junhua
- 用FAMALE.TXT、MALE.TXT和/或test2.txt的数据作为本次实验使用的样本集,利用C均值和分级聚类方法对样本集进行聚类分析,对结果进行分析,从而加深对所学内容的理解和感性认识。-Use FAMALE. TXT, MALE. TXT and/or test2. TXT data as the use of the samples, using C mean and hierarchical clustering method of samples of clustering an
C
- 利用C语言实现遗传算法,简单而实用,适用于初学者。-C language implementation of genetic algorithm, simple and functional, suitable for beginners.
C-C-Method
- 利用c—c法求一个混沌序列的嵌入维数和关联维数,并利用次进行相空间重构-Use c-c method for a chaotic sequence of embedding dimension and correlation dimension, and using phase space reconstruction times
C-C-method
- 利用C-C方法计算嵌入延迟和嵌入维数,进而实现混沌相空间的重构,重构效果良好。-Using C-C method to calculate the delay and dimension to reconstruct the chaotic phase space , and having good effect.
Sorting-Algorithm-in-c
- 排序算法,利用C语言编写的十种排序算法,可以直接复制应用。-Sorting algorithm, using C language Ten sorting algorithm can be applied directly copied.
C语言实现哈夫曼编码
- 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)