CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 创建文件

搜索资源列表

  1. a

    0下载:
  2. 用汇编语言实现磁盘管理,创建文件,写入信息,读取文件-Assembly language disk management, create a file, write the information, read the file
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1059
    • 提供者:赵燕
  1. linux1

    0下载:
  2. 为linux系统设计一个简单的二级文件系统。要求做到以下几点: (1)可以实现下列几条命令(至少4条); dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 (2)列目录时要列出文件名、物理地址、保护码和文件长度; (3)源文件可以进行读写保护。 -For the linux system to design a si
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:1427939
    • 提供者:huangyongru
  1. filemon_driver_test

    0下载:
  2. 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:96901
    • 提供者:查善君
  1. file_creat

    0下载:
  2. 在驱动中用于创建文件,便于记录操作和基本信息-create a file in the driver program to record some operations
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:1850
    • 提供者:jady
  1. CSharpFileOperateAll20110824210907

    0下载:
  2. C#文件操作大全,含有文件的创建、文件的删除、文件的读写等-C# file operations Daquan, with file creation, file deletion, file reading and writing, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:32147
    • 提供者:ddd
  1. File

    0下载:
  2. 操作系统课程设计,文件管理系统的c++源码,有文件增加,删除,创建目录,修改文件,保存当前状态等功能。-Operating systems curriculum design, document management system c++ source code, there are files to add, delete, create directories, modify files, save the current state functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4722
    • 提供者:eewcee
  1. 51c_language

    0下载:
  2. 4.配置ODBC数据源,按照每章的说明进行数据源的配置,程序对数据库的访问需要通过ODBC来实现。 打开"控制面板"中"管理工具"的"ODBC(数据源)",在弹出的对话框中创建文件DSN。 本例需要创建的文件DSN,登录方式选择"使用用户输入登录ID和密码的SQL Server验证", 登录ID为sa,密码为空,选择默认连接数据库(就是在查询分析器里创建的数据库)。 5.运行程序,其中第三章的登录系统使用用户名"student"、密码"s
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1349036
    • 提供者:kok
  1. wenjianxitong-1

    0下载:
  2. 本次实验内容为使用一级目录结构,实现磁盘文件的操作。操作包括:创建文件、打开文件、读写文件、关闭和删除文件。-open delete writeclose
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:210816
    • 提供者:xie
  1. csharp-what-to-remove-usbcom

    0下载:
  2. 运用DirectoryInfo类和FileInfo类。创建文件、目录或驱动器的实例。获取指定文件的基本信息 。可以手动输入路径 判断目录是否存在。文件是否存在。如果不存在将创建此文件,并自动生成目录。 VS2005编写 -DirectoryInfo FileInfo what s use?
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2553
    • 提供者:law
  1. SD-system

    0下载:
  2. 自己的12864 用STM32做的 做成了C文件 可以直接使用 SD卡读取,删除文件,创建文件都可以 可以查看文件-His 12864 with STM32 do make it C files can directly use the SD card read, deleting files, create files can can view the file
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-06-01
    • 文件大小:13367912
    • 提供者:ww
  1. MFC

    0下载:
  2. MFC深入浅出 编程框架 对象创建 文件类-mfc study
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:845863
    • 提供者:
  1. 24

    0下载:
  2. 动态创建文件并向文件中输入内容,很不错的VB源码,适合VB爱好者学习研究。-Dynamically created file to the input file, very good VB source code for VB enthusiasts to learn the research. .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2735
    • 提供者:truck22
  1. FileManage

    1下载:
  2. 操作系统文件管理功能的实现 ①可以实现下列命令: login 用户登录 dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 ②列目录时要列出文件名、物理地址、保护码和文件长度. ③源文件可以进行读写保护. -The operating system file management functions to achieve ① can a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:153522
    • 提供者:jt
  1. STM32_znFAT

    0下载:
  2. stm32操作SD卡znfat格式,在火牛开发板的已经试验成功,可以读取文件,创建文件-STM32SD znfat format, in the fire Niu Kaifa plate has been successfully tested, can read files, create file
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3117243
    • 提供者:吴彦合
  1. File-Management-System

    0下载:
  2. 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for referenc
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4145970
    • 提供者:longer
  1. Aamyyedit-09tm

    0下载:
  2. AmyEdit是一个linux平台下创建latex文件的编辑辑器,它极大的简化了创建文件的步骤,并且提供了强大的模版功能。 -AmyEdit Linux is a platform to create llatex document editor, which greatly simplifies the crreation of documents the steps, and provide a powerful template function. complete source co
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:289762
    • 提供者:圣人
  1. moniwenjianxitong

    0下载:
  2. 构建一棵树形结构的文件系统,要求程序模拟简单的dos文件系统的命令功能 Cd:类似dos的cd命令 Edit:创建文件 Del: 删除文件 Rd:删除目录 Dir:显示目录 Md:创建目录 -Build a tree-structured file system, and program to simulate the function of simple dos file system commands Cd: similar to the dos cd com
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:11505
    • 提供者:陈明明
  1. ftp_srv_main

    0下载:
  2. 在Linux下以C语言完成的FTP服务系统,实现了的上传和下载,列举文件目录,创建文件夹,删除文件,限制用户权限等功能。适合Linux编程初学者参考使用。-C language under Linux FTP service system to achieve the upload and download, list file directory, create folders, delete files, restrict user permissions function. For the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4225
    • 提供者:唐睿
  1. fcb

    0下载:
  2. 一个简单的虚拟的文件管理器(fcb)的c++代码。可虚拟创建文件并管理。-A simple virtual file manager (fcb) c++ code. Can create documents and manage virtual.
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6855466
    • 提供者:小野
  1. FATwenjian

    2下载:
  2. 操作系统课设 文件系统在Windows或者Linux下设计一个二级(或者树型)结构文件系统,要求至少实现以下功能:login 用户登录、dir 列出文件目录、create 创建文件、del 删除文件、open 打开文件、close 关闭文件、read 读文件、write 写文件、cd 进入子目录、rd 删除子目录、md 创建子目录等-Class set of operating system file system under Windows or Linux, a two (or tree)
  3. 所属分类:Windows编程

    • 发布日期:2014-02-26
    • 文件大小:1083248
    • 提供者:马艳超
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com