搜索资源列表
zyy
- 这是一个c++环境下的模拟文件系统的部分源代码,支持词法分析,其中用到头文件#Include \"lex.h\"-c This is a simulated environment of the file system source code, support for lexical analysis, which uses the first document # Include "lex.h"
jffs2_src_study
- jffs2源码研究分析 全文分为 jffs2的数据实体及其内核描述符 描述jffs2特性的数据结构 注册文件系统 挂载文件系统 打开文件时建立inode的方法 jffs2中写正规文件的方法 jffs2中读正规文件的方法 jffs2中符号链接文件的方法表 jffs2中目录文件的方法表 jffs2的Garbage Collection 以及心得体会, 共11个章节 详细研究分析了jFFS2的源代码的核心部分.-jffs2
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
第2章 办公日志系统
- 是一个好的源码, 数据库\GovLog 本案例SQL Server数据库 源代码 存放着系统登陆以及用户界面的网 页文件,另外还包括系统配置文件。 源代码\pic 存放着ubb图片文件 源代码\leftpic 存放着网页图片文件 源代码\company 存放着公司总结模块文件 源代码\conn 存放着数据库配置文件 源代码\dept 存放着各部门用户管理模块文件 源代
ntfsDocment
- 中文的NTFS文件系统结构说明文档,根据这份文档,基本可以编写出ntfs的读写代码了-English NTFS file system structure of the documentation, in accordance with this document, which can be prepared to read and write ntfs code
4
- 3) 跨平台文档结构的调整 项目文档是始终贯穿着整个系统的,但由于Windows系统与其他系统如Linux等的文档结构不同,项目的可移植性将会受到限制,因此强调可移植性的本系统中跨平台文档结构的调整是必不可少的,我们预计在这一阶段以Windows 和 Linux为基础出2套相应的代码版本,基础代码部分不变,只是在文档接口及对应的应用工具上做出相应的选择。预计所需时间为二个月,包括平台的移植,接口的研究和开发等-3) cross-platform document the restructurin
pso1
- the source code for particle swarm optimization algorithm is given in this file. the source code is for economic dispatch problem which is a power system problem.
4.ARMLinux
- 本文讨论了基于ARM的嵌入式Linux的音频播放器。使用了以三星S3C2410芯片为CPU的ARM9 开发板。于主机上建立交叉编译环境,对嵌入式压缩内核进行编译调试,通过串口移植了Bootloader、嵌入式 Linux内核和文件系统到开发板上。从网络获取应用程序源代码,对音频播放器源代码经过交叉编译和调试并 下载到目标机开发板上进行进一步调试。最终成功实现了播放音频的功能,结合其他设备,成为具有功率放大 器功能的嵌入式音频播放器,且可进一步在其上开发视频播放和其他网络功能。
cp_ofdm_simulation
- Matlab file for simulating a cyclic-prefix (CP) orthogonal-frequency- division-multiplexing (OFDM) system with binary phase-shift keying (BPSK) modulation on each subcarrier. CP-OFDM system includes a repetition code and interleaving across
DW
- This file is about Java Ant Colony System Framework
1
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
operatingsystemtestreport(filesystembuilding)
- 操作系统实现文件系统构建。 该文件里只有实验报告,但是报告里有完整代码。程序详细注释。-Construction of the operating system for file system. The file is only experimental report, the report contains integrated code. Procedures detailed comments.
ALIENTEK-MiniSTM3
- 不完全手册,一本简单好用的arm编程知道书,教你不使用库函数也可以写出出色的程序- unsigned int i BYTE buffer[512] // file copy buffer FATFS fs // Work area (file system object) for logical drive FIL fsrc // file objects FRESULT res
004
- 一个以文件保存形式的图书管理系统,代码由c++语言写的-A file is saved in the form of library management system, code written by the language of c++
Analysis-of-FAT32-File-System-2012
- FAT32文件系统是Windows系列操作系统中最常用的文件系统之一,掌握其原理是用好它的基础。在微软公司不公开其操作系统的内部结构和源代码的情况下,通过实验、分析、得出了FAT32文件系统的工作原理.-FAT32 file system is one of the most commonly used file system of the Windows family of operating systems, grasp the principle is its foundation. In
code
- The project is a software about cloud computing. This project checks the file system and user authentication.
for-HMI-STM32
- 文件系通平台STM32F103 源代码无问题-File system through platform the STM32F103 source code
File-transfer-system-based-on-TCP
- 本系统借助JAVASE平台,使用socket通信实现两台计算机间的文件传输并设计了相应的GUI。本文给出了socket模式下实现文件准确快速传输的详细方法, 并给出了相应的核心实现代码。-System With JAVASE platform file transfer between two computers using socket communication and design appropriate GUI. Socket mode files quickly and accurat
Hotel-Management-System
- C语言酒店管理系统 1本系统未用到文件.本系统采用函数 2本系统用例比较小 3本系统有良好的界面,舒适的变成思路和整齐的代码。 4本程序引用一个时间进程另外控制时间。-C language Hotel Management System an unused file system This system uses two systems function relatively small three cases the system has a good interface, c
inode.c-analyse
- 阅读和分析Linux下的ROMFS文件系统代码(inode.c),说明其功能和实现的思路,给代码写出注释并画出流程图。 -ROMFS file system code reading and analysis under Linux (inode.c), explain its function and implementation of ideas, to write notes and draw a flowchart of the code.