搜索结果
找到约 190 项符合
stack 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (12)
- Linux/Unix编程 (11)
- 数据结构 (9)
- 网络 (9)
- 驱动编程 (9)
- 其他书籍 (8)
- 嵌入式/单片机编程 (8)
- 其他 (8)
- Internet/网络编程 (7)
- 其他嵌入式/单片机内容 (7)
- DSP编程 (7)
- 技术资料 (7)
- 单片机编程 (6)
- 通讯/手机编程 (6)
- 微处理器开发 (4)
- 软件设计/软件工程 (4)
- 嵌入式Linux (4)
- uCOS (4)
- VIP专区 (4)
- Windows Mobile (3)
- Java书籍 (3)
- VC书籍 (3)
- VHDL/FPGA/Verilog (3)
- 无线通信 (2)
- 书籍源码 (2)
- 编译器/解释器 (2)
- 游戏 (2)
- 并行计算 (2)
- 文章/文档 (2)
- 汇编语言 (2)
- 邮电通讯系统 (2)
- 编辑器/阅读器 (2)
- 数学计算 (2)
- 电子书籍 (2)
- 源码 (2)
- 资料/手册 (1)
- 学术论文 (1)
- 数据库系统 (1)
- 通信网络 (1)
- Delphi/CppBuilder (1)
- 通讯编程文档 (1)
- 操作系统开发 (1)
- 技术管理 (1)
- 语音压缩 (1)
- 行业发展研究 (1)
- VxWorks (1)
- J2ME (1)
- STL (1)
- 传真(Fax)编程 (1)
- 系统设计方案 (1)
- JavaScript (1)
- Java编程 (1)
- 源码/资料 (1)
- 接口技术 (1)
- 开发工具 (1)
驱动编程 The sfloppy sample is a super floppy driver that resides in the directory \NtddkSrcStoragesfloppy. I
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port ...
Java书籍 Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o
Core Java 2 Volume I - Fundamentals, Seventh Edition
Completely revised and up-to-date coverage of
Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
Swing GUI development, including input validation and other enhancements
Exception handling and ...
其他书籍 ollydbg完全教程。OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题
ollydbg完全教程。OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题,并且可以处理其它编译器无法解决的难题。
一,什么是 OllyDbg?
二,一般原理[General principles]
三,反汇编器[Disassembler]
四,分析器[Analysis]
五,Object扫描器[Object scanner]
六, ...
uCOS 这是我自己写的一段程序
这是我自己写的一段程序,用的是周立功的smartarm开发板,一个任务能从U盘里读取mylove.bmp文件并显示在屏幕上,读取的是RGB565格式的bmp,有一个任务是读取u盘里readme.txt文档并显示在屏幕,不支持中文,完整的usb host stack 代码,文档中带有ZLG/FS ZLG/GUI ZLG/USB ...
驱动编程 This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea
This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the idea of a “filter” dr ...
单片机开发 NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read a
NAME Control_AT24Cxx
This collection of routines allows an AT89C2051 microcontroller to read
and write the AT24Cxx family of serial CMOS EEPROMS. This version of the
code is compatible only with the AT89C2051 due to the location of the
data buffer and stack in RAM. The code may be modified to w ...
邮电通讯系统 Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services. The primary target platform for Sofia-SIP ...
驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platf ...
VC书籍 C++STL STL(Standard Template Library
C++STL
STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。
STL的代码从广义上讲分为三类:algorithm(算法)、cont ...
驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platf ...