Click here to Skip to main content
15,891,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get RUNTIME_CLASS? Pin
includeh104-Dec-06 15:33
includeh104-Dec-06 15:33 
Answer[OT] use PRE tags Pin
toxcct4-Dec-06 21:48
toxcct4-Dec-06 21:48 
GeneralRe: [OT] use PRE tags Pin
ThatsAlok4-Dec-06 22:57
ThatsAlok4-Dec-06 22:57 
GeneralRe: [OT] use PRE tags Pin
toxcct4-Dec-06 23:04
toxcct4-Dec-06 23:04 
GeneralRe: [OT] use PRE tags Pin
includeh105-Dec-06 7:48
includeh105-Dec-06 7:48 
AnswerRe: how to get RUNTIME_CLASS? Pin
jhwurmbach4-Dec-06 22:31
jhwurmbach4-Dec-06 22:31 
QuestionUsing Intel IPP libraries?? Pin
pavanbabut4-Dec-06 12:43
pavanbabut4-Dec-06 12:43 
AnswerRe: Using Intel IPP libraries?? Pin
uusheikh4-Dec-06 14:51
uusheikh4-Dec-06 14:51 
Yes, you can. Intel's Integrated Performance Primitives has a library for signal and image processing. It is implemented using SIMD and supports multi-core processors as well. The library is vast, and contains many types of filters in spatial and freq domain. It also has morphological functions too. In fact, matlab is using IPPI to accelerate some image processing operations.

You can check for the presence of IPP in your matlab by typing the ippl command in the console;

[T b ] = ippl

Matlab 2006a usese version 2.0 of IPP, the latest version is version 5.1 (and 5.2 beta if you want to try out.) http://www.intel.com/software/products/ipp/beta.htm

By the way, programming with IPP requires you to handle all sorts of memory management, alignment etc, unlike the simplicity of Matlab.

Good luck,
QuestionModal and Modeless Dialogs / Non-Working child dialog controls ... Pin
digitalmythology4-Dec-06 11:31
digitalmythology4-Dec-06 11:31 
AnswerRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
Christian Graus4-Dec-06 11:51
protectorChristian Graus4-Dec-06 11:51 
GeneralRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
digitalmythology4-Dec-06 12:50
digitalmythology4-Dec-06 12:50 
GeneralRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
Leah_Garrett4-Dec-06 13:34
Leah_Garrett4-Dec-06 13:34 
GeneralRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
Christian Graus4-Dec-06 17:10
protectorChristian Graus4-Dec-06 17:10 
QuestionRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
David Crow4-Dec-06 15:53
David Crow4-Dec-06 15:53 
AnswerRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
digitalmythology4-Dec-06 16:14
digitalmythology4-Dec-06 16:14 
QuestionRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
David Crow5-Dec-06 2:42
David Crow5-Dec-06 2:42 
QuestionChange bg color of editbox. Pin
acerunner3164-Dec-06 11:13
acerunner3164-Dec-06 11:13 
AnswerRe: Change bg color of editbox. Pin
Christian Graus4-Dec-06 11:55
protectorChristian Graus4-Dec-06 11:55 
GeneralRe: Change bg color of editbox. Pin
acerunner3164-Dec-06 12:09
acerunner3164-Dec-06 12:09 
AnswerRe: Change bg color of editbox. Pin
Mark Salsbery4-Dec-06 13:27
Mark Salsbery4-Dec-06 13:27 
GeneralRe: Change bg color of editbox. Pin
#realJSOP5-Dec-06 0:20
mve#realJSOP5-Dec-06 0:20 
GeneralRe: Change bg color of editbox. Pin
Mark Salsbery5-Dec-06 5:23
Mark Salsbery5-Dec-06 5:23 
AnswerHow to make all your edit controls "Christmasy" Pin
Mark Salsbery4-Dec-06 13:44
Mark Salsbery4-Dec-06 13:44 
GeneralRe: Change bg color of editbox. Pin
ThatsAlok4-Dec-06 22:39
ThatsAlok4-Dec-06 22:39 
GeneralRe: Change bg color of editbox. Pin
Mark Salsbery5-Dec-06 5:21
Mark Salsbery5-Dec-06 5:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.