Welcome![Sign In][Sign Up]
Location:
Search - memory detect

Search list

[Otheryamd032

Description: 这是一个可以检测C++程序中是否有内存泄漏的类,并给出了应用实例-This is a C program can detect whether or not there is a memory leak of categories, and gives examples of the application
Platform: | Size: 43687 | Author: lgw | Hits:

[DocumentsVC++6.0中内存泄漏检测

Description: 介绍如何检测内存泄露的问题,学vc必不可少的东西.-Describe how to detect memory leak problem, a necessity for vc study.
Platform: | Size: 6144 | Author: 陈志刚 | Hits:

[Windows CEce_crtdbg

Description: 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 window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it. -This code detects memory leaks in embedded VC almost the same way crtdbg does in VC. At the en d of program execution it will display in the deb ug window if there were any memory leaks and how t he looks memory so you can identify where your me mory leak occurred. It will display in the debug window a message saying no memory leaks detecte d if there are no memory leaks. Similar to what cr tdbg.h does in VC. The code detects memory leaks generated with calls to new and delete operator s in C. The code doesn t detect memory leaks " ated with C functions : malloc, malloc, free, but that can be done in the future. Let me know and I will program it.
Platform: | Size: 2048 | Author: 杨久敏 | Hits:

[OtherBChecker6.01

Description: the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
Platform: | Size: 11275264 | Author: 谢国 | Hits:

[Linux-Unixos2_VirtualMemory

Description: 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture has nothing to do with the general storage model is all Linux virtual memory to achieve the foundation, However, the realization of any particular are dependent on specific hardware platform. The exercises focus on the realization of i386. Introduced to explain the storage management process design. But will also learn details of code, code changes virtual memory system to detect the Page wrong frequency. In addition to the experimental system calls involved the relevant knowledge, including learning how to produce a system call and how the kernel through to add a new function in the kernel space thus Real User space is the right time/write.
Platform: | Size: 1037312 | Author: wanghui | Hits:

[OS programWindows-API-program--memory-processing

Description: 以API方式编程,可以检测当前系统物理内存、虚拟内存以及页文件的总尺寸和可用大小。-API approach to programming, can detect the current system of physical memory, virtual memory and page file size and available size of the total.
Platform: | Size: 23552 | Author: 王志慧 | Hits:

[ConsoleWindows

Description: 一个Windows内存使用情况监视器, 可以进行检测内存的使用情况.-Windows memory usage of a monitor, can detect the use of memory.
Platform: | Size: 2126848 | Author: 何强 | Hits:

[Driver DevelopIDTGuard

Description: IDT Hook 检测及恢复 此程序在 Ring3 下打开物理内存对象取得当前内存中的 IDT,再用打开对应的原始内核文件进行比较。带恢复功能。 此程序适用于 XP/2003。采用特征码搜索方式查找。注释详细,代码规范-IDT Hook detection and recovery procedures in this Ring3 to open the physical memory object to obtain the current memory of IDT, and then open the corresponding document to compare original kernel. With recovery. This procedure applies to XP/2003. Using signature search search. Notes detailed specification code
Platform: | Size: 6144 | Author: 张京 | Hits:

[OS programIntercessorreportsrcbinIntercessor

Description: 内核级别进程管理软件实现,包括指向思路和源码分析。该软件使用物理内存搜索当前活动进程的方式,可以有效地探测出各类隐藏进程-Kernel-level process management software, including point-source ideas and analysis. The software uses physical memory search process, current activities, it can be effectively detect various types of hidden process
Platform: | Size: 1567744 | Author: 欣烁 | Hits:

[OS programDetect

Description: 检测系统CPU内存占用情况,数据库连接情况,出现异常发送短信-CPU memory occupancy detection system, the database connections, sending abnormal messages
Platform: | Size: 374784 | Author: hanlei | Hits:

[Windows Developmemory_leak

Description: Safe measure to apply for and free memory. Detect memory leak.
Platform: | Size: 2048 | Author: arthurk | Hits:

[Software EngineeringCodesnitch

Description: vc 内存检测工具codesnitch 破解版-vc memory detect tool codesnitch(craked version)
Platform: | Size: 6746112 | Author: 许波 | Hits:

[Windows CEMemory-Leak-Detect

Description: 详细介绍了wince编程环境下,内存泄露检测的方式。对于wince环境下的内存泄露检测有着很强的指导意义。-Wince programming environment described in detail, the memory leak detection methods. Wince environment for memory leak detection has a strong significance.
Platform: | Size: 237568 | Author: 雷家怀 | Hits:

[Software EngineeringC-plus-plus-Memory-Leak-Detect-Tools

Description: 介绍C++编程中检测内存泄露的工具,比较详细和实用-Programming in C++ memory leak detection tools, more detailed and practical
Platform: | Size: 428032 | Author: stonylhy | Hits:

[Software Engineeringmemoryleak

Description: 介绍3种定位内存泄露的手段。CTR检测内存泄露、vc定位内存泄露、windbg定位内存泄露-Describes three kinds of means to locate memory leaks. CTR detect memory leaks, vc locate memory leaks, windbg locate memory leaks
Platform: | Size: 140288 | Author: roger | Hits:

[VC/MFCAvoid-and-Detect-Memory-Leaks

Description: Avoid and Detect Memory Leaks
Platform: | Size: 138240 | Author: Ramin | Hits:

[VC/MFCMemory-leaks-mechanism-to-detect

Description: Memory leaks mechanism to detect 该文档详细阐述了C++在编辑是产生了内存泄露时所采取的办法-Memory leaks mechanism to detect the document elaborated in c++ editor is the measures taken by the Memory leaks
Platform: | Size: 13312 | Author: 郭景观 | Hits:

[Linux-Unixdetect-of-memory-leak

Description: 内存检测程序,以源码的方式介绍了内存检测的过程和技术-请键入文字或网站地址,或者上传文档。 取消 Nèicún jiǎncè chéngxù, yǐ yuánmǎ de fāngshì jièshàole nèicún jiǎncè de guòchéng hé jìshù 您是不是要找: 你Memory test procedures to source presentation on memory testing processes and technologies
Platform: | Size: 15360 | Author: jade | Hits:

[Software EngineeringUbidots-detect-pi-memory

Description: 自从物联网 [IoT]兴起后,许多开发商都致力于特定用途的云端平台开发, Ubidots 就是专门针对传感器接收的云端平台,他可将感测的讯息透过 [web hook] [E-mail] [简讯] 通知相关人员,因为不必花时间在 Ubidots 端写程序,只需做相关触发条件的设定,所以十分好用。 User 只要在支持 Python的任何系统 (window linux IOS),将 IO 所感测的数值传送至 ubidots 云端平台,它即可将讯息通知相关人员 以下网址范例是在树莓派写一python程序将它的 Cpu, Memory, Disk 状态传送至 ubidots 云端平台, 同时在平台设定 memory 使用百分比,若超过设定值即可传送简讯至特定人员。 -Since things [IoT] rise, many developers are committed to the cloud platform for a particular purpose, Ubidots received by the sensor is specifically for cloud platform, he can be sensed messages through [web hook] [E-mail] [ SMS] notify the relevant personnel, because you do not spend time at the end Ubidots writing program, simply do the relevant set trigger conditions, it is very easy to use. User support any system as long as the Python (window linux IOS), the IO sensed values transmitted to ubidots cloud platform, it will be a message to notify the relevant personnel examples are the following URL in the Raspberry Pi write a python program its Cpu, Memory, Disk status is passed to ubidots cloud platform while the platform set memory usage percentage, if it exceeds the set value to send an SMS to a specific person.
Platform: | Size: 517120 | Author: slim | Hits:

[OtherMemProb

Description: 内存探测,测试内存,内存探测,内存探测,内存探测(Memory Detect,Detect Leak,Boundary Check,)
Platform: | Size: 11264 | Author: elitecole | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net