搜索资源列表
0703_M6
- 多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状态,并及时清空listbox控件。进程之间共享数据。
student
- 一个关于结构体数据的文件读写操作实例. linux/c
resder_writer
- 在Windows2000或Windows XP环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。
Init
- 精典的.INI文件读写操作。虽然,现在使用注册表很方便,但在一些绿色版软件中,INI文件仍有一定市场。
Win32 API 注册表类的编制以及使用
- Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including addit
FileSystem
- 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
file
- 实验演示了在uClinux中实现文件的打开和读写操作-Experimental demonstration of the realization in the uClinux file open and read and write operation
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
eg
- linux下文件的读写操作 linux下文件的读写操作-linux operating under linux to read and write files under the document to read and write operation
Xuanke
- 一个用c++写的学生选课系统,是学完c++后的一个结题项目。。。用文件存储数据,包括对文件的读写操作-A with c++ to write the system of student selection is learning c++ after the end of a finished project. . . With file storage of data, including read and write operations on the document. . .
testfs
- testfs: 文件系统测试代码,特别适合于嵌入式系统分区和文件系统性能测试,基于linux开发,对每个文件读写拷贝等操作都有精确时间统计-testfs: test tools for embeded file system
cfg
- 源文件:读、写操作配置文件的库,非常方便-C language: a extend libary source for config on linux。
ini
- VB 操作ini文件 读写,新建,删除-vb operate the ini file read write
Retain_Read_and_Write_app
- vxworks系统的文件读写操作,可以将变量写到nvram-the vxworks system of file read and write operations
QT-file
- QT文件读写操作 读文件 写文件 -QT file
Rowboat
- 划艇租用系统,包含文件读写操作。涵盖划艇的租用、结算、价格管理、数据统计等功能。-Canoe hire system, including file read and write operations. Lease covering rowing, clearing, price management, statistics and other functions.
IOTest
- c++大文件读写操作 用传统的IO读写大文件,所花时间很长,这往往是程序设计时的瓶颈。使用内存映射文件的方法,将数据分块读入内存,再进行处理。这可以很高效的解决c++读写大文件的问题。-C++ file read and write operations Using the traditional IO to read and write files, take a long time, which is often the bottleneck of the prog
day05
- c语言程序、文件加密、解密操作,C语言配置文件操作,文件读写、修改操作(C language program, file encryption and decryption)
19655464
- 本程序是关于Java语言文件读写操作的小例子()
LinuxProbe
- Linux 就该这么学原版图书,本书基于红帽RHEL系统编写,且内容通用于CentOS、Fedora等系统。本书共分为20章,内容涵盖了部署虚拟环境、安装Linux系统;常用的Linux命令;与文件读写操作有关的技术;使用Vim编辑器编写和修改配置文件;用户身份与文件权限的设置;硬盘设备分区、格式化以及挂载等操作;部署RAID磁盘阵列和LVM;firewalld防火墙与iptables防火墙的区别和配置;使用ssh服务管理远程主机;使用Apache服务部署静态网站;使用vsftpd服务传输文件;