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

搜索资源列表

  1. piecewise_eval

    0下载:
  2. LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monoto
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:左贤君
  1. Cantclonypro.rar

    0下载:
  2. 用于TSP的蚁群算法的源程序,包括C语言及C++,ant clony pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:27.15kb
    • 提供者:liu
  1. segmeeeeeeeeeeeeeee.tar

    0下载:
  2. A general technique for the recovery of signi cant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (includi
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:17.34kb
    • 提供者:gggg
  1. 3d-spiht_pearlman

    0下载:
  2. 我发现这个网站上缺少关于3D-SPIHT编码。这个是我收集的3D-SPIHT,也是来自于Pro.Peraman的官网。 可以用来做实验,写论文。希望对大家有用。-i found that the website lack of 3d-spiht coding, this 3d-spiht coding is from websites of Pro.Pearlman. i hope it is useful for you.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:71.01kb
    • 提供者:Richard Chang
  1. convert

    0下载:
  2. C/C 开发的运行于linux/unix下的程序转换到现有数据库下,基于RAD开发的程序。-Move Sybase C Program to Oracle Pro*C
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:77.85kb
    • 提供者:zzzzniu
  1. GLTree2DFEX

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH -FAST K-NEAREST NEIGHBORS SEARCH Descr iption You can find the descr iption at: http://www.advancedmcode.org/gltree.html A Pro Version has been published on: http://www.advancedmcode.org/gltree-pr
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8.4kb
    • 提供者:谢冉
  1. Fourier_FFT

    0下载:
  2. 傅里叶变换算法,正反变换算法 c++源码.-Fourier pro-and-con transform algorithm c++ source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9.65mb
    • 提供者:Ulric.Wang
  1. hufftree

    0下载:
  2. 哈夫曼树。哈夫曼树的visual c++版程序。简单可行,亲测可用-Huffman tree. Huffman tree program visual c++ version. Simple and feasible, pro-test available
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:125.7kb
    • 提供者:Edward
  1. Num-algorithmsacomputer-pro-

    0下载:
  2. 计算机常用数值计算算法与程序,使用C++编码-Commonly used numerical algorithms and computer programs, using C++ code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:218.88kb
    • 提供者:雷家怀
  1. pro

    0下载:
  2. 掌握关系连接操作的实现算法,理解算法的I/O复杂性,使用C语言实现重要的关系连接操作算法。-Knowledge of relational join operation algorithm, to understand the algorithm I/O complexity, using the C language important relationships connecting operation algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:670kb
    • 提供者:李善国
  1. lianbiaoshiyongfangfa

    0下载:
  2. 这是一道链表经典例题,对于正在学习C++的同学来说是一份相当好的资料哦,喜欢就下载吧,没有关系的,亲!-This list is a classic example, is for students to learn C++ is a very good information Oh, like to download it, not related to pro!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:胡杰
  1. longint-pro

    0下载:
  2. 用C语言实现的长整数的四则运算,包括加法,减法等,数据结构设计的实验课题。-Using C language long integer arithmetic, including addition, subtraction, etc., data structure design of the experimental subjects.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11.71kb
    • 提供者:郭晓琳
  1. A.Sofien

    0下载:
  2. probleme Binpacking. Donc on va essayer de resoudre ce probleme a l aide d un programme C, qui va ^etre developer par nous m^eme. La resultat de ce programme est un chier de type LP contient la forme lineaire de notre probleme Binpac
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:695byte
    • 提供者:as ab
  1. pro

    0下载:
  2. 程序从SIR-C/X-SAR原始CEOS数据文件中提取极化散射矩阵-The program is extracted from the the SIR-C/X-SAR original CEOS data files polarization scattering matrix,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5.69kb
    • 提供者:liangzi
  1. BM

    0下载:
  2. 这个是B-M算法的C++变成实现方法,很容易就能解决繁琐的B-M算法,非原创,亲测可用-This is the BM algorithm C++ become realization, it is easy to be able to solve the complicated BM algorithm, non-original, pro-test available
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:746byte
    • 提供者:
  1. FFTtransform

    0下载:
  2. 自编快速傅里叶变换C++类程序,亲测通过,实现频谱分析-Self fast Fourier transform C++ class program, pro-test by spectral analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:2.28kb
    • 提供者:luoyaneng
  1. di-gui-qiujie-8-Queen

    0下载:
  2. 递归求解八皇后问题。C语言程序,数据结构课程作业,注释完全,简单易懂,亲测可用。-Recursively solving the eight queens problem. C language programs, data structures course work, notes completely, easy to understand, pro-test is available.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:905byte
    • 提供者:JYF
  1. LebiShop

    0下载:
  2. C#系统商城源代码,功能完整能够使用。亲测可用可靠。-C# system store source code, can be used intact. Pro-test is available and reliable.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-19
    • 文件大小:27.28mb
    • 提供者:jan
  1. cubicspline

    0下载:
  2. cubicspline三次样条插值方法,亲测可用,用于数据分段插值,C++源码-cubicspline cubic spline interpolation method, pro-test available for data piecewise interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:841byte
    • 提供者:chen
  1. VclZip.pro.v3.10.1

    0下载:
  2. windows 压缩和解压控件for delpahi and c++builder(zip/unzip for windows)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-11
    • 文件大小:1.15mb
    • 提供者:yejianzero
« 12 »
搜珍网 www.dssz.com