上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 48 下一页

2010年9月15日

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 阅读(1264) 评论(1) 推荐(0) 编辑

2010年9月10日

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 阅读(728) 评论(0) 推荐(0) 编辑

2010年9月8日

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 阅读(194) 评论(0) 推荐(0) 编辑

2010年9月6日

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 阅读(615) 评论(0) 推荐(0) 编辑

2010年9月4日

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 阅读(277) 评论(0) 推荐(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 阅读(513) 评论(0) 推荐(0) 编辑

2010年8月31日

Implementing Semaphores, locks and condition variables

摘要: http://www.cs.jhu.edu/~yairamir/cs418/os3/sld019.htmhttp://stackoverflow.com/questions/938309/implementing-semaphores-locks-and-condition-variablesSemaphores, locks, condition variables etc. are oper... 阅读全文

posted @ 2010-08-31 08:44 cutepig 阅读(324) 评论(0) 推荐(0) 编辑

2010年8月27日

laguage comparison (FINISHED)

摘要: laguage comparisonC# Programming Fundamentals: The C# Type Systemhttp://zone.ni.com/devzone/cda/ph/p/id/4#toc0c++0xhttp://en.wikipedia.org/wiki/C%2B%2B0xComparison of Java and C++http://en.wikipedia.o... 阅读全文

posted @ 2010-08-27 16:17 cutepig 阅读(225) 评论(0) 推荐(0) 编辑

2010年8月12日

Writing custom visualizers for Visual Studio 2005

摘要: Writing custom visualizers for Visual Studio 2005 The native debugger in VisualStudio has long had an underadvertised feature called autoexp.dat, which is a file in the PackagesDebugger folder that al... 阅读全文

posted @ 2010-08-12 13:48 cutepig 阅读(812) 评论(0) 推荐(0) 编辑

2010年8月11日

C++ Q16: dereferencing

摘要: 发信人: careerchange (Stupid), 信区: Programming 标 题: C++ Q16: dereferencing 发信站: BBS 未名空间站 (Mon Aug 9 22:49:44 2010, 美东) struct X { int foo() { return 0; } } x; struct Y { static int (X::*p)(); }; int... 阅读全文

posted @ 2010-08-11 21:07 cutepig 阅读(322) 评论(1) 推荐(0) 编辑

2010年8月6日

zz

摘要: Tutorial : Creating Visual Studio Add-Inshttp://www.c-sharpcorner.com/uploadfile/mgold/addins11292005015631am/addins.aspxblitzhttp://web.cecs.pdx.edu/~harry/Blitz/Linux内核http://blog.csdn.net/fudan_abc... 阅读全文

posted @ 2010-08-06 18:06 cutepig 阅读(172) 评论(0) 推荐(0) 编辑

2010年8月5日

Manually Walking a Stack

摘要: http://msdn.microsoft.com/en-us/library/ff552143%28v=VS.85%29.aspx 阅读全文

posted @ 2010-08-05 20:38 cutepig 阅读(190) 评论(0) 推荐(0) 编辑

2010年8月3日

MFC Link problem

摘要: nafxcw.lib for MFC Static Link LibraryUse of MFC in a Shared DLL : _AFXDLL in "preprocessor definitions" list definedWhen Using both CRT and MFC libraries together you need to be careful. In such case... 阅读全文

posted @ 2010-08-03 14:54 cutepig 阅读(765) 评论(0) 推荐(0) 编辑

2010年7月31日

linux试用(3)grub rescue

摘要: I find some useless space in winXP, so I set an partition for the space, after I restart my computer, I find the grub cannot start!!use more than 1 hours I get the method from internet首先得进入系统阿:grub2几种... 阅读全文

posted @ 2010-07-31 19:40 cutepig 阅读(692) 评论(0) 推荐(0) 编辑

linux试用(2)安装 mplayer, g++

摘要: unfortunately, i broken the the mbr so i cannot start my system, now i 'm use ubuntu-9 live CD to run linux.and i learnt some useful tips:install g++:sudo aptitude update && sudo aptitude inst... 阅读全文

posted @ 2010-07-31 17:12 cutepig 阅读(257) 评论(0) 推荐(0) 编辑

linux试用(1)硬盘安装Fedora core 12

摘要: 一开始安装了ubuntu,结果居然没有中文输入法,对我这样的菜鸟级人物,弄了半天也不知道怎么安装,于是作罢。改装FCFC的硬盘安装还是比较容易地,主要参考了一片文章,很顺利1.下载Fedora10官方发布的镜像文件Fedora-12-i386-DVD.iso, size大概3GB,放到fat32盘根目录下2.解压该文件内isolinux/initrd.img和vmlinuz复制到C盘的根目录下3.下载一个GRUB4DOS压缩包,解压grldr与menu.lst放到C盘根目录下,修改menu.lst修改menu.lst,在menu.lst最后加上title Install Fedora kern 阅读全文

posted @ 2010-07-31 13:58 cutepig 阅读(563) 评论(0) 推荐(0) 编辑

2010年7月23日

linecnt

摘要: // testSystem.cpp : Defines the entry point for the console application.//#include "stdafx.h"//#include <process.h>#include <assert.h>#include <stdio.h>#include <windows.h>#inc... 阅读全文

posted @ 2010-07-23 12:44 cutepig 阅读(314) 评论(0) 推荐(0) 编辑

2010年7月7日

stackdumper

摘要: http://www.codeproject.com/KB/tips/stackdumper.aspx 阅读全文

posted @ 2010-07-07 10:36 cutepig 阅读(229) 评论(0) 推荐(0) 编辑

2010年6月30日

test speed of shared memory

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//sharedMem.cpp:Definestheentrypointfortheconsoleapplication.//#include"stdafx.h"#include<windows... 阅读全文

posted @ 2010-06-30 08:50 cutepig 阅读(346) 评论(0) 推荐(0) 编辑

2010年6月24日

子集和问题

摘要: http://en.wikipedia.org/wiki/Subset_sum_problemhttp://groups.google.com/group/pongba/browse_thread/thread/84c480db88a326ac# 阅读全文

posted @ 2010-06-24 21:31 cutepig 阅读(223) 评论(0) 推荐(0) 编辑

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 48 下一页

导航