搜索资源列表
jffs2_src_study
- jffs2源码研究分析 全文分为 jffs2的数据实体及其内核描述符 描述jffs2特性的数据结构 注册文件系统 挂载文件系统 打开文件时建立inode的方法 jffs2中写正规文件的方法 jffs2中读正规文件的方法 jffs2中符号链接文件的方法表 jffs2中目录文件的方法表 jffs2的Garbage Collection 以及心得体会, 共11个章节 详细研究分析了jFFS2的源代码的核心部分.-jffs2
dfdgg
- 图象处理源代码集 图像分割是图像处理、模式识别、计算机视觉等领域中极为重要的内容之一,是实现自动图像分析时首先需要完成的操作。它是根据图像的某些特征或特征集合的相似性准则,对图像像素进行分组聚类,把图像平面划分为一系列有意义的区域,使其后的图像分析及识别等高级处理阶段所要处理的数据量大大减少,同时又保留有关图像结构特征的信息。由于分割中出现的误差会传播至高层次处理阶段,因此分割的精确程度是至关重要的。-image processing source code is a set image s
chapter2
- 数据结构(李春葆)书中第二章链表运算的所有源代码。包括链表的各种基本运算,和一些应用的程序,很好的!
NUMstruct
- 关于C数据结构的详细教程,包括源代码和动画演示……很实用
Research-and-Implementation-of-USB-Device-Driver-f
- 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted the structure and characterist
EightQueen
- C语言版数据结构的课程设计 关于八皇后问题的 源代码及报告说明书-C language version of the data structure of the curriculum design issues on the eight Queen s source code and reporting manual
hotle.doc
- 数据结构课程设计 酒店管理系统源代码,欢迎下载-Data structure curriculum design hotel management system source code, welcome to download
linux-hexinjishujiangjie
- linux核心技术讲解 本书的主要目标是: 1.提供一个最新的和完整的服务器版本的完整源代码。(这本书分析的版本是2.2.5版,也是写这本书时发布的最新版本。) 2.提供一个对每个子系统功能的一般性概述。 3.研究各个子系统主要的函数和数据结构。 4.对开发者应怎样通过修改源代码来改进和扩展内核提出建议。-The linux core technology to explain the book' s main goal is to: 1. provide an up-
mjpg-stream
- 针对嵌入式设备在进行多媒体数据处理时存在的资源限制问题,采用了一种开源视频服务器软件 MJPG-streamer完成多媒体数据的处理及存储,基于该软件的特点和体系结构,通过修改MJPG-streamer的源代码,添加新的功能模块, 以增强这款软件的功能。并重新交叉编译后,移植到嵌入式系统中,以实现一个可控制前端设备的基于Arm9的嵌入式远程视频监控系统。实验结果表明,该方法 很好地增强了视频数据处理的效果,并可流畅地在客户端播放浏览器。-For embedded devices during m
shujujiegoukeshe-qiuzuiduanlujing
- 数据结构课程设计求最短路径报告及源代码,c语言编写,vc下运行。-Data structure curriculum design for the shortest path and source code, c language, running under the vc.
CPP
- 数据结构与算法分析C++描述第三版,源代码,weiss版-Data Structures and Algorithms C++ descr iption, Third Edition, source code, weiss Edition
Maze
- 数据结构课程设计迷宫问题完整报告,里面附有源代码和实验结果截图。-Curriculum design maze full report, which is attached to the source code and experimental results screenshots.
DataStruct
- 大话数据结构的PDF源代码,对于学习数据结构有很大帮助,数据结构对于后期的学习又是非常重要的,所以不能忽视其重要性-Westward data structure PDF source code for the data structure of great help to learn the data structure for later learning it is very important, so its importance can not be ignored
BitTree
- 关于二叉树先序、中序、后序递归与非递归遍历的详细源代码,并附有详细的注解。适合学习数据结构二叉树的同学学习。-About Binary preorder, inorder, postorder recursive and non-recursive traversal detailed source code, together with detailed notes. Binary tree data structure for learning students learn.