搜索资源列表
53
- 此文件是毕业设计论文集,对写论文的朋友有很大帮助啊-file is a graduate design collection of papers written by a friend is very helpful ah
javamail_wss_xx
- 该压缩文件中包含名师自己写的有关javamail的教学文案和详细资料,有兴趣的赶快下把-the compressed file contains the teacher wrote the javamail teaching text and detailed information, Interested quickly stop.
jffs2_src_study
- jffs2源码研究分析 全文分为 jffs2的数据实体及其内核描述符 描述jffs2特性的数据结构 注册文件系统 挂载文件系统 打开文件时建立inode的方法 jffs2中写正规文件的方法 jffs2中读正规文件的方法 jffs2中符号链接文件的方法表 jffs2中目录文件的方法表 jffs2的Garbage Collection 以及心得体会, 共11个章节 详细研究分析了jFFS2的源代码的核心部分.-jffs2
studentscore
- 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
JLinktoS3C2440NandFlash
- 简要说明 JLink间接的方法来实现对S3C2410、S3C2440开发板的Nor、Nand Flash的烧写。包含烧写步骤及烧写bin文件和源代码。 init.bin u-boot_0.bin init内存初始化.rar u-boot-1.1.6_OpenJTAG.tar.bz2 -Briefly explain JLink indirect way to implement, S3C2440 development board to S3C2410, Nand
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.
1
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
file
- 这个也是在jb下面用java写的文件共享系统,是上一个版本的修改-This is also used in the jb the following file-sharing system, written in java, is on a version of the revised
file-share-the-latest-version
- 这个是文件共享系统的最终版本,也是在jb下面用java写的-This is the final version of the file-sharing system is also used in the jb the following written in java
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
fs
- 操作系统基于多级文件目录的文件管理系统:实现建立文件打开文件读文件写文件-Operating system file directory based on multi-level document management system: towards the establishment of file to open the file read file write file
file
- 模拟文件目录系统,用C++写的,实现对文件目录的管理-file SYSTEM
VC-Read-and-write-file(.TXT).doc
- 文档给出了在VC编程环境下的各种读写文件的源代码,可作为读写日志程序的参考文档。-Documents given in the VC programming environment to read and write files of various source code, read and write log program can be used as a reference document.
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
write-and-reader-priority
- (1)任意多的读进程可以同时读这个文件; (2)一次只允许一个写进程往文件中写; (3)如果一个写进程正在往文件中写,禁止任何读进程或写进程访问文件; (4)写进程执行写操作前,应让已有的写者或读者全部退出。这说明当有读者在读文件时不允许写者写文件。-(A) any number of reading processes can simultaneously read the file (2) allows only one process to write the file to
VC-literacy-INI-file
- VC读写INI文件 互相学习,希望对大家有帮助-VC literacy INI file
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