搜索资源列表
文件管理系统课程设计C++
- 本程序是用VC++下的MFC写的希望对大家有帮助,这也是我在网上辛苦找出来的.请不要见怪>-the procedures used under the VC MFC wrote to the hopes we have to help, This is what I find on the Internet the hard work. please forgive
53
- 此文件是毕业设计论文集,对写论文的朋友有很大帮助啊-file is a graduate design collection of papers written by a friend is very helpful ah
Embedded_FAT_File_System_for_AVR_Memory_Stick
- < AVR_U盘嵌入式FAT文件系统> 文件介绍了AVR Memory Stick嵌入式中实现类似操作系统的FAT文件管理系统,这些内容主要包括,文件系统的命名规范,文件寻址路径规范,文件系统核心数据结构的定义,文件系统读写类函数原型的定义。
javamail_wss_xx
- 该压缩文件中包含名师自己写的有关javamail的教学文案和详细资料,有兴趣的赶快下把-the compressed file contains the teacher wrote the javamail teaching text and detailed information, Interested quickly stop.
FCD
- 好东西 关于flash的烧写文件 解释-good things for the flash of burning paper explains
BMP2CODE
- 将BMP文件转换成C代码,支持8位和16位彩色,自己写来玩的-BMP will convert documents into C code and support 8 and 16-bit color, wrote the prophecies
filefilter
- windows下写文件系统过滤驱动的好教程,与大家分享。
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
personnelmanagesoftware
- 实现人员管理系统 通过读写文件获得数据 在硬盘上自创数据库读入和写入-manage software
51-sd
- 介绍51 单片机与SD 卡的接口设计原理, 以及FAT32 文件系统的设计和应用程序控制SD 卡读写操作的实现。-Introduced 51 single-chip interface and SD card design principle, as well as the FAT32 file system design and application control the operation of SD card reader to achieve.
AVRISP
- 从别处下载的,介绍了AVR-ISP下载线和AVR-JTAG下载线。包含原理图,样板图片以及HEX烧写文件-Download elsewhere, introduced AVR-ISP download cable and AVR-JTAG download cable. Includes schematics, the programming model pictures and HEX file
SDHC
- 自己写的SDHC卡驱动测试,用Keil C写,并且用串中调试工具读出指定扇区的内容.本程序在4G 金士顿 SDHC卡上测试.-Write your own test drive of SDHC card with Keil C write, and debug tools with string read out the contents of the specified sector of this program in Kingston 4G SDHC card to test.
readtxt
- 基于VC的多种方法逐行读写文件,包含unicode文件的读写方法,解决了乱码问题-VC-based ways to read and write files line by line, reading and writing files containing unicode method to solve the garbage problem
How-to-read-and-write-file
- 对于MFC编程,此文档详细介绍了如何读和写文件,很清楚的说明。-For MFC program,this file introduce how to read and write file.
java
- java向文件中写文件的方式总结,便于以后使用java读写文件-failed to translate java file upload
Linux
- 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 -Design a simple two file system for Linux systems. To do the following: 1. Can be achieved followin
rarycflymC_veryhuo.com
- C语言写的隐藏和分离rar文件的小程序,程序很简单,把rar文件(其他文件也一样)的二进制码附加到另一个文件末尾,然后把rar文件删除,就起到隐藏的作用了(用cmd的copy命令就可以了) 分离的话只要找到rar文件的头部,然后提取出机器码写入文件并重命名,rar文件的头部20个字节是相同的,只要用ultraedit打开多个rar文件看一下就知道了(C hidden language and separation of rar file a small program, the progr
图书借阅系统等2个文件
- 实现银行储蓄的基本功能,初学写的,不足之处多多见谅(To realize the basic function of bank savings, we have learned to learn first, and forgive many inadequacies.)
c++头文件大全
- 1. 头文件只是声明,不占内存;在编译时会被合并到源文件 2. 头文件和其它C语言文件一样可以引用其它文件,可以写预处理块但是不要出现具体语句 3. 可以在头文件中定义宏函数,其本质上还是一个声明 4. 各个头文件相互独立,标准头文件之间不存在相互包含关系 5. 头文件可以重复引用,但是相当于只导入一次 6. 从C语法角度讲完全可以在头文件中写任何东西,因为#include在作用上和Ctrl-C + Ctrl-V等效——但是这样时不推荐的;头文件的作用就是更好的组织代码
OpenCV格式实现的txt 文件读写
- Opencv 操作文件,实现读写txt功能