搜索资源列表
Fibonacci_n
- 费波纳切序列,求其前N项,采用DEV-C++开发、编译。-charges Beinaqi sequence, seeking its first N, using DEV-C development, compile.
linkqueue
- 数据结构中,链栈的实现。用C++实现,在DEV-C++上通过。-data structure, the chain stack realized. C realized, the DEV-C adopted.
consolepause
- 测试在Dev-C++中的C语言编程,具体测试在程序退出之前进行暂停。我的作品-test in Dev - C of C programming language, the specific test procedures for withdrawal before the suspension. My work
FEMDevC++sorce
- 一个三角形单元有限元计算程序,是Dev C++的源代码,
BiTree
- ADT抽象数据类型二叉树基本操作 基本上实现了《数据结构(C语言版)》严蔚敏著 中描述的所有二叉树基本操作 Dev C++ 编译
Binomial
- 【二項式係數 運\算】Dev-C++ 學習,運\用Dynamic Programming 動態規劃計算
Genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
MySportGames
- 数据结构课程的作业要求,用DEV CPP实现的运动会系统,包括对学校、运动员及运动项目的管理。
HM-4.1-dev-sao-alf
- HM-4.1-dev-sao-alf.rar 继264后的新一代编码原理hevc的官方代码。-HM-4.1-dev-sao-alf.rar, following the official code of 264 after a new generation of coding theory hevc.
CLAPACK_dll
- LAPACK的全称是Linear Algebra PACKage,是非常著名的线性代数库。LAPACK是用Fortran写的,这里是C版LAPACK编译后的dll和头文件。-LAPACK full name is Linear Algebra PACKage, is a very well-known linear algebra library. LAPACK is written in Fortran, here is the C version of LAPACK compiled dll
first
- 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
zhongshu1
- 自己编写的C++,用DEV-C++编译, 求一个有序的数组的众数,用数组实现,效率很高,时间复杂是O(n)-I have written C++, With DEV-C++ Compiler, and an orderly array of plural, with an array of the realization of highly efficient and time complexity is O (n)
GABYC
- 一个用C实现的遗传算法的程序,在DEV C++和Visual C++的环境下可以进行。-Using C to achieve a genetic algorithm procedure, DEV C++ And Visual C++ Environment can be.
Qsort
- 快速排序算法C实现。编译器使用的为dev C-Quick Sort Algorithm C to achieve. Compiler used for dev C
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.
TSingHua_YanWeiMin_DataStructure(C_and_CPlusPlus)C
- 数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。 本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助-Data Structure and Analysis of Algorithms- Wei-Min Yen with吴伟民_ edited
8Queen
- 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
MyMatrix
- DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
Farmer_River
- 农夫过河算法 问题描述: 1在有限的步数内,农夫要把狼、羊、菜都运过河 2每次只能带一样或不带,狼和羊,菜和羊无法在岸边共存 备注:在DEV下编译通过-Farmers across the river algorithm Problem Descr iption: in a limited number of steps, the farmers make the wolf, sheep, and vegetables were transported a
bigInt
- 大整数的幂运算原代码(数组实现),在 dev c++中通过 -Large integer exponentiation of the original code (the array to achieve), the dev c++ through