CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法库

搜索资源列表

  1. 标准库中的排序算法.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:15222
    • 提供者:
  1. 标准库中的搜索算法.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:11928
    • 提供者:
  1. Math

    0下载:
  2. 以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT-object-oriented methods to achieve the numerical algorithm library, including vector, matrix arithmetic and FFT
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:65277
    • 提供者:xpdelphi
  1. Convertor_src

    0下载:
  2. VC版本2,8,16等进制转换,算法全部又C语言标准库编写.-VC version CLP.Biopterin as base for the conversion, the algorithm also all standard C language library prepared.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:140044
    • 提供者:王昆
  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,b
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  1. “C语言接口”扩展程序调用接口规范

    0下载:
  2. 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a stan
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6165
    • 提供者:周有本
  1. abooy

    0下载:
  2. hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however, covered only the core of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7451
    • 提供者:阿波
  1. 计算方法实验报告

    0下载:
  2. 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands - grid algorithm library, langrang interpolation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10084
    • 提供者:郝来雨
  1. 光学字符识别技术

    0下载:
  2. OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a com
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:874247
    • 提供者:小智
  1. Sieger

    1下载:
  2. 围棋人机对弈程序源码 此版本目前还只能下布局阶段,但很多用于中盘的数据结构及算法已实现。含2000多基本定式库。-procedures source of this version has only under the layout stage, but many were used to set the data structure and algorithm has achieved. Containing more than 2,000 for the basic mode.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:526253
    • 提供者:方哥
  1. OpenCV种子填充实现彩色图像分割的代码

    2下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1928
    • 提供者:陈其星
  1. aeslib

    2下载:
  2. 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:54795
    • 提供者:倪宇
  1. 自测考试

    1下载:
  2. 本文详细论述了网上考试系统的设计与实现,该系统基本实现了需求分析中的功能要求,其中考生信息主要由数据库直接输入,考生成功登录后进入考生界面,考生界面主要由考试、成绩查询,试时考生输入准考证号码、考生姓名、验证码,核对正确后进入考场,关键实现了考生在选择科目后由系统随机抽题、自动组卷后进入考试页面,考试计时,考试时间到,系统强制考生退出,及考完后对客观题的自动评分、存档。管理员进入管理员界面,管理员界面主要由基本资料管理、题库管理、试卷管理、成绩管理以及查询等模块组成。重点阐述了用户登录模块、题库
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:536478
    • 提供者:黄小文
  1. 优化设计

    3下载:
  2. 常规优化算法程序库,处理各种有约束和无约束优化问题-conventional optimization algorithm library, to deal with binding and non-constrained optimization problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9944
    • 提供者:张军
  1. track

    0下载:
  2. 在vc环境下,四阶经典龙格库塔算法的实现.-in vc environment, the four bands classic Runge Kutta algorithm implementation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37861
    • 提供者:jl
  1. CG3

    0下载:
  2. 实现了图的数据结构,以及错切、旋转、拉伸移动等算法(TurboC2.0下运行,编译前修改库路径)。-achieved map data structure, and Shear, rotation, stretching movement algorithm (TurboC2.0 running, compile amending the library path).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34420
    • 提供者:刘源
  1. CG4

    0下载:
  2. 实现了Bezier曲面的构造算法,随机生成一个曲面造型。(TurboC2.0,编译前修改库路径)-achieve a Bezier surface structure algorithm generates a random surface modeling. (TurboC2.0, compiler for amending the path)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:35994
    • 提供者:刘源
  1. weixingguidaomoni

    0下载:
  2. 龙格库塔算法在VB下的实现,模拟了卫星绕地球的运行。-Runge Kutta algorithm in the realization of VB, simulating a satellite orbiting the earth's operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7553
    • 提供者:刘源
  1. test-posi.tar

    0下载:
  2. 一个结构响应分析程序,采用dmap编程,具体算法使用四阶龙格库塔算法riccati方法求解-a structural response analysis procedures using DMAP program, the specific algorithm used four bands Runge - Kutta method to solve algorithm Riccati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:623617
    • 提供者:张璞
  1. GDI+otsu

    0下载:
  2. 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1012226
    • 提供者:李之见
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com