搜索资源列表
Linuxfs_ext2
- linux下的ext2文件系统的实现的源码,在源码的基础上对源码中的文件操作部分进行了修改。无解压密码-the ext2 file system on the realization of the source, the source on the basis of the source document for the operation of some changes. Without extracting passwords
SA310001
- Linux命令:touch使用方法 男性手机用户每月更换铃声平均超6次 处理 Java 程序中的内存漏洞 JAVA文件操作(一):写文件 WAP如今“三十年河东,三十年河西” 【转贴】和尚与安迪的哲理 楼市与股市的难解之结 股票咨询业的“套傻游戏” 利率政策、税收政策,多项政策“杀”向房地产 我现在的座右铭!-Linux commands : touch men use mobile phone users to replace monthly average of over 600 ringt
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
MFCFile
- MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
filemanagement
- 利用mfc写的简单的文件管理系统,模仿linux的结构以及操作-file management
wininieditorORG
- .ini文件编辑程序,内含一组自行编写的API,且带有操作界面。运行于Linux下 可自行修改使之运行在windows下。-. ini file editing program that contains a group of self-prepared by the API, and with an interface. Runs on Linux that may be modified to make it run on their own under the windows.
fileSystem
- 采用C模拟linux文件管理,根据linux文件读写操作等,模拟出一套自己的文件操作-C analog linux file manager linux file read and write operations to simulate a set of file operations
my_mini_file_system_like_ext2
- linux ext2文件系统的模拟实现,主要的设计模式是树形文件系统,能够实现命令行下的文件操作-a simple file system like ext2
tcpClient_1
- linux tcp客户端设计。有协议、socket、以及文件操作才封装。c-erery one is no1;
ZnFAT
- znFAT是由振南研发的一套功能完备、高率精简的嵌入式FAT32文件系统的解决方案。它可以在SD卡、U盘等存储设备上轻松实现各种文件操作,如文件数据读写、文件或目录的创建等等。它与Windows或Linux等操作系统上的FAT32文件系统高度兼容。-It s Just GOOD!No experience~
code
- 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
FileHelper
- 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
copy_file
- linux环境下简单文件操作,open,read,write等函数的应用~-Simple file operations Linux environment, such as function open, read, and write and so on.
command.RAR
- linux下用C/C++实现命令功能,特别是对文件操作有很大的帮助,总共有几十个,linux下用C/C++实现命令功能-Using C/C++ implementation of command function under Linux, especially of great help for file operations, a total of dozens of C/C++ implementation command functions under Linux
FileHelper
- 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
987082
- 用java编写的一个模拟linux的diff功能的工具,很好,不错()
puan
- linux PluginDLL,zip delphi download()
LinuxFile
- 封装了嵌入式Linux常用的文件操作函数,增加了错误反馈,提高了调用的安全性。(It encapsulates the common file operation function of embedded Linux, increases the error feedback, and improves the security of call.)
FileSystem
- C++代码实现简易的类Linux文件系统,在windows下可以的命令行界面可以实现增加、删除文件等操作(Linux file system implementation)
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK