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

搜索资源列表

  1. 第五章文件操作.zip

    0下载:
  2. 所属分类:系统编程

    • 发布日期:
    • 文件大小:57.17kb
    • 提供者:
  1. _itlearneraspv1.1.rar

    0下载:
  2. ITlearner ASP探针 测试服务器基本信息: 显示服务器的一些参数,并带遍历Application、Session和服务器参数的功能。       测试服务器组件情况: 测试IIS自带,常用文件上传、收发邮件、图像处理等组件,和自定义组件的支持情况。       测试服务器运算能力: 让服务器执行50万次加法(整数运算)和20万次开方(浮点运算),记录其所使用的时间。       测试服务器磁盘信息: 服务器各硬盘的空间使用情况,当
  3. 所属分类:弱点检测代码

    • 发布日期:
    • 文件大小:8.78kb
    • 提供者:
  1. Linux下C语言编程--文件操作

    0下载:
  2. 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.93kb
    • 提供者:李琳
  1. coda-6.0.8.tar

    0下载:
  2. Coda分布式文件系统源代码。其特色在于可以支持离线文件操作以及在线后的自动更新-Coda Distributed File System source code. Its characteristics can support the document offline and online operation of automatic update
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.47mb
    • 提供者:liu_chuan_yi
  1. window unix file

    0下载:
  2. 操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document descr iption and code, containing all the file manipulation functions, suitable for the windows and unix running.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.93kb
    • 提供者:于明着
  1. Des加密解密文件

    1下载:
  2. 可以操作的文件类型:TXT、DOC、JAVA等,且Word文档中包含图片也没问题 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。-can operate file types : TXT, DOC, JAVA, but Word document contains photographs have no problem ru
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36.85kb
    • 提供者:寒风
  1. 多功能文件加密器

    0下载:
  2. 主要是对文件的一些操作:加密、解密文件,加密、解密可运行文件,批量更名,文件比较,文件分割 -mainly for the operation of paper : encryption, decryption, encryption, decryption can run files, batch renaming, Document, document segmentation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:111.98kb
    • 提供者:古风
  1. filepassword

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22.02kb
    • 提供者:丁建军
  1. 不错的文件系统

    0下载:
  2. 1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple file system. Simulation document
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9.54kb
    • 提供者:
  1. 多用户多级目录文件系统的实现

    1下载:
  2. 本课程设计要求设计一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。
  3. 所属分类:系统编程

  1. Main

    0下载:
  2. 二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the seco
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4.45kb
    • 提供者:dafengkui
  1. Linux

    0下载:
  2. 第一章 基础知识 ……………………………………………………………………………4 第二章 进程介绍 …………………………………………………………………………10 第三章 文件操作 …………………………………………………………………………17 第四章 时间概念 …………………………………………………………………………27 第五章 信号处理 …………………………………………………………………………31 第六章 消息管理 …………………………………………………………………………39
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:498.71kb
    • 提供者:aww
  1. Linux_file_operate

    0下载:
  2. linux系统下的文件操作实验程序,完成的功能如下。 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 -linux operating system files under the experimental procedures, the completion of the function as follows. Radius of R in a monitoring region,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1.23kb
    • 提供者:menchael
  1. LinuxShellCprogramming

    0下载:
  2. Linux C编程技术: lect01 Linux 介绍 lect02 Linux 安装 lect03 Linux 基础 lect04 Linux Shell介绍 lect05 Linux 进程控制 lect06 Shell编程_变量 lect07 Shell脚本编程 lect08 Linux下C语言编程简介 lect09 文件操作 lect10 Linux下的多进程编程 lect11 Linux 信号 -Linux C programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:10.24mb
    • 提供者:方朝辉
  1. linux_file

    1下载:
  2. linux实验_文件操作:创建文件,打开文件,读文件,写文件以及设置和查看文件类型等操作- file operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:82.76kb
    • 提供者:rebecca
  1. file

    0下载:
  2. linux下的文件操作,使用linux文件相关命令,可与C语言的文件操作形成对比!-linux file under the operation, use linux file-related commands, with C language file operations in contrast!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6.72kb
    • 提供者:suting
  1. Assignment1

    0下载:
  2. linux中对文件操作的源代码,对学习很有帮助-linux for file operations in the source code, very helpful for learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:28.31kb
    • 提供者:cc
  1. 66

    0下载:
  2. linux下的简单文件操作系统实验,基本通过运行,欢迎下载
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1.67kb
    • 提供者:郝阳阳
  1. day05

    0下载:
  2. c语言程序、文件加密、解密操作,C语言配置文件操作,文件读写、修改操作(C language program, file encryption and decryption)
  3. 所属分类:Linux/Unix编程

  1. ucenter

    0下载:
  2. 通过主进程的分发机制一次下发指定数目文件至子进程,子进程进行文件操作取文件内容进行后面的需求操作.(Through the main process distribution mechanism, send a specified number of files to the sub process at a time, the child process file operations, take the file content for the latter needs operations
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:36kb
    • 提供者:萧凌烟
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com