CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 优化算法

搜索资源列表

  1. rc6优化算法

    0下载:
  2. RC6优化算法,是一个优化的加密算法,是AES候选算法之一-RC6 algorithm optimization, optimization is an encryption algorithm, AES is a candidate for one
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2178
    • 提供者:范 远
  1. RSA 公开密匙加密算法的替换程序

    1下载:
  2. RSA公开密钥加密解密算法的替换程序,程序优化,效率高-RSA public key encryption and decryption algorithm replacement procedure is optimized, high efficiency
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:张进
  1. 16to10code

    0下载:
  2. 16进制转换为10进制的一种优化算法!希望大家有用!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:林令
  1. C++排序算法优化大全

    0下载:
  2. 两篇编程指导文档汇总。 专门讲述排序算法和优化。
  3. 所属分类:系统编程

    • 发布日期:2009-09-22
    • 文件大小:4244
    • 提供者:jj410@163.com
  1. price

    0下载:
  2. linux平台下,在ns2里面实现的基于价格的分布式优化算法源代码-linux platform, in which the realization of ns2 Distributed price-based optimization algorithm source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:89479
    • 提供者:yi laiya
  1. use_3_shoft

    0下载:
  2. SHA-1的verilog程序,经过优化的了,希望可以对大家有帮助-SHA-1 of the verilog program, optimized, and hope that we can help you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1316019
    • 提供者:韩子瑜
  1. PSO_AIS

    0下载:
  2. 微粒群优化算法,用于求解一些优化问题,可以编译通过,该算法与人工免疫算法融合-pso optimaztion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:759853
    • 提供者:liuzhaohua
  1. MD5_Source_Code

    0下载:
  2. 适合移植到嵌入式系统的MD5算法,算法采用了一些优化算法。-MD5 algorithm suitable for transplantation to the embedded system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3989
    • 提供者:Shamsi
  1. amosa

    0下载:
  2. 多目标最新优化算法,可以在GCC编译器下面通过,是目前目标标优化算法的代表-Multi-objective the latest optimization algorithm, through beneath the GCC compiler, is representative of the target standard optimization algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:37719
    • 提供者:王熙
  1. prime

    0下载:
  2. unix下通过创建多线程计算质数的优化算法-unix calculate prime numbers by creating a multi-threaded optimization algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1500
    • 提供者:王哥
  1. Factorial-sum

    0下载:
  2. 这是一个求解从一到一百阶乘和的公式,里面还有粒子群优化算法程序。 -This is a solution from one to one hundred factorial and formulas, there is also a particle swarm optimization algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:1384
    • 提供者:周洋
  1. POA

    0下载:
  2. 梯级水库优化调度问题中逐次优化算法方法求解-Cascade Reservoirs Problem Solving successive optimization algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2015-03-07
    • 文件大小:2048
    • 提供者:邓彦甲
  1. jmetalcpp.v1.5.tar

    0下载:
  2. 这个是多目标的一个平台,里面有好多函数可以运行各种优化算法-SVGA, OSP and other optimization algorithms
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:448094
    • 提供者:feilong5720
  1. sha3_Optimized_32bit

    0下载:
  2. SHA3参考实现32bit优化算法,sha3是最新的哈希散列加密算法,它的前身是keccak算法-SHA3 ​ ​ reference implementation 32bit optimization algorithm, sha3 is the latest cryptographic hash algorithm, which is the predecessor of keccak algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:30324
    • 提供者:hezhongzhu
  1. Untitled

    0下载:
  2. matlab软件开发源程序 粒子群优化算法 格式m文件-matlab software development PSO source file format m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:ZDL
  1. c语言编译器源码

    1下载:
  2. ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-10-21
    • 文件大小:380043
    • 提供者:yangkui_happy
  1. Flow-chart

    0下载:
  2. 粒子群优化算法的详细算法流程,流程图的形式展现。-Particle swarm optimization algorithm with the algorithm process, to show the form of a flowchart.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-02
    • 文件大小:36149
    • 提供者:
  1. RSA

    0下载:
  2. 对RSA加密算法的详细注释和描述,通过优化算法实现非对称加密的过程-Detailed annotation of RSA encryption algorithm and descr iption, through optimizing algorithm of asymmetric encryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3702285
    • 提供者:小小侠客
  1. SPSO

    0下载:
  2. 单目标粒子群优化算法主程序 调用目标函数就可以了-Single-objective particle swarm optimization objective function main program calls on it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:757
    • 提供者:齐国
  1. Chaos

    0下载:
  2. 混沌粒子群优化算法的c++实现,已经通过测试,完全可以使用,学习或者开发都可以用用,不错的-Chaos particle swarm optimization
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:linhaibin
« 12 3 4 5 6 »
搜珍网 www.dssz.com