CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - simple algorithm

搜索资源列表

  1. bcbmd5

    0下载:
  2. md5算法源码。一个简单md5算法得源码适合初学者-md5 algorithm source code. A simple algorithm in md5 source for beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.46kb
    • 提供者:fpx
  1. fenshuyunsuan

    0下载:
  2. 一个能实现分数运算的源码程序,简单易用,算法简单-can achieve a fraction of the source Operational procedures, simple to use, simple algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:164.54kb
    • 提供者:张梦凡
  1. lr0

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:38.46kb
    • 提供者:朱俊
  1. AES.Simple

    0下载:
  2. [加密与解密.第二版]附属源代码完全版 加密与截密算法实现-[encryption and decryption. 2nd edition] subsidiary version of the source code completely closed and secret encryption algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:189.62kb
    • 提供者:yuanzy
  1. Physic

    0下载:
  2. 简单的弹球算法,调用基本图形~!递规算法!-simple algorithm, called basic graphics ~! Regulation delivery algorithm!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:61.08kb
    • 提供者:陈宏磊
  1. ISBN--ac

    0下载:
  2. 这是一个简单算法哦,可能思路不太简洁,供参考呵呵.-This is a simple algorithm Oh, probably not too simple ideas for reference-huh.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:11.92kb
    • 提供者:赵一郎
  1. muniu--xiaoniu

    0下载:
  2. 这是个关于母牛生小牛的简单算法,可供大家借鉴哦.-This is a calf on the cow Health simple algorithm, which can be used as reference oh.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:13.83kb
    • 提供者:赵一郎
  1. Trainnew

    0下载:
  2. here is a train 火车进站的经典问题 代码很简洁 算法很好的-here is a train train station inlet classic problem is very simple algorithm code of good
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:285.53kb
    • 提供者:mentago
  1. yianhangjia

    0下载:
  2. 简单的银行家算法!! !! !! !! !!! -simple algorithm bankers!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:cuicui
  1. liushuixian

    0下载:
  2. 一个简单的算法设计程序,用C++编写,实现流水线的调度。-a simple algorithm design process, using C, the realization of the pipeline scheduling.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.37kb
    • 提供者:映雪
  1. 二进制平方和乘方的幂模算法

    0下载:
  2. 二进制平方和乘方的幂模算法,是密码学中的重要问题.这里提供他的简单算法.-binary square and involution of Power Modules algorithms, cryptography is the most important issue. Here he provides a simple algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:24.14kb
    • 提供者:周磊
  1. 85018312345678

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24.31kb
    • 提供者:张学友
  1. PSOtoolbox.rar

    1下载:
  2. 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:863.52kb
    • 提供者:wzy
  1. delimiter_matching

    0下载:
  2. 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it onto the stack. If it is a close
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:2.24kb
    • 提供者:aga
  1. Bellman_and_Wallshall

    0下载:
  2. 一个简单的Bellman_and_Wallshall算法的实现。只是和大家交流一下,互通有无。-Bellman_and_Wallshall a simple algorithm. Only and all exchange and exchange of needed goods.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:6.39kb
    • 提供者:kyle
  1. yinhangjia

    0下载:
  2. 简单的银行家算法,界面很简陋,全面包含操作系统课程设计中处理机调度。 -Bankers simple algorithm, the interface is very simple, comprehensive curriculum design that contains the operating system processor scheduling.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.45kb
    • 提供者:茅春荣
  1. chap06

    0下载:
  2. ex5_1 I-型线性相位FIR滤波器 ex5_2 II-型线性相位FIR滤波器 ex5_3 III-型线性相位FIR滤波器 ex5_4 IV-型线性相位FIR滤波器 ex5_5 矩形窗频响 ex5_6 希尔伯特变换器设计-汉宁窗 ex5_7 低通滤波器设计-汉明窗 ex5_8 带通滤波器设计-布莱克曼窗 ex5_9 低通滤波器设计-凯塞窗 ex5_11 频率采样技术:低通,朴素法 ex5_12 频率采样技术:低通, 最优法T1 & T2 ex5_13
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4.02kb
    • 提供者:张满超
  1. Sample1

    0下载:
  2. 语音识别预处理函数,简单的算法,用于对语音预处理的了解。matlab代码-Speech recognition preprocessing function, a simple algorithm for preprocessing of speech understanding. matlab code
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:1.08kb
    • 提供者:cuizengwang
  1. operator-priority-algorithm

    0下载:
  2. 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:3.18kb
    • 提供者:yjj
  1. SIMPLE

    2下载:
  2. 基于压力修正的二维不可压缩Couette流动的FORTRAN程序(简单)算法-A Fortran program of incompressible Couette flow in 2D based on pressure correction (SIMPLE) algorithm. Written by Dong Gang, Augest, 2003 Computational Fluid Dynamics, The Basics with Applications
  3. 所属分类:书籍源码

    • 发布日期:2017-05-01
    • 文件大小:1.99kb
    • 提供者:轩海彬
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com