搜索结果
找到约 828 项符合
Memory-link 的查询结果
系统设计方案 < AVR_U盘嵌入式FAT文件系统> 文件介绍了AVR Memory Stick嵌入式中实现类似操作系统的FAT文件管理系统
< AVR_U盘嵌入式FAT文件系统> 文件介绍了AVR Memory Stick嵌入式中实现类似操作系统的FAT文件管理系统,这些内容主要包括,文件系统的命名规范,文件寻址路径规范,文件系统核心数据结构的定义,文件系统读写类函数原型的定义。 ...
数学计算 cache: you will be given a char at will and you should simulate the computer s memory and cache .
cache: you will be given a char at will and you should simulate the computer s memory and cache .
文章/文档 FPGA memory controllers improve DSP performance
FPGA memory controllers improve
DSP performance
软件设计/软件工程 要解决link错误就需要了解不同平台上面函数操作的区别
要解决link错误就需要了解不同平台上面函数操作的区别,特别是某些概念的区别。这里最好的参考资料有两个。一个是Windows Services for UNIX (SFU)的帮助文件,一个是MSDN中的一篇文章《UNIX Application Migration Guide》。
软件设计/软件工程 要解决link错误就需要了解不同平台上面函数操作的区别
要解决link错误就需要了解不同平台上面函数操作的区别,特别是某些概念的区别。这里最好的参考资料有两个。一个是Windows Services for UNIX (SFU)的帮助文件,一个是MSDN中的一篇文章《UNIX Application Migration Guide》。
电子书籍 A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines)
A dynamic-link library (DLL) contains one or more subprogram procedures
(functions or subroutines) that are compiled, linked, and stored separately from
the applications using them. Because the functions or subroutines are separate
from the applications using them, they can be shared or replaced eas ...
VC书籍 the vc memory manage book very good content and language
the vc memory manage book very good content and language
Linux/Unix编程 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t (eg. overrunning heap block boundaries)
*
using values before they have been initialized
*
inco ...
Linux/Unix编程 memory checking tool 源代码valgrind-3.2.1.tar.gz 这是英文使用手册
memory checking tool
源代码valgrind-3.2.1.tar.gz
这是英文使用手册
操作系统开发 Linux共享内存share memory通信机制的内核实现
Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制