搜索结果
找到约 7,882 项符合
in-Memory 的查询结果
Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...
单片机开发 This program configures the external memory interface and CAN to receieve data in a FIFO buffer and
This program configures the external memory interface and CAN to receieve data in a FIFO buffer and store the data in XRAM. Meant to receive data from another CAN device.
操作系统开发 use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my c
use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space.
软件设计/软件工程 memory management in detailed
memory management in detailed
网络 Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports:
Dropbear is an SSH 2 server, designed to be usable in small memory environments.
It supports:
* Main features of SSH 2 protocol
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication ...
操作系统开发 The programe is emluator the memory arithmatic---FIFO LRU ...in the operate system.
The programe is emluator the memory arithmatic---FIFO LRU ...in the operate system.
嵌入式/单片机编程 Far Memory Support is only available in the PK51 package. If you have an CA51, DK51, or Evaluation
Far Memory Support is only available in the PK51 package.
If you have an CA51, DK51, or Evaluation Package the far memory
support is not available and this example will not work.
软件设计/软件工程 Wordware - Memory Management, Algorithms and Implementation in C & C++.chm
Wordware - Memory Management, Algorithms and Implementation in C & C++.chm
其他书籍 Memory as a Programming Concept in C and C++ 一本描述以C/C++编程方式的内存管理,涉及到应用程序和系统的各个构架,可以说应该是任何一门高级语言学习
Memory as a Programming Concept in C and C++
一本描述以C/C++编程方式的内存管理,涉及到应用程序和系统的各个构架,可以说应该是任何一门高级语言学习者的必读之物.
Java编程 MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage o
MemoryMonitor demonstrates the use of the java.lang.management API
in observing the memory usage of all memory pools consumed by
the application.
This simple demo program queries the memory usage of each memory pool
and plots the memory usage history graph.
To run the MemoryMonitor demo
java -j ...