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

搜索资源列表

  1. secalg

    0下载:
  2. 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17807
    • 提供者:楚狂人
  1. MatrixCal

    0下载:
  2. 提供矢量点乘,矩阵相乘,以及矩阵求逆等算法源代码,同时以动态链接库的形式打包,让初学者一个动态库制作的例子。-point by providing vector and matrix multiplication, and matrix inversion algorithm source code, the same time as a dynamic link library in the form of packing for beginners for producing a dynam
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8293
    • 提供者:王喆
  1. Another_eYes_BTDemo

    0下载:
  2. 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:98249
    • 提供者:李顺
  1. ELGamaltool

    0下载:
  2. 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:91962
    • 提供者:明江
  1. RSAdashuyunsuan

    0下载:
  2. 本程序为一利用rsa的算法和具体的流程步骤,利用已有的库函数进行编写的 较有实用价值-procedures for the use of an algorithm and the rsa specific process steps use of the library functions for the preparation of more practical value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:597458
    • 提供者:hjk622811
  1. current_park

    0下载:
  2. 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Fea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4736
    • 提供者:孙萌
  1. AESproj

    0下载:
  2. 这是一个关于AES加密的算法类库,可方便使用-This is one of the AES encryption algorithm library, ease of use
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:21211
    • 提供者:huhaisheng
  1. cryptpak

    0下载:
  2. 一个加密库代码,有AES,BLUEFISH的很多种加密算法。-a code for encryption, AES, BLUEFISH a very wide variety of encryption algorithms.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:633494
    • 提供者:robinson jing
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. bigint_zxf

    1下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:185001
    • 提供者:张晓峰
  1. monte_kalo_lib

    1下载:
  2. 蒙特卡洛方法的识别库,把一些蒙特卡罗方法的仿真过程算法都包裹进去。各种随机数的产生算法都有-Monte Carlo method for the identification of the pass, some of the Monte Carlo simulation methods are wrapped into the algorithm. The various random number is generated algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:675214
    • 提供者:高心雨
  1. odeRK4

    0下载:
  2. 4阶龙格库塔方法求常微分方程的数值算法的函数子程序。-four bands Runge - Kutta method for ordinary differential equations, numerical algorithm of the function subroutine.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:934
    • 提供者:闰土
  1. ghb

    0下载:
  2. 算法函数库 -arithmetic functions for arithmetic functions for the arithmetic functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2427
    • 提供者:ghb
  1. yuer

    0下载:
  2. 前几天因为好久没发blog了,就拿我毕设中的一段算法凑数,没想到引起很多人的兴趣。因此就把我的分词算法单独拎出来做了一个项目叫作DartSplitter。暂时把分词算法的名称叫做树状词库分词法。 -days ago had not issued because of the blog, I took the completed section based algorithm to make up the numbers. never thought aroused the intere
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2661
    • 提供者:于明
  1. MeanShiftTracking

    1下载:
  2. 国外一个大牛人写的MEAN-SHIFT目标跟踪算法,程序使用了OPENCV函数库。-abroad a large cattle written by MEAN - SHIFT target tracking algorithm, OPENCV procedures for the use of the libraries.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:106995
    • 提供者:贾翔
  1. sin102

    1下载:
  2. 用MATLAB编写的一个多频正弦信号的AR模型功率谱估计程序 用的是LEVISION算法 阶数判定使用的是最优算法 并与库函数进行对比-MATLAB prepared a multi-frequency sinusoidal signals in the AR model power spectrum estimation procedures using the electron ISION algorithm order determined using the optimal algori
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2021
    • 提供者:wang jian
  1. autostitch

    0下载:
  2. SIFT算法用于图像拼接的经典应用autopano-sift,包括一个SIFTLIB库-sciences algorithm for image stitching of the classic application autopano - sift. including the one SIFTLIB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1078576
    • 提供者:尹帆
  1. 01z186

    1下载:
  2. 有关自动组卷的文章.试题库自动组卷系统的算法设计与实现.-the automatic generation of paper articles. Questions the automatic test system of the algorithm design and implementation.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:241099
    • 提供者:xiaorui
  1. BDAretrieval

    0下载:
  2. 使用BDA实现三维模型相关反馈的算法 注:1、使用本系统必须在本地计算机上安装matlab 2、算法使用的三维模型特征向量是从PSB模型库中自动提取的DESIRE三维模型特征向量 3、本系统自带性能评测机制-use 3D model relevance feedback algorithm Note : 1. Use of this system must be installed on the local computer Matlab 2, algorithm using 3D
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1034911
    • 提供者:李立群
  1. KBDAretrieval

    0下载:
  2. 使用KernelBDA实现三维模型相关反馈的算法注:1、使用本系统必须在本地计算机上安装matlab 2、算法使用的三维模型特征向量是从PSB模型库中自动提取的DESIRE三维模型特征向量 3、本系统自带性能评测机制-KernelBDA use 3D model relevance feedback algorithm Note : 1. Use of this system must be installed on the local computer Matlab 2, algorit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2409772
    • 提供者:李立群
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com