09 2010 档案

Display a Web Page in a Plain C Win32 Applicatio
摘要: http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c4379阅读全文

posted @ 2010-09-24 19:59 cutepig 阅读(40) | 评论 (0) 编辑

semaphore与Mutex
摘要: C# Semaphore Classhttp://msdn.microsoft.com/en-us/library/system.threading.semaphore.aspxwikiSemaphore (programming)http://en.wikipedia.org/wiki/Semaphore_%28programming%29理解Semaphore和MutexMutex是一把钥匙,...阅读全文

posted @ 2010-09-23 10:23 cutepig 阅读(195) | 评论 (0) 编辑

option price
摘要: http://en.wikipedia.org/wiki/Option_%28finance%29Black–Scholeshttp://en.wikipedia.org/wiki/Black%E2%80%93ScholesBinomial options pricing modelhttp://en.wikipedia.org/wiki/Binomial_options_pricin...阅读全文

posted @ 2010-09-18 11:09 cutepig 阅读(57) | 评论 (0) 编辑

test boost::fusion
摘要: // testBoost.cpp : Defines the entry point for the console application.//#include "stdafx.h"#if 1#include <boost/fusion/sequence.hpp>#include <boost/fusion/include/sequence.hpp>#include &l...阅读全文

posted @ 2010-09-15 00:43 cutepig 阅读(177) | 评论 (1) 编辑

Memory leakage debugging with UMDH
摘要: p The user-mode dump heap (UMDH) utility works with the operating system to analyze Windows heap allocations for a specific process p UMDH is released with NPMS p Using UMDH to Find a User-Mode Memo...阅读全文

posted @ 2010-09-10 13:28 cutepig 阅读(180) | 评论 (0) 编辑

memory leak detector with call stack
摘要: http://www.codeproject.com/KB/threads/StackWalker.aspxhttp://www.codeproject.com/KB/applications/visualleakdetector.aspx#build阅读全文

posted @ 2010-09-08 20:48 cutepig 阅读(41) | 评论 (0) 编辑

wpf原理的一些东东
摘要: wpf原理的一些东东WPF自定义控件——顶级控件http://www.cnblogs.com/Curry/archive/2009/12/25/WPFDragDrop.htmlhttp://www.cnblogs.com/zhouyongh阅读全文

posted @ 2010-09-06 00:16 cutepig 阅读(158) | 评论 (0) 编辑

machine learning - Others in openCV
摘要: http://opencv.willowgarage.com/documentation/cpp/ml._machine_learning.htmlK Nearest NeighborsSupport Vector MachinesDecision TreesBoostingRandom TreesExpectation-MaximizationNeural Networks阅读全文

posted @ 2010-09-04 16:41 cutepig 阅读(71) | 评论 (0) 编辑

machine learning - Naive_Bayes_classifier (FINISHED)
摘要: http://en.wikipedia.org/wiki/Naive_Bayes_classifierAbstractly, the probability model for a classifier is a conditional model 模型: 可以展开为 In plain English the above equation can be written as 关键是计算分子,因为分...阅读全文

posted @ 2010-09-04 14:57 cutepig 阅读(55) | 评论 (0) 编辑