CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - Buffer

搜索资源列表

  1. clsLog

    0下载:
  2. 一个使用缓冲区实现的日志程序,源文件为一个类,供使用者调用。使用缓冲区的好处就不多说了。-use of a buffer to achieve the log, source documents for a class, call for users. The benefits of the use of the buffer zone is not more.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1995
    • 提供者:水中雁
  1. FielAllot

    0下载:
  2. 本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为 缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数-the program's main function right way to block copying of documents. Then read data include documents as a block buffer data sent through the serial port. See specific proced
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:557106
    • 提供者:lizd
  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26089
    • 提供者:这程子
  1. win32fi

    0下载:
  2. 在不使用 MFC 的程序中获得某个目录下的所有文件名称,包括子目录。把文件名称以一个固定的程度放入一个缓冲中,这个缓冲要足够的大,能容下所有的文件名称。函数的输入为要查找的根目录,输出为存放所有文件名称的缓冲-Do not use MFC in the process of access to a directory under the name of all documents, including subdirectories. The name of the document to the
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:41698
    • 提供者:zoubin
  1. J2ME

    0下载:
  2. 是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -Is a data compression algorithm based on LZARI class. Haruhiko Okum
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:145996
    • 提供者:lfc
  1. delRepeat

    0下载:
  2. 去除文件中的重复行。 先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组。-Remove duplicate rows from the file. Content of the document read into a first buffer, split by row, each row of data just take \ t the previous section. Then two minutes dire
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:213568
    • 提供者:haiyan
  1. delRepeat

    0下载:
  2. 分别用数组和链表方式实现去除文件中的重复行。先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组或动态链表中。 -Respectively, be achieved using arrays and linked the file to remove duplicate rows. Content of the document read into a first buffer, split by row, each row
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:274841
    • 提供者:haiyan
  1. 24936213WRITELogFILE

    0下载:
  2. 将日志先写入内存缓冲,然后在写入磁盘文件-Will log memory buffer, and then write first in writing disk file
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:49485
    • 提供者:王鑫
  1. IO

    0下载:
  2. I/O流类库提供对象之间的数据交互服务 输出流:表示数据从内存传送到某个载体或设备中; 输入流:数据从某个载体或设备传送到内存缓冲区变量中。-I/O stream class library to provide data exchange services between the object output stream: said data transfer from memory to a vehicle or equipment input stream: data fro
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:698560
    • 提供者:yuanyuan
  1. Test

    0下载:
  2. Io流的实现,对文件的操作,输入,输出流,字节流,字符流,缓冲流,转换流读写-Io current implementation, operation of the document, input and output stream, byte stream, a character stream, stream buffer, stream reading and writing, and so transform
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:178803
    • 提供者:yinshuai
  1. Copy-Files-With-Buffer

    0下载:
  2. 利用缓冲进行文件复制,对于理解缓冲如何进行复制文件法是好的实例,在VS2005上编译通过,希望提供给大家,共同进步。-The use of buffer to copy files, for copying files to understand how the buffer is a good instance method, the VS2005 compiled through, we want to provide to the common progress.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:97559
    • 提供者:xk
  1. File

    1下载:
  2. 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:119847
    • 提供者:陈玲玲
  1. MyGbp

    0下载:
  2. protocol buffers是一个语言中立,平台中立,可扩展的序列化结构数据的方式,例子对protocolbuffer做了简单使用,是个学习,入门的好例子。-Google Protocol Buffer
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3866841
    • 提供者:卜祥坤
  1. DBufstorage

    0下载:
  2. 双缓存存储类,通过两个缓存区的交替存储,减少磁盘的读写次数,节省cpu资源,要求读写时对cpu资源影响小的程序很有用-Cache storage class, alternately by the two buffer storage to reduce the number of disk read and write, save cpu resources, require readers to cpu resources affect small program useful
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2224
    • 提供者:yuguoquan
  1. FastFileSystem

    0下载:
  2. windows系统内核实验,快速文件系统。 分别用三种方法来实现一个对文件的操作: 无缓冲方式:表示用的标志位是FILE_FLAG_NO_BUFFERING。 缓冲方式:表示用的标志位是FILE_FLAG_SEQUENTIAL_SCAN。 异步方式:表示用的标志位是FILE_FLAG_OVERLAPPED。-windows system kernel experiments, fast file system. Three methods were used to achiev
  3. 所属分类:File Operate

    • 发布日期:2017-12-01
    • 文件大小:519806
    • 提供者:绫子
  1. Operating-System-Ex-For-Thread

    0下载:
  2. 实验一是线程按时间片轮转和优先权运行的范例,实验二是生产者消费者的线程同步实验范例,一个消费者一个生产者,读txt文档的内容写到另一个txt文档,中间使用了一个缓冲区char buffer[30].-Experimental thread first, round-robin and priority running example, experimental producers and consumers of thread synchronization experiment example
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:3264963
    • 提供者:Ben
  1. UTF-8_GB2312

    0下载:
  2. "《UTF-8与GB2312之间的互换》的改进"的再改进。 加大了一点转换见的Buffer,避免溢出。 和修复了Unicode转UTF时的小Bug。-Improvement of exchange between UTF-8 and GB2312. Add little more buffer when translate. Fix bug from unicode to UTF.
  3. 所属分类:File Operate

    • 发布日期:2017-11-10
    • 文件大小:2118
    • 提供者:王成云
  1. VCPPfile-copy-use-buffer-

    0下载:
  2. VC++编程精粹一书的源码,如何使用缓冲流复制文件,介绍文件读取写入的方法,很实用-VC++ programming essence a source book, How to use the buffer flow copying files, the file read-write method described, it is practical
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:99270
    • 提供者:罗娇
  1. zhuanhuan

    0下载:
  2. 把DS段源缓冲区中以source_buf为首地址的40个大写字母A,变成小写字母a传送到ES段以dest_buf为首地址的目的缓冲区中。-The DS field in the source buffer to source_buf led address 40 uppercase letters A, becomes a lowercase letter sent to the ES segment addresses for the purposes led to dest_buf buff
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:2992
    • 提供者:xujiale
  1. ringbuffer

    0下载:
  2. 环形缓冲区的操作,对初学者有帮助,值得参考-Operation of the ring buffer
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:130483
    • 提供者:泰勒
« 12 »
搜珍网 www.dssz.com