自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

C/C++ World

welcome you!

  • 博客(12)
  • 资源 (1)
  • 收藏
  • 关注

原创 对1000000个数进行排序找出10个最大的数

创建时间:2006年5月28属性:原创内容简介:快速排序,堆排序关键字:快速排序,堆排序,排序前序从某网上看到google的面试题目,要求从1000000个数中选出10个最大的数,题目好像有些挑战性,想了半天,只知道用快速排序或堆排序或者归并排序比较好,于是开始动手写写。一.随即生成数字(异常就懒得写了)void CreateTheDataFile(long *&data, long &count

2006-05-30 16:03:00 4323 1

原创 今天终于找到《Rootkits: Subverting the Windows Kernel》可惜是E文版

今天终于找到《Rootkits: Subverting the Windows Kernel》可惜是E文版,有需要的留下邮箱,我给发过去.

2006-05-17 21:27:00 1852 4

转载 用自删除dll实现应用程序的安装/卸载代码

用自删除dll实现应用程序的安装/卸载代码 原著:Alex Tilles 翻译:NorthTibet[译者]:本文译自 Alex Tilles 在 Windows Developer Network (2003 第12期)发表的一篇文章:“Writing Your Own Install and Un

2006-05-16 17:47:00 2365

转载 Process-wide API spying - an ultimate hack[ By Anton Bassov ][www.codeproject.com]

AbstractAPI hooking and spying is not uncommon practice in Windows programming. Development of system monitoring and analysis tools heavily depends upon it. Numerous articles have been written on th

2006-05-15 16:25:00 1200

转载 Pure WIN32 Self-Extract EXE Builder

Pure WIN32 Self-Extract EXE Builder By hackzaiWhy I developed itSometimes, those off-the-shelf installation tools might require you to write some script in order to properly copy those distrib

2006-05-12 16:13:00 1994

转载 Inside Windows Handles[www.codeproject.com]

Inside Windows Handles By Dr_Sai IntroductionWhen Charles Petzold told window handles are system wide handles, many might not have got the real implication behind his statement. What he mea

2006-05-12 16:06:00 1644

转载 Adding and extracting binary resources[www.codeproject.com]

Adding and extracting binary resources By adrian cooperIntroductionThere may be times when you want to include a binary resource in your apps and extract them later to use on the fly.How to us

2006-05-12 16:02:00 1410

转载 Inside CRT: Debug Heap Management -- Learn how heap management is done in a debug build[www.codeguru.com]

Inside CRT: Debug Heap Management Learn how heap management is done in a debug build Rating: Marius Bancila (view profile) April 4, 2005

2006-05-12 15:52:00 1058

转载 http://www.rootkit.com/

http://www.rootkit.com/

2006-05-11 17:16:00 2098

转载 Hooking the kernel directly

Introduction Sometimes we may run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functi

2006-05-11 17:08:00 1089

转载 在NT系列操作系统里让自己“消失”[www.xfocus.net]

创建时间:2004-03-06文章属性:原创文章提交:SoBeIt (kinsephi_at_hotmail.com)===================[ 在NT系列操作系统里让自己“消失”]==================                                                SoBeIt             作者:Holy_Father

2006-05-09 16:27:00 921

原创 系统托盘的问题

今天要求做个东东,有让程序最小化到系统托盘的部分,写下如下代码,先建立消息映射ON_MESSAGE(WM_ICONNOTIFY,OnMinToShellNotifyIcon) 然后写下消息函数LRESULT    OnMinToShellNotifyIcon(WPARAM wParam, LPARAM lParam)    // 产生托盘图标消息{    UINT uMsg = (UINT)lPa

2006-05-09 15:42:00 839

《Globus入门书》

介绍一些网格计算的知识

2008-05-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除