搜索资源列表
computerdisign-C
- 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
c++
- 利用c++实现遗传算法的求出程序的优化设计-use genetic algorithm calculated the optimal design procedures
cowNum
- 母牛问题的多种思路的C++实现,可以拓展C++程序设计的思路,是C++学习的必写程序
fft-C
- 采用C语言设计的FFT代码,在C语言下调试通过。文件为word文档,需要嵌入到自己的程序中
jizhizhuanhuan
- C语言程序设计中的进制转换,比较好,非常适合初学者使用学习
C_yycysfydm
- c语言程序设计中一些常用算法的原代码,估计对大家有用,也希望能在网上下载点自己要的
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
bll
- 算法程序设计与分析 最大团问题 绝对好用c++编译过
Hano
- 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
C_filter
- 用fdatool设计一个50Hz陷波器,导出系数,编程,对原始信号signal.txt进行滤波。本程序为C程序。-50Hz with fdatool design a notch filter, export coefficient, programming, filtering the original signal signal.txt. This program is C program.
GEP
- 基因表达式程序设计(Gene Expression Programming,GEP)是葡萄牙科学家Câ ndida Ferreira于1999年发明的一种基于基因组(Genome)和表现型组(Phenome)的新的遗传算法。 -Gene Expression Programming (Gene Expression Programming, GEP) is a Portuguese scientist Câ ndida Ferreira invented in 1999, b
cPP
- 用英文单词模拟数学计算代码,C++ 程序设计代码 -C++ 程序设计代码
shuzhifenxi
- 本程序设计采用C语言编程,采用二分法和牛顿法计算了一个方程的根,用给出的已知条件计算出三次样条插值,最后计算了一个11元线性方程组的根。正文中介绍了每个题目的详细分析步骤,附录中附有程序清单。-The program design using C language programming, the use of dichotomy and Newton
Puma-EM-0.4.6.tar
- 这个软件包(C++)是我寻找电磁学代码无意中找到了,功能相当强大(并行计算,快速多极子等)。缺点是安装相当麻烦,需要若干个其他软件包。我在Fedora Core9下编译其中所需blitz++时出错,在 ubuntu下可以所有均编译通过,运行时出现一个错误,我找不到原因(本人水平有限),但从学习电磁学有关算法/程序设计来说,已经是相当了不起的开源软件了。parallel unified multipole algorithm for Electromagnetics (Puma-EM). A
CFEM
- 电子书内容为有限元法与C程序设计,对与用C开发有限元程序有很大帮助。-E-book content for the finite element method and C programming, with the development of the finite element program with C very helpful.
Numerical-solution-of-Burgers-equation-and-its-err
- Burgers方程数值解的计算格式及其误差的C程序设计Numerical solution of Burgers equation and its error calculation format C Programming-Numerical solution of Burgers equation and its error calculation format C Programming
conjugate-gradient
- 共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of different design variables can change
CODE_UPLOAD1579
- 这是为科学家和工程师设计的c++程序库。用来作各种类型的矩阵运算。-It is designed for scientists and engineers, c++ library. Used for various types of matrix operations.
math
- c语言程序设计关于数学方面的程序,有图形绘制,也有一些有规律的算法。-c language programming on the mathematics program, graphics rendering, there are some regular algorithms.
20_3circl
- C++程序设计实验题 进行矩阵最大值的计算和输出-The calculation of the matrix maximum output