搜索资源列表
atlShenRuJieXi
- 《ATL深入解析》随书源码,这本书对于ATL的解析比较清楚-"ATL-depth analysis" with the source book, this book for the analytic ATL clearer Oh
ARP欺骗原理
- 一,什么是ARP协议? ARP协议是“Address Resolution Protocol”(地址解析协议)的缩写。在局域网中,网络中实际传输的是“帧”,帧里面是有目标主机的MAC地址的。在以太网中,一个主机要和另一个主机进行直接通信,必须要知道目标主机的MAC地址。但这个目标MAC地址是如何获得的呢?它就是通过地址解析协议获得的。所谓“地址解析”就是主机在发送帧前将目标IP地址转换成目标MAC地址的过程。ARP协议的基本功能就是通过目标设备的IP地址,查询目标设备的MAC地址,以
Windows 游戏编程大师技巧 源码
- 本书介绍了在Windows环境下进行游戏编程所需用到的各方面知识,作者是著名的游戏开发大师Andrè LaMothe,他的每一本作品基本上都被视为游戏编程书籍的镇山之作。本书第一版的中文版自面市以来获得了广泛好评,持续热销,多次重印。此次修订在多方面更新了第一版中的内容,并且清除了拼写和技术错误,使用DirectX的最新版本来配合编译本书所带的程序代码,加入了大量新内容,例如关于16 位RGB 高彩模式的更多细节及众多新增的解释,还有一个新章节专门讨论文本解析(text parsing)。总之,
ffdoc
- FFmpeg 源码的解析,作者杨书良 写得非常好,对FFmpeg里面的库文件解析得非常清楚 非常适合初学者学习入门-FFmpeg source resolution, Yang Shuliang Very well done, very clearly inside the FFmpeg library file parsing very suitable for beginners learning portal
GX-ARM9-2410EP-basic-code
- 瑞泰创新的GX-ARM9-2410EP教学实验系统的所有基础实验源代码,内容齐全,解析清楚,基本上每个实验结果都有图片显示-Ruitai innovative GX-ARM9-2410EP teaching experimental system based on the experiment of all source code, content complete, clear analysis, experimental results have basically each picture
Parse_xml
- 这是我在做通信的时候,写的xml格式解析的文件,界面简单,但是原理很清楚-This is me at the time to do communication and writing xml file format parsing, easy interface, but the principle is very clear
antcolony
- 蚁群算法演示实例!! 解析清楚,看了后对蚁群算法有大体结构了解-Examples of ant colony algorithm demo! ! Analysis of clear, after reading the whole ant colony algorithm has the structure of understanding
bianyi
- 陈火旺编译原理课后习题答案,答案比较全,解析清楚-Chen Huo-wang compiler theory Homework Answer
ElePiano
- 该程序为电子琴C-C++源代码,解析清楚,功能比较齐全,是典型的课程设计代码。-The program for the keyboard C-C++ source code analysis clearly function quite complete, is a typical curriculum design code.
IR-Protocol
- 红外线发码协议格式小全,基本为流行的几种格式,协议的解析很清楚。-IR Protocol
MCU
- 基于51单片机的课程讲义,内容丰富,对于基础的知识解析的很清楚,很适合单片机的初学者-Of course notes on 51 single-chip, content-rich, knowledge-based analysis for very clear, very suitable for beginners SCM
make-game
- 《WINDOWS游戏编程大师技巧》(第2版)介绍了在Windows环境下进行游戏编程所需用到的各方面知识,作者是著名的游戏开发大师AndrèLaMothe,他的每一本作品基本上都被视为游戏编程书籍的镇山之作。本书第一版的中文版自面市以来获得了广泛好评,持续热销,多次重印。此次修订在多方面更新了第一版中的内容,并且清除了拼写和技术错误,使用DirectX的最新版本来配合编译本书所带的程序代码,加入了大量新内容,例如关于16位RGB高彩模式的更多细节及众多新增的解释,还有一个新章节专门讨论文本解析(
Switch-to-postfix-
- 数据库结构的解析,包括答案。详细,清楚。对初学者很有帮助!-The analytical structure of the database, including the answer. Detailed and clear. Helpful for beginners!
WeatherReport01
- 一个关于天气预报的小软件,附带源码,可以清楚的学习到关于下载,解析还有UI布局等众多内容!值得学习-A little about weather software with source code, you can clearly learn about downloading, parsing, and many other contents of the UI layout there! Worth learning
Oktaedrische
- 正八面体的图形解析,清楚直观的观察正八面体,算法易实现,适合初学图形学的同志研究。-Octahedral graph analysis, clear and intuitive observation is octahedral, the algorithm easy to implement, the comrades of graphics for beginners.
USB_HID_Report_demo
- HID的报告描述符巨难懂,关键是数据格式与每一位代表的意思。经过三天的研究,终于将HID Report的每一个数据位的含义弄清楚了,现将数据解析如下,最后附上了一个HID 通信的Report例子-HID report descr iptor huge and difficult to understand, the key is a data format every representative of the mean. After three days of research, and fi
open-cv-all-in-one
- Opencv 学习资料,基本上全了,除了各章节的示例代码,还有相关的ppt slides,解析的非常清楚-Opencv learning materials, basically full, in addition to the sample code for each chapter, there ppt slides very clearly resolved
Dom4jDemo
- 使用dom4j技术解析或都创建xml,代码结构清晰,注释比较清楚-use dom4j parse xml document
leveldb-shixianjiexi
- LevelDB是Jeff Dean, Sanjay Ghemawat的作品,实在是值得大家仔细品读。Cache机制非常简单,相信大家通过这篇文章能够非常清楚的了解其cache实现,其思路其实和文件系统的cache是一样的。另外,淘宝已经在Tair线上环境中大量使用了LevelDB存储引擎,推荐那岩写的《LevelDB实现解析》,35页的文档,结合着读代码,会对理解代码,有非常大的帮助。 -LevelDB is Jeff Dean and Sanjay Ghemawat s work, it
39709593matlab-code
- 一维条码处理,解析清楚,大神级别。对学习条码处理的同学会有很大的帮助和启发(One-dimensional bar code processing, clear analysis, God level)