搜索结果
找到约 712 项符合
MEMORY 的查询结果
按分类筛选
- 全部分类
- 技术资料 (194)
- 单片机编程 (39)
- 单片机开发 (35)
- 微处理器开发 (32)
- 其他 (30)
- VHDL/FPGA/Verilog (30)
- 其他书籍 (29)
- 嵌入式/单片机编程 (22)
- Linux/Unix编程 (20)
- 操作系统开发 (17)
- DSP编程 (15)
- 其他嵌入式/单片机内容 (14)
- 人工智能/神经网络 (12)
- 系统设计方案 (11)
- 数学计算 (9)
- 传感与控制 (8)
- 可编程逻辑 (8)
- 驱动编程 (8)
- Java编程 (8)
- 汇编语言 (8)
- 嵌入式Linux (8)
- VIP专区 (8)
- 文章/文档 (7)
- Delphi控件源码 (7)
- Windows CE (7)
- 书籍源码 (6)
- 电子书籍 (6)
- 编译器/解释器 (6)
- 软件设计/软件工程 (6)
- VC书籍 (6)
- 学术论文 (5)
- 测试测量 (5)
- 网络 (5)
- 教程资料 (4)
- 数据结构 (4)
- FlashMX/Flex源码 (4)
- VxWorks (4)
- 数据库系统 (3)
- ARM (3)
- Symbian (3)
- Windows Mobile (3)
- PCB相关 (2)
- 电源技术 (2)
- 通讯/手机编程 (2)
- 技术书籍 (2)
- 软件工程 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- Internet/网络编程 (2)
- 文件格式 (2)
- 技术管理 (2)
- 通讯编程文档 (2)
- uCOS (2)
- SQL Server (2)
- 源码 (1)
- 经验分享 (1)
- 接口技术 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 多媒体处理 (1)
- 存储器技术 (1)
- 资料/手册 (1)
- 开发工具 (1)
- 实用工具 (1)
- ALTERA FPGA开发软件 (1)
- 单片机 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 源码/资料 (1)
- 压缩解压 (1)
- 手机短信编程 (1)
- 串口编程 (1)
- 磁盘编程 (1)
- USB编程 (1)
- 其他数据库 (1)
- Java书籍 (1)
- BREW编程 (1)
- STL (1)
- matlab例程 (1)
- 中间件编程 (1)
- 精品软件 (1)
其他书籍 In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in ...
串口编程 // 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
// ...
数值算法/人工智能 anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant proce
anb 版的LBM程序 This code was written to show beginners in a simple and
c short way the relevant procedures of a lattice Boltzmann solver,
c pointing on how everything works "in principle". Nearly all
c procedures could be implemented other (and better) as it is done
c here, and even the algorithm ...
DSP编程 基于DSP技术模数兼容的多通道数字电话系统设计方案。设计中采用了DSP
基于DSP技术模数兼容的多通道数字电话系统设计方案。设计中采用了DSP,低比特率语音压缩编解码,信道复用,FLASH MEMORY,DSP和调制解调器通信等技术。在通用调制解调器构成的点对点通信平台上实现了两路语音的复用,传输及交换。 ...
技术资料 STM32F0x 技术参考手册_EN.pdf
This reference manual targets application developers. It provides complete information onhow to use the STM32F051x6 and STM32F051x8 microcontroller memory and peripherals.The STM32F051x6 and STM32F051x8 will be referred to as STM32F051xx throughout thedocument, unless otherwise specified.
技术资料 AVR109自编程
这篇应用笔记说明了怎样使用 SPM 指令(Store Program Memory)对 AVR 单片机自编程。示例应用通过 UART 和 PC 上的 AVR 开源编程器(AVROSP,参考应用笔记AVR911)进行通信,对 Flash 和 EEPROM 进行编程而无需硬件编程器。代码也兼容于 AVRProg (仅支持 AVRProg 的芯片)。 ...
ARM LPC1850 Cortex-M3内核微控制器数据手册
The LPC1850/30/20/10 are ARM Cortex-M3 based microcontrollers for embeddedapplications. The ARM Cortex-M3 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC1850/30/20/10 operate at CPU ...
微处理器开发 FS4510开发板示例程序demo4 压缩包内含FS4510开发板LCD驱动程序与定时器程序 文件说明 demo4.apj 为 SDT2.51 的项目文件 init.s 为初始化文件
FS4510开发板示例程序demo4
压缩包内含FS4510开发板LCD驱动程序与定时器程序
文件说明
demo4.apj 为 SDT2.51 的项目文件
init.s 为初始化文件
汇编格式
lcd.c LCD驱动文件
demo4.c 主程序
包含定时器初始化和 timer0 和 timer1 的使用
memory.a memory分配
snds.a init.s用到的硬件信息
isr.c 一些中断哑函数
\i ...
技术资料 飞思卡尔MC9S12系列单片机地址影射以及分页问题
对于用MCU的人来说,不一定要明白HCS12(x)memory map的机制和联系。因为如果没有系统地学习操作系统和编译原理之类的课程,确实有些难度。并且,对于DG128XS128这样的MCU默认的emory分配方式已经够用了。从这个意义上讲,搞清楚memory map似乎不必要。但是,你有没有RAM不够用的情况?有没有想定义变量到FLASH ROM的情况 ...
其他嵌入式/单片机内容 AT29C040
AT29C040,W29C040及其兼容小扇区,5V,FLASH MEMORY 读写程序。这类芯片扇区为256字节。MX29C040等512字节需修改扇区字节数据。本程序在成功应用在三菱M30802,M30620等系列CPU上。供参考。