CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - Classical algorithm

搜索资源列表

  1. gene

    0下载:
  2. 这是一些经典算法的描述,是由中国科学院的张法院士所编写的,对生物信息学有非常重要的意义。-This is the classical algorithm described by CAS academician Zhang law prepared by the Bioinformatics is a very important significance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.67mb
    • 提供者:huwu
  1. c-algorithm-set

    0下载:
  2. c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:239.3kb
    • 提供者:张维成
  1. 经典加解密源码

    0下载:
  2. 7种经典排序算法源码,用VB的类模块分别已封装好-seven classical algorithm source code, using VB module categories, respectively Packaging good
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:48.37kb
    • 提供者:南京土著
  1. 数据结构及算法经典源程序集

    0下载:
  2. 数据结构经典算法源码,包括二叉数,队列,栈.应有尽有-data structure classical algorithm source code, including the number two forks, queue, stack. Everything
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:301.82kb
    • 提供者:haip
  1. 三角形

    0下载:
  2. 三角形面积的经典算法! 里面有多种方法求解!-triangular area of classical algorithm! There are many ways to solve!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14.63kb
    • 提供者:wlei
  1. CalL

    3下载:
  2. 近景摄影测量中用直接线性变换经典算法解L系数的程序源码。-using direct linear transformation classical algorithm for solving L coefficient procedures source.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:sery
  1. duixiang

    0下载:
  2. 这是动态规划中的经典算法。多段图的向前向后的处理算法的VC++环境种的实现代码-This is the dynamic programming of the classical algorithm. Many of the plans forward backward processing algorithm for the VC types of codes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1020byte
    • 提供者:肖晨
  1. hmmtraining

    0下载:
  2. HMM的一种经典的训练算法,需要的快下啊-HMM a classical training algorithm, the Express under ah
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.42kb
    • 提供者:yfq
  1. hmmtrainning2

    0下载:
  2. HMM的另一种经典的训练算法,需要的快下啊-HMM another classical training algorithm, the Express under ah
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.63kb
    • 提供者:yfq
  1. DOA_esprit

    0下载:
  2. 谱估计源程序:是谱估计中的经典算法esprit,MUSIC等算法的源程序-spectrum estimation source : the estimation of the classical algorithm esprit, the MUSIC algorithm source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.7kb
    • 提供者:wanzailian
  1. fdsfsd

    0下载:
  2. 高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。--high resistivity iterative numerical analysis it is important to the classical algorithm, I have been here my own written procedures to share with you all. -
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:617byte
    • 提供者:李宪策
  1. icaimagelab

    1下载:
  2. 基于ica的图像处理工具包 里面有大量的经典算法和用于处理的图像 有图形界面直接运行icalab.p文件-based on the genotype and phenotype of ica image processing tool kit with a lot of classical algorithm for processing and image graphics interface Direct operating icalab.p documents
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.82mb
    • 提供者:yanzheng
  1. Bird4

    0下载:
  2. 四色图着色问题,离散数学的经典算法,用c实现,输入一个图,用小于4种颜色着色-four-color map coloring, Discrete Mathematics classical algorithm, using c realize that the importation of a map, with less than four colors Coloring
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:司徒元
  1. 古典Jacobi方法

    0下载:
  2. 古典Jacobi的算法。-classical algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:颜欢
  1. shor

    0下载:
  2. 大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。-Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a ver
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1.87mb
    • 提供者:zhouf
  1. TowerMfcLast

    0下载:
  2. 汉诺塔的MFC界面演示程序,是递归算法的典型例题,经典的算法程序-Tower of Hanoi' s MFC interface demo is a typical example recursive algorithm, the classical algorithm program
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:24.05mb
    • 提供者:yang
  1. md5

    0下载:
  2. MD5的加密经典的加密算法,可实现16位或者32位的加密算法-The MD5 encryption classical encryption algorithm, can achieve 16-bit or 32-bit encryption algorithm
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:3.25kb
    • 提供者:lifei
  1. e0c017a5db62

    0下载:
  2. 经典谱估计,平均功率法,周期图法,bt算法,代码清晰明了,还配有注释-Classical spectrum estimation, the average power method, periodogram, bt algorithm code clarity, comes with comments
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-20
    • 文件大小:5.28mb
    • 提供者:yanhua
  1. uoautirn

    0下载:
  2. 本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写,-This procedure is a solution to the classical traveling salesman problem, excellent material is data structure learning algorithm, c language,
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-14
    • 文件大小:17kb
    • 提供者:pgebix
  1. CWFALWX

    0下载:
  2. This procedure is a solution to the classical traveling salesman problem, excellent material is data structure learning algorithm, c language,
  3. 所属分类:组合框控件

    • 发布日期:2017-12-22
    • 文件大小:15kb
    • 提供者:Mawcus
« 12 »
搜珍网 www.dssz.com