CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - handle

搜索资源列表

  1. ac_mul

    0下载:
  2. AC算法的实现,可以处理英文与中文。给定最多64个关键字可以快速查找文件中出现的次数-AC Algorithm realized, can handle both English and Chinese. Set up to 64 keywords can quickly find the document number
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2410
    • 提供者:姜大伟
  1. chejiandiaodu

    0下载:
  2. 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4622
    • 提供者:chen
  1. Data_Struction_complex

    0下载:
  2. 数据结构作业 复数运算代码。 可处理复数加减乘除运算。 图形界面。-data structure complex computing operations code. Can handle complex arithmetic operations. Graphical interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:418851
    • 提供者:张钊宁
  1. Exercise-6

    0下载:
  2. SSD7 exercise 6. Provide your solution to the following in a file named normalization.txt. Note: The discussion in this exercise is independent of (i.e., completed unrelated to) the E-Commerce project described in the Appendix. The following tab
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:909
    • 提供者:Evgenya
  1. NBased_HiPre

    0下载:
  2. 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!-Based on the N-band multi-precision code can handle the N-band multi-precision arithmetic. Input format: is a positive number, string (or int) format, see the function p
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4863
    • 提供者:wang yucao
  1. exp

    0下载:
  2. 处理了正确的算术表达式的转换为逆波兰式后进行计算,可处理多位整型数的运算,如:10*(15-5)+30/3#-Dealing with the correct arithmetic expression is converted to Reverse Polish-style after the calculation, can handle a number of integer arithmetic, such as: 10* (15-5)+ 30/3#
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2313
    • 提供者:sara
  1. rbtree

    0下载:
  2. 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require O(lg n). In practice, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8215
    • 提供者:kark
  1. 12344

    0下载:
  2. 模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:284962
    • 提供者:0
  1. LZW

    0下载:
  2. LZW算法,实现对文本文件的加压和解压,能处理任意后缀的文件-LZW algorithm, to realize a text file compression and decompression, can handle any file suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:309484
    • 提供者:tianlan
  1. calculate

    0下载:
  2. 控制台下的计算器程序,能处理复制的计算!-Under the console calculator program can handle the calculation of copy!
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2161
    • 提供者:shangkai
  1. stack_and_queue

    0下载:
  2. 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系把中缀表达式转换成计算机容易处理的后缀表达式。本实验中操作数规定为1位数字字符,运算符只有+、-、*、/。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expression, using the given operator preceden
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1167
    • 提供者:冬冬
  1. Operatingperiod

    0下载:
  2. 在一台机器上只能处理n个作业,每个作业均可在单位时间内完成,又假定每个作业都有一个截止期限,当且仅当作业i在它的截止期限之前完成时,可以获得一定的效益。 给定作业序列,要求一种作业排序算法,使获得的总效益值最大。 -On a single machine can handle only n-jobs, each job can be completed within the unit, but also assumes that each job has a deadline, if a
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6697
    • 提供者:沈清
  1. CrossList

    0下载:
  2. 自己写的十字链表C++语言模板容器类,使用异常处理机制。-My own handwrite C++ template container class: CrossList, exceptions is used to handle problems.
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:2873
    • 提供者:bupteinstein
  1. BST

    0下载:
  2. 二叉搜索树的一个典型事例,能够处理很多二叉排序树的问题-Binary search tree, a typical example, can handle many issues Binary Sort Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1499
    • 提供者:liufeng
  1. maze

    0下载:
  2. 采用C++写的找迷宫的算法,可以找到矩形迷宫中的路径,并且可以处理一些迷宫中遇到的阻碍-Written using C++ algorithm to find the maze, the maze can be found in the path of the rectangle, and can handle some of the obstacles encountered in the maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:9817
    • 提供者:zhang
  1. yunsuandengshi

    0下载:
  2. 输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。-Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1656
    • 提供者:张凌峰
  1. polynomial

    0下载:
  2. 多项式处理。本程序可以对多项式进行一些处理,可以实现加减乘除求余,计算多项式的值等功能-Polynomial processing. The program can handle some of the polynomial can be achieved modulo addition, subtraction, calculate the value of polynomial functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1061
    • 提供者:Yuan
  1. text

    0下载:
  2. 单词统计程序,使之能处理任意长度的单词。 如下功能:1.从数据文件读取字符文本 2.对单词按照频度排序(按大到小)输出。-Word statistical procedures, so that it can handle any length of words. The following functions: 1. Read characters from a text data file 2 in accordance with the frequency of word order
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:17223
    • 提供者:seven
  1. normalization

    1下载:
  2. SSD7. Provide your solution to the following in a file named normalization.txt. Note: The discussion in this exercise is independent of (i.e., completed unrelated to) the E-Commerce project described in the Appendix. The following table captures
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:851
    • 提供者:Evgenya
  1. RF

    0下载:
  2. RF算法属于多模式匹配算法,可以处理常见的模式匹配中遇到的问题。-The RF algorithm is a multi-pattern matching algorithm that can handle the problems encountered in the common pattern matching.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239075
    • 提供者:华朝
« 12 »
搜珍网 www.dssz.com