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.
標簽: the embedded detects almost
上傳時間: 2015-05-07
上傳用戶:comua
Hough transform-Using Matlab,we implement a system that detects the indicated coins.
標簽: transform-Using implement indicated detects
上傳時間: 2014-01-16
上傳用戶:liglechongchong
Laser Control is a java program that using a webcam detects when a laser pointer is in a specified hotspot and then does the equivalent of pressing a specified keyboard key. thus controlling Media Portal through it s hot keys. the hotspots can be set by the user as well as the actions taken. Make your wall into a remote controll.
標簽: specified Control detects program
上傳時間: 2016-08-20
上傳用戶:英雄
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).
標簽: from eliminates PRINCIPLE algorithm
上傳時間: 2016-11-27
上傳用戶:凌云御清風
Basic function to locate and measure the positive peaks in a noisy data sets. detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Determines, position, height, and approximate width of each peak by least-squares curve-fitting the log of top part of the peak with a parabola.
標簽: peaks function positive detects
上傳時間: 2017-04-26
上傳用戶:彭玖華
Cell Id detector. detects cell ID. Symbian C++ source code and App. Used with carbide c++.
標簽: detector detects Symbian carbide
上傳時間: 2014-01-26
上傳用戶:q123321
motion detection made in processing. it detects motion in stream taken from webcam using OpenCV specialised and dedicated library. It is based on Java and is free - made by Intel
標簽: motion processing detection detects
上傳時間: 2017-08-16
上傳用戶:nanshan
針對煤礦井下調度及緊急救援系統的需求,以DTMF編解碼模塊為核心,設計了具有自動撥號功能的新型電話系統。該系統利用MT8880對DTMF信號的編解碼功能實現一鍵撥號和遠程設置,通過檢測振鈴和忙音信號,完成自動摘機和掛機過程,配合AGC等外圍電路達到話音清晰流暢的效果。 Abstract: To meet the demand for mine scheduling and emergency rescue system, with using DTMF signal codec as the core, a new telephone system was designed with automatic dialing function. In the system, the DTMF signal encoding and decoding function of MT8880 was used to achieve one-touch dialing and remote setting. The circuit detects the ringing and busy signal, and then completes automatic off-hook and hangup. With AGC(Automatic Gain Control) and other peripheral circuits, the voice was regulated to a clear and smooth effect.
上傳時間: 2014-11-18
上傳用戶:ly1994
該系統由單片機89S52控制模塊,程控寬帶放大模塊,整形模塊,FPGA內頻率、相位差測量模塊等構成,采用等精度測頻法測出頻率和周期,可測量有效值為0.01~5V,頻率范圍1Hz~20MHz信號的頻率、周期信號,精度高達10-6。采用計數法測量相位差,該系統可測量有效值0.5~5V,頻率10Hz~100kHz信號的相位差,精度為1°。系統功能由按鍵控制,測量結果實時顯示,人機界面友好。 Abstract: The system consists of the following functional blocks:89S52microcontroller controlling module,programmable amplifier module,comparator module,frequency and phase difference testing module in the FPGA.The system use the equal accuracy frequency-examining technique it measures frequency and circle of signal which its ranges is from1Hz to20MHz and the amplitude of which its range is from0.01Vrms to5Vrms,precision is up to10-6.Using of count method,the system detects the phase difference of signal,the amplitude of whic its range is from0.5Vrms to5Vrms and the frequency of which its ranges is from10Hz to100kHz,precision is up to1°,The system functions is controlled by certain keys,measurement results are displayed in real-time and it is friendly interface.
上傳時間: 2013-11-04
上傳用戶:CHINA526
This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants
標簽: combination materials reference creating
上傳時間: 2015-10-19
上傳用戶:784533221