搜索资源列表
avi File Wrapper src
- avi文件封装类,包括avi文件的读写等常用操作,音频视频流等-avi file Packaging categories, including avi file read and write popular operation, streaming audio and video, etc.
INI文件测试
- 在编写一些C#应用程序的时候,通常要写文件保存一些配置,那么INI文件就很好的解决了这个问题,能将一些固定的信息保存起来.-in the preparation of some C# application procedures, usually write documents preserved configuration INI file so good on the solution of this problem and fixed can store information.
课程设计-文件管理
- 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。要求设计一个n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令-with high-level language debugging and prepared a simple file system, simulated document management process. N designe
060103
- 1、采用二级文件目录(即主目录MFD和用户文件目录UED)。另外,为打开文件设置运行文件目录AFD。 2、文件保护可采用三位保护码:当R=1,W=1,E=1时,表示可以进行读,写,执行操作;当R=0,W=0,E=0时,表示不可以进行读,写,执行操作。 3、对文件的读写操作可简化成只改变读写指针;对文件目录的搜索可采用先行搜索。 -one using two documents directory (MFD that is the main directory and user dir
InsertData
- 连接数据库.包括插入,删除,更新.提供了一个类. 和一个读写配置文件的方法.-connect to the database. Including insert, delete, update. Provide a category. And a read and write the configuration file method.
unixfilesystem
- 完整的文件系统模拟 基本功能 (1)多用户 (2)多级目录:具有树形目录结构;(3)具有login (用户登录)和用户身份认证功能;(4)文件的创建: create (5)文件的打开:open(6)文件的读:read(7)文件的写:write(8)文件关闭:close(9)删除文件:delete (12)列出文件目录:dir(列目录时要列出文件名、物理地址和文件长度) (13)退出:logout (14)文件保护机制-integrity of the file syst
WriteIniFile
- 这是一个可以向INI文件读写的源程序,这个程序可以读写任何文本形式的文件.-can read and write to the INI file of the source, this procedure can read and write to any form of text documents.
lcterm
- 一 程序的整体结构 1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。 2 执行调制解调器命令。 3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。 4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。 5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。 6 访问
Webdisk18
- 网络硬盘 · 支持多人注册使用,注册后生成自己的专用文件夹,互不影响; · 在线上传文件、可分文件夹管理; ·设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写; ·会员管理功能,可对每个用户的单独空间大小进行设置; ·登录时验证码控制安全登录; ·支持大文件及多文件上传; ·支持文件搜索; ·使用方法仿资源管理器。 后台页面地址:admin.aspx,管理员用户名admin,密码admin-network drives people to support
excel_read
- c#读写excel,对excel文件的读\写\改-c# read and write excel, to excel file read and write to
XMLWrite
- how to write into a XML file
5
- 1.C或 C++; 2.从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中.将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; 3.利用已经建好的哈夫曼树(如不在内存,则从文件htmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中,并输出结果,将文件CodeFile以紧凑格式先是在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrint中。 4.利用已建好的哈夫曼树将文件
StreamWriter_ex
- 比较经典的C#实例,关于文件写入与读取的,希望对你有用-More classic C# example, the file write and read, and I hope useful to you
cSharpduxiewenjian
- c#读取文件,向文件中写数据,小程序简单易学,适合初学的人。-c# read the file, write data to a file, a small program easy to learn for beginners person.
Read-write.-Dat-file
- 以写入方式打开d.dat文件,从键盘输入数据,以读方式打开d.dat文件,循环从文件读取字符,并显示-D.dat file open for writing, data input from the keyboard d.dat file open for reading loop reads characters from a file and displays
read-and-write
- 用c++语言编程,读取txt文件,并写成.e文件,-Using c++ language programming, reading txt file, and written as. E documents,
file-segment-and-merge-
- C#写的winfrom的简单的文件分割和合并小程序,(后来又加入了压缩解压功能,但是压缩解压功能有一些问题,无法正常使用。)-C# write winfrom simple file segmentation and merging of small procedures, (and later joined the compression decompression, but compression decompression function has some problems, can t
READ-AND-WRITE-SGY
- 本程序是用于sgy文件读写,C语言编写,非常实用。希望对大家有帮助。-This is a very useful program by C of reding and writting Sgy file.
write-the-contents-of-the-file
- vs2012的c语言编写的创建并写入文件内容2进制形式-Create c language vs2012 and write the contents of the file binary form
read-and-write-file---Copy
- read and write file and convert it to bytes and then copy it using c# that help to learn tratment with files
