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

搜索资源列表

  1. stream

    1下载:
  2. 网络流算法 涉及:数据结构(图论)、算法、ACM 分类有最大流、最小费用最大流、最小割
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:89.02kb
    • 提供者:sql
  1. hitag2

    4下载:
  2. Hitag2算法的C语言程序。验证通过。可运行于VC-// Software optimized 48-bit Philips/NXP Mifare Hitag2 PCF7936/46/47/52 stream cipher algorithm by I.C. Wiener 2006-2007. // For educational purposes only. // No warranties or guarantees of any kind. // This code is r
  3. 所属分类:Data structs

    • 发布日期:2016-07-09
    • 文件大小:2kb
    • 提供者:吴章全
  1. express

    0下载:
  2. 这个源码是用来通过顺序的扫描输入流中的数据,来计算表达式,这个代码在一般的表达式计算,比如:解析器构造中对表达式的处理都是有用的-This source is used to scan through the sequence of input stream data, to calculate the expression, the code in the general expression of the calculation, such as: Parser Construction o
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:ssj
  1. BitArray_src

    0下载:
  2. The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 b
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7.46kb
    • 提供者:lor
  1. shujujiegou

    0下载:
  2. 以广州旅游业为背景,设计一个变长记录文件存取类库。程序采用B+树作为索引系统,支持字节流嵌入方式和文件链接方式,以较友好的用户界面,加强程序容错性-Guangzhou tourism industry as the background, to design a variable-length record file access library. Program uses B+ tree as an indexing system to support byte-stream mode and
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.43mb
    • 提供者:liang
  1. 6

    0下载:
  2. 页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:521byte
    • 提供者:瓜哥
  1. shujujiegou

    0下载:
  2. 采用数据结构的知识,完成数据流系统,图像参数和Diablo的编程,具体要求见hwk4.pdf-Knowledge of data structures used to complete the data stream systems, image parameters and Diablo programming, specifically asked to see hwk4.pdf
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.76mb
    • 提供者:王帅
  1. RMB

    1下载:
  2. 一、设计人民币类,数据成员包含正负标志位、元、角、分 ,设计构造函数、输出函数、重载+、-、前置自增、后置自增、前置自减、后置自减、输出流插入运算符<<、输入流提取运算符>> . 其中前置自减、后置自减、<<和>>重载成友元函数。 自增表示增加1分钱。自减表示减少1分钱。加减法和构造时的进位要考虑。 编写主函数测试之。 功能说明: 1. 所有的人民币的输出和输出都要使用重载的运算符<<和>> 2
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.31kb
    • 提供者:zby
  1. The-experiment-input-output-stream

    0下载:
  2. (1) 掌握一般类型数据的输入输出格式控制方法。 (2) 掌握重载“<<”和“>>”的方法。 (3) 掌握对文件的输入输出操作方法。 -(1) to grasp the general types of data input and output format control methods. (2) master overloaded " < < " and " > > " . (3) master file
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:117.73kb
    • 提供者:郭培源
  1. strMatch

    0下载:
  2. 字节流的快速模式匹配算法, 具有比较详细的注释, 供开发时参考. 速度高于 strstr, 且支持字节流. -Byte stream of fast pattern matching algorithms, with detailed notes for reference when developers faster than strstr, support byte stream.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3.13kb
    • 提供者:zzz654321
  1. diaodu

    0下载:
  2. 哈工大数据结构试验源码————媒体流调度问题-Data Structure Test Source---- HIT stream scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:383.6kb
    • 提供者:史保祺
  1. 4zhongyemiandiaodusuanfa

    0下载:
  2. 基于一个虚拟存储区和内存工作区,设计下述算法并计算访问命中率。 1、最佳淘汰算法(OPT) 2、先进先出的算法(FIFO) 3、最近最久未使用算法(LRU) 4、简单时钟(钟表)算法(CLOCK) 命中率=1-页面失效次数/页地址流(序列)长度 -Based on a virtual memory storage area and work area, the following algorithm design and calculate the h
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3.01kb
    • 提供者:颜灏澜
  1. 123

    0下载:
  2. 网络流算法和最小费用流,用来处理图论问题中的流量计算和流量限制的费用流计算-Network flow algorithm and the minimum cost flow problem in graph theory to deal with the cost of computing and traffic flow restrictions stream computing
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:yin
  1. java8-stream-example

    0下载:
  2. java8的stream基本用法,利用文件流实现了对文本的批量处理,文本信息的统计及信息的正删改查。- Java8 stream of basic usage, using file stream to achieve a batch of text processing, text information statistics and information is deleted.
  3. 所属分类:Data structs

    • 发布日期:2017-12-12
    • 文件大小:42.18mb
    • 提供者:sr
  1. sequence-cipher-and-shift-register

    0下载:
  2. 序列密码的安全保密性主要依赖于密钥序列,因此研究什么样的伪随机序列可以作为序列密码的密钥序列就成为序列密码研究中的主要问题,即序列密码的关键是产生密钥序列的算法。-Security and confidentiality of the password depends on the sequence of key sequence, the study of what can be used as a pseudo-random sequence key sequences password b
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:304.89kb
    • 提供者:胖熊
搜珍网 www.dssz.com