CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - file.write

搜索资源列表

  1. like-lunix-file-systerm

    0下载:
  2. use vc++ write like lunix file systerm,it is a computer os course experiment.-use vc write like lunix file systerm. it is a computer os course experiment.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8072
    • 提供者:yanan
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21496
    • 提供者:Sunny kim
  1. file

    0下载:
  2. 实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:924
    • 提供者:li
  1. goodvcLogTest

    0下载:
  2. VC.NET开发的简单又高效的日志管理系统,严格来说是一个日志写入模块,实现日志信息的批量写入件、定时自动刷新到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗.-VC.NET development of simple and efficient log management system, strictly speaking, is a log into the module, the realization of the l
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:72115
    • 提供者:994
  1. write

    0下载:
  2. Assembly program that creates a new file based on the input from the command-line. Usage: ./write new_file.txt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:836
    • 提供者:maxphil
  1. write

    0下载:
  2. 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:513
    • 提供者:牛志强
  1. ExcelAccessSrc

    0下载:
  2. 针对Excel表格文件操作的编程实现,通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件。-Excel spreadsheet file for programming operations, through the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:699681
    • 提供者:hyc
  1. rizhixitong

    0下载:
  2. 实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-To achieve the log information, write to a file volume, timing, automatic flush to a file, write to the file log level can be dynamically adjusted, a single log file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:72006
    • 提供者:欧阳
  1. Linux-kernel-file-IO

    0下载:
  2. linux 2.6内核下读写文件的简单实例。-linux 2.6 kernel file read and write simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3187
    • 提供者:yg
  1. how-to-write-makefile.pdf.tar

    0下载:
  2. 讲解了makefile文件的变量使用规则及其运行规则,详述了编写方法。本文中系统环境为RedHat Linux 8.0,make 的版本是 3.80。 -Variables explained the makefile file to run using the rules and regulations, detailing the preparation method. System environment in this article is RedHat Linux 8.0, mak
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:431325
    • 提供者:
  1. UNIX-FILE-SYSTEM

    0下载:
  2. MFC实现的模拟UNIX小型文件系统 具有一些UNIX中常见的简单功能。-a UNIX FILE SYSTEM write in MFC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:65558
    • 提供者:王鑫
  1. file-md5-calculation

    0下载:
  2. 计算文件的md5值,c++写的,具体的自己看文件。-Calculate file md5 value, c++ to write the specific file that looks.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:127214
    • 提供者:徐鑫华
  1. Read-and-export-files

    0下载:
  2. 使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。 要求: 具有良好的交互性 使用者可输入源文件和目的文件的路径和文件名。 具有完善的错误处理机制 针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。 在Linux操作系统上调试并运行 -Use of system calls, using a program written in C or C, to achieve the following functions:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80027
    • 提供者:
  1. Linux-file-locked

    0下载:
  2. linux文件读写及上锁,可以在linux系统交叉编译环境下,进行验证。-linux file locked.Read and write.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3826
    • 提供者:Ricky
  1. relay

    0下载:
  2. AT91的GPIO驱动,依据atmel at91sam9g10板级文件编写-AT91 GPIO driver, in accordance with the the atmel at91sam9g10 board-level file write
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:917
    • 提供者:xianfu_wu
  1. for-linux-file

    0下载:
  2. 可以用于学习在linux环境中是如何编写文件操作的例子,里面有各种文件操作编程例子。-Can be used to study examples of how to write file operations in a linux environment, there are a variety of file operations, programming examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8023
    • 提供者:dongmenqing
  1. read-file--modify

    0下载:
  2. 文件读写,定时监测文件是否被更改,若更改,程序重启-File read and write regularly monitored file is changed, if changes to the program to restart
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:137515
    • 提供者:刘妮
  1. encrypt

    0下载:
  2. 本程序用于加密DOS写的批处理文件,防止他人看到你的批处理源代码。-This procedure is used to encrypt DOS batch file write, to prevent others from seeing your batch source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:960
    • 提供者:plokmp
  1. file-system

    0下载:
  2. 编程模拟一个简单的文件系统,实现文件系统的管理和控制功能。要求本文件系统采用两级目录,即设置主文件目录[MFD]和用户文件目录[UED]。另外,为打开文件设置运行文件目录[AFD]。设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件,并对文件必须设置保护措施。在用户程序中通过使用文件系统提供的Create、open、read、write、close、delete等文件命令,对文件进行操作-file system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:2273
    • 提供者:张明
  1. 2013.2.6__Class-inheritance

    0下载:
  2. 类继承的文件。自己写的一点小程序,上传分享一下,勿拍砖-Class inheritance file. Write your own little program, upload and share, do not Paizhuan
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:190367
    • 提供者:林琬心
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com