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

搜索资源列表

  1. 磁盘调度算法

    0下载:
  2. 一个简单的磁盘调度算法,可以实现先进先出,最短寻道,scan的算法-a simple disk scheduling algorithm can achieve FIFO, shortest Seeking, scan algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:刘翔
  1. 语法词法分析

    1下载:
  2. 一个c语言写的词法分析器和语法分析器的简单算法,适用于编译原理的初学者-a written language lexical analyzer and parser simple algorithms, compiler theory applies to the beginners
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4485
    • 提供者:吴绪林
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. ISBN--ac

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

    • 发布日期:2008-10-13
    • 文件大小:12210
    • 提供者:赵一郎
  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
    • 文件大小:14160
    • 提供者:赵一郎
  1. 917182414932

    0下载:
  2. 这是个完成AES的简单算法,对大家也许会有点帮助的,要是大家能用上那就好了,好东西大家共享!-This is a simple and complete AES algorithm, right we may be a little bit of help. If everyone can be on it well, good things share!
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:226165
    • 提供者:limin
  1. smalltobig

    0下载:
  2. 小写数字转为大写数字,里面还有三个,都是简单算法.
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:3500
    • 提供者:小春
  1. diff1

    0下载:
  2. 差分约束问题最简单算法 没有比这个个呢关键但的算法啦 差分约束~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11932
    • 提供者:杨川源
  1. 编译原理---算浮优先算法

    0下载:
  2. 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12104
    • 提供者:李雷
  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
    • 文件大小:24716
    • 提供者:周磊
  1. 简单的词法分析器 java 实现

    1下载:
  2. 简单的词法分析器 java 实现
  3. 所属分类:编译器/词法分析

  1. 中文分词

    1下载:
  2. 一个不错的简单有效的中文分词算法, 可以做为研究中文的一个好例子
  3. 所属分类:中文信息处理

    • 发布日期:2011-02-24
    • 文件大小:5479885
    • 提供者:chenjia6605
  1. Round-robin这是循环赛日程表的一个简单算法

    0下载:
  2. 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。,Simple round-robin schedule algorithm, based on the C language
  3. 所属分类:书籍源码

    • 发布日期:2017-03-22
    • 文件大小:540
    • 提供者:陶林
  1. PSOtoolbox.rar

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

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

    0下载:
  2. 本文件为语音识别lpc源码中的burg算法部分。该算法简单实用,适合于进行线性预测参数的计算-This document is for lpc-source speech recognition algorithm in the part of the burg. The algorithm is simple and practical, suitable for the calculation of the linear prediction parameters
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:944
    • 提供者:魏玮
  1. V1.4

    0下载:
  2. 由KaiToo搜索开发的一款基于字典的简单中英文分词算法-Search by KaiToo developed a simple dictionary based on English and Chinese word segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-11
    • 文件大小:2582966
    • 提供者:王友进
  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
    • 文件大小:1489
    • 提供者:茅春荣
  1. LD

    1下载:
  2. 语音识别中lpc特征提取算法,采用LEVINSON-DURBIN算法,c编程,简单易懂,还包含该算法原理的word详细说明资料。-Lpc speech recognition feature extraction algorithm using LEVINSON-DURBIN algorithm, c programming, easy-to-read, the algorithm also includes detailed information of the word.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:43079
    • 提供者:魏玮
  1. jiami

    0下载:
  2. 简单加密算法,用于传输数据的加密,算法比较简单-Simple encryption algorithm for data encryption, the algorithm is relatively simple
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1173
    • 提供者:bdy
  1. simplefirst

    0下载:
  2. 我学编译原理时做的一个简单优先算法,希望对大家有所帮助-I have learned when compiling principle of priority of a simple algorithm, we want to help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:169365
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com