CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Stream

搜索资源列表

  1. tsfilter

    0下载:
  2. 可以从数字电视系统的TS(Transport Stream)流文件中找出到指定包(由用户设置PID、TableID等参数)数量及在流中的位置,对开发数字电视用户很有用-from digital TV system TS (Transport Stream) flow document to identify specific packages (PID set by the user, TableID parameters) volume and flow in the location of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.24kb
    • 提供者:王国印
  1. ls

    0下载:
  2. LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:23.04kb
    • 提供者:孙谨
  1. netopencrypt

    0下载:
  2. another stream cipher for non profit I worked for and I reused in class.
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:35.02kb
    • 提供者:bob
  1. write_Text

    0下载:
  2. 在控制台下使用C#流进行文本文件的写入!程序简单使用了文件流的操作写入文件-In the console using C# Stream write a text file! Simple procedure used in the operation of file stream to write file
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:5.74kb
    • 提供者:lst
  1. files-inout

    0下载:
  2. 实现C++文件输入输出操作,以类为基础进行输入输出流的演示-Implementation C++ file input and output operations, to category-based input and output stream demo
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:153.05kb
    • 提供者:赵铮铮
  1. 1

    0下载:
  2. vc控制台,猜单词 的小代码,基础的字符串操作和文件流操作 -vc console, guess the little code word, basic string operations and file stream operations
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.04kb
    • 提供者:cartman
  1. NITParse

    0下载:
  2. 过滤出TS流中的NIT表 过滤出TS流中的NIT表-TS stream to filter out filter out the NIT table NIT table TS stream
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:153.37kb
    • 提供者:guowei
  1. DirEnt

    0下载:
  2. Open directory stream dirname for read and return a pointer to the internal working area that is used to retrieve individual directory entries.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:98.6kb
    • 提供者:Quest
  1. aodv1

    0下载:
  2. aodv的一种代码的脚本,在仿真aodv时若不会用系统自带的工具进行场景,数据流的生成,可以用这个现成的-the aodv a code scr ipt, simulation aodv not use the system comes with tools for scene data stream generated, you can use this ready-made
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:462.22kb
    • 提供者:邢永刚
  1. shijianbuchangfa

    0下载:
  2. 用时间步长法实现:某仓库有一个保管员,领料工人的到达为Poisson流,平均每小时有12个工人来领料,每个工人的领料时间均匀分布在2-4分钟之间,求该保管员忙的概率。-Time step method: a custodian of a warehouse, picking the arrival of workers to a Poisson stream, hour average of 12 workers picking, each worker picking time uniform
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:320.72kb
    • 提供者:s沈云航
  1. CreateStream

    0下载:
  2. 自己写的创建流文件的小程序,以及读取其内容-To create a stream file to write their own procedures, and read its contents
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1.91mb
    • 提供者:DuYanfang
  1. Paimai

    0下载:
  2.   可以实现委托(物品信息、可提出保留价),公告(物品信息、保留价),多次竞价,成交或流排等模块。维护拍卖过程各个环节的所有信息,最后保留所有物品的拍卖结果信息。-Can entrust (items of information may be made reserve price), announcement (items of information, reserve price), multiple bidding, auction or stream discharge and othe
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:12.85kb
    • 提供者:柴锐
  1. set_tail_zero

    0下载:
  2. 码流截断~适合JPEG2000等任何格式文档-Document in any format suitable for JPEG2000 code stream, such as truncated ~
  3. 所属分类:Console

    • 发布日期:2017-06-13
    • 文件大小:20.28mb
    • 提供者:honeyy
  1. Create-Picture

    0下载:
  2. 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:358.46kb
    • 提供者:themostfreeboy
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:themostfreeboy
搜珍网 www.dssz.com