搜索结果
找到约 532 项符合
memory 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (39)
- 单片机开发 (34)
- 微处理器开发 (31)
- VHDL/FPGA/Verilog (30)
- 其他 (29)
- 其他书籍 (28)
- 技术资料 (25)
- 嵌入式/单片机编程 (20)
- Linux/Unix编程 (19)
- 操作系统开发 (17)
- DSP编程 (15)
- 其他嵌入式/单片机内容 (14)
- 人工智能/神经网络 (12)
- 系统设计方案 (11)
- 数学计算 (9)
- 传感与控制 (8)
- 可编程逻辑 (8)
- 驱动编程 (8)
- 嵌入式Linux (8)
- Java编程 (8)
- 汇编语言 (8)
- Windows CE (7)
- 文章/文档 (7)
- Delphi控件源码 (7)
- 电子书籍 (6)
- 软件设计/软件工程 (6)
- 编译器/解释器 (6)
- VC书籍 (6)
- VIP专区 (6)
- 学术论文 (5)
- 测试测量 (5)
- 书籍源码 (5)
- 网络 (5)
- 教程资料 (4)
- FlashMX/Flex源码 (4)
- 数据结构 (4)
- ARM (3)
- 数据库系统 (3)
- VxWorks (3)
- Symbian (3)
- Windows Mobile (3)
- 技术书籍 (2)
- PCB相关 (2)
- 电源技术 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- 通讯/手机编程 (2)
- 文件格式 (2)
- uCOS (2)
- 软件工程 (2)
- 技术管理 (2)
- SQL Server (2)
- Internet/网络编程 (2)
- 通讯编程文档 (2)
- 资料/手册 (1)
- ALTERA FPGA开发软件 (1)
- 经验分享 (1)
- 教程资料 (1)
- 模拟电子 (1)
- 开发工具 (1)
- 实用工具 (1)
- 存储器技术 (1)
- 加密解密 (1)
- BREW编程 (1)
- 磁盘编程 (1)
- Java书籍 (1)
- matlab例程 (1)
- STL (1)
- 串口编程 (1)
- 手机短信编程 (1)
- 中间件编程 (1)
- 数值算法/人工智能 (1)
- 压缩解压 (1)
- 其他数据库 (1)
- USB编程 (1)
- 单片机 (1)
- 源码/资料 (1)
- 接口技术 (1)
- 多媒体处理 (1)
- 源码 (1)
- 精品软件 (1)
其他书籍 S60-programming-a-tutorial-guide-symbian. 1 Introduction to Mobile-Phone Systems 1 1.1 Wireless
S60-programming-a-tutorial-guide-symbian.
1 Introduction to Mobile-Phone Systems 1
1.1 Wireless Technologies 1
1.2 Cellular Systems 2
1.3 Elements of a Mobile-Phone System 4
1.4 Keeping Users’ Calls Separate 5
1.5 Multipath Propagation 7
1.6 2G Mobile-Phone Systems 9
1.7 GPRS Systems 10
1.8 3G Mob ...
微处理器开发 This application creates an USB Mass Storage drive on a host computer. The drive is created from the
This application creates an USB Mass Storage drive on a host computer. The drive is created from the internal Flash or external SDRAM memory of the evaluation kit.
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...
其他书籍 WINDOWS调试工具很强大
WINDOWS调试工具很强大,但是学习使用它们并不容易。特别对于驱动开发者使用的WinDbg和KD这两个内核调试器(CDB和NTSD是用户态调试器)。本教程的目标是给予一个已经有其他调试工具使用经验的开发者足够信息,使其能通过参考WINDOWS调试工具的帮助文件进行内核调试。本文将假定开发者熟悉一般WINDOWS操作系统和进程的建立过 ...
VHDL/FPGA/Verilog This file contains a selection of VHDL source files which serve to illustrate the diversity and powe
This file contains a selection of VHDL source files which serve to illustrate the diversity and power of the language when used to describe various types of hardware. The examp
terms of basic logic gates, to more complex systems, such as a behavioural model of a microprocessor and associated memory. ...
文件格式 This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was rea
This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 &micro m CMOS process and it shows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is fully bit compatible with the sync ...
单片机开发 This program is used to measure the temperature sensor on an F330 device. It uses 1-point calibrati
This program is used to measure the temperature sensor on an F330
device. It uses 1-point calibration and stores the offset value
in FLASH memory. The program outputs temperature values in 100ths
of a degree Celsius with UART.
单片机开发 Precision Analog-to-Digital Converter (ADC) and Digital-to-Analog Converters (DACs) with 8051 Micr
Precision Analog-to-Digital Converter (ADC)
and Digital-to-Analog Converters (DACs)
with 8051 Microcontroller and Flash Memory
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 ...