CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - dev-c A

搜索资源列表

  1. CLAPACK_dll

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1928069
    • 提供者:pattek
  1. first

    1下载:
  2. 二维傅里叶变换,对图像进行二维傅里叶变换处理-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
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:720
    • 提供者:solo
  1. GABYC

    0下载:
  2. 一个用C实现的遗传算法的程序,在DEV C++和Visual C++的环境下可以进行。-Using C to achieve a genetic algorithm procedure, DEV C++ And Visual C++ Environment can be.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3675
    • 提供者:dd
  1. sga-c

    0下载:
  2. 利用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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:33539
    • 提供者:eric
  1. TSingHua_YanWeiMin_DataStructure(C_and_CPlusPlus)C

    0下载:
  2. 数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(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
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:310172
    • 提供者:宋芬
  1. MyMatrix

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:150385
    • 提供者:xiamin
  1. Use_FFT_ToMake_IFFT

    0下载:
  2. 用DEV C++实现的简单的用FFT实现IFFT的c语言程序。-DEV C++ implementation with a simple implementation with the FFT IFFT of the c language program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1060
    • 提供者:ZHUDE
  1. linkqueue

    0下载:
  2. c语言实现的队列,链式存储,包含有设计文档!在dev c++平台上已验证成功-The C language implementation of the queue, chain stores, including a design document! In dev c++ platform has been successfully validated
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:11167
    • 提供者:郭帅
  1. 123

    0下载:
  2. (1) 文件系统中包括初始化一个系统目录,包括根目录/,5个子目录(bin/ boot/ dev/ etc/ home/)。    (2) 文件系统包括以下操作: (a) 在根目录或者子目录中添加一个文件或者子目录。(目录名最后用 / 结尾,文件名不用) (b) 在根目录或者子目录中删除一个文件或者子目录。 (c) 查找一个目录或文件的路径。(如输入搜索file1,则显示为/home/file1,或搜索user1,则显示为/home/user1/) (d) 退出文件系
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:26744
    • 提供者:李磊
  1. matriz.txt

    0下载:
  2. matrix 3x3 Hello all Taringueros, for those who need to multiply, add or subtract matrices with C + + I bring this code, I just need to change the credits, that is, take my name and put yours. This code while not completely mine, if the changes are.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2002
    • 提供者:Salvador
  1. matriziuytrfghjuytresdfgytrdfghytfghj.txt

    0下载:
  2. matriz 3x3 Hello all Taringueros, for those who need to multiply, add or subtract matrices with C + + I bring this code, I just need to change the credits, that is, take my name and put yours. This code while not completely mine, if the changes are.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2126
    • 提供者:Salvador
  1. Algorithm

    0下载:
  2. DEV-C++环境下编译,减治法求a的n次方,动态规划最短路-Under DEV-C++ compiler environment, minus a treatment method for the n-th power, dynamic programming shortest
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:921
    • 提供者:皮阳
  1. Dijkstra

    0下载:
  2. 最小点对问题(二维) 二维最接近点对问题:给定平面上n个点,找其中的一对点,使得在n个点的所有点对中,该点对的距离最小。严格地说,最接近点对可能多于1对。 【本算法基于C++语言编写,在Windows平台的DEV C++下编译通过,且运行正常】 -The minimum point of the problem (two-dimensional) two-dimensional closest point of the problem: a pair of points
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1835
    • 提供者:LEE
搜珍网 www.dssz.com