自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(14)
  • 资源 (3)
  • 收藏
  • 关注

原创 Use member functions for C-style callbacks and threads - a general solution

http://www.codeproject.com/win32/callback_adapter.asp By Daniel Lohmann The article shows a general solution to redirect any C-style callback into a member function using adapter objects  Download s

2004-07-20 00:06:00 996

原创 CMemMapFile v1.41

http://www.codeproject.com/win32/cmemmap.asp Download source files - 17 Kb IntroductionWelcome to CMemMapFile, A freeware MFC class to encapsulate memory mapped files. Features History CMemMap

2004-07-19 23:58:00 875

原创 Managing Memory-Mapped Files in Win32

Managing Memory-Mapped Files in Win32 Randy KathMicrosoft Developer Network Technology Group Created: February 9, 1993 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngenlib/html/

2004-07-19 23:56:00 1049

原创 VC++中使用内存映射文件处理大文件

来自:http://www.yesky.com/20030117/1649013.shtml 摘要: 本文给出了一种方便实用的解决大文件的读取、存储等处理的方法,并结合相关程序代码对具体的实现过程进行了介绍。  引言  文件操作是应用程序最为基本的功能之一,Win32 API和MFC均提供有支持文件处理的函数和类,常用的有Win32 API的CreateFile()、WriteFile()、Rea

2004-07-19 20:26:00 1411

原创 Windows Thread Pooling

翻译:http://www.codeguru.com/Cpp/W-P/system/threading/article.php/c7073/ Windows Thread PoolingRating: PlugwareSolutionsLtd (view profile)April 28, 2004 Thread pooling describes a technique by

2004-07-19 20:24:00 1646

原创 c++FAQ LITE 中文版收藏

http://www.sunistudio.com/cppfaq/

2004-07-16 17:22:00 825

转载 ATL布幔之下的秘密(1)

原作者:Zeeshan Amjad原文链接:http://www.codeproject.com/atl/atl_underthehood_.asp 介绍  在本系列的教程中,我要讨论一些ATL的内部工作方式以及它所使用的技术。   在讨论的开始,让我们先看看一个程序的内存分布。首先,编写一个简单的程序,它没有任何的数据成员,你可以看看它的内存结构。程序1.#include using names

2004-07-10 21:50:00 494

原创 Archive class for WTL

http://www.codeproject.com/wtl/ArchiveclassWTL.asp Archive class for WTLBy Igor Vigdorchik Download demo project - 14.4 Kb Introduction WTL (Windows Template Library) is another library from Micros

2004-07-10 08:41:00 1178

原创 Roll Your Own Persistence Implementations to Go Beyond the MFC Frontier

Roll Your Own Persistence Implementations to Go Beyond the MFC Frontier 载自:http://www.microsoft.com/msj/archive/S385.aspx Allen Holub Allen Holub is a programmer, consultant, and trainer specializing

2004-07-10 08:35:00 1148

原创 WTL Document-View基础第一部分

翻译自:http://www.codeproject.com/wtl/docviewwtl.asp Download demo project - 157 Kb Download source files - 7 Kb     我不知道你学习WTL的感受,但我感觉优如 literally pumped 。我不建议大家立即抛弃MFC选择WTL,因为任何人在选择一种类库工具的时候都有他自己的考虑。  

2004-07-09 17:45:00 1359

原创 《ATL Internals》书评  作者 潘爱民

关键字 ATL 原作者姓名 潘爱民文章原始出处 http://www.vchelp.net/ 正文《ATL Internals》书评 潘爱民 提供 2000/06/12 ATL之深入浅出介绍一本关于ATL的书《ATL Internals》潘爱民,5月7日,2000年北京大学计算机研究所,100871引言面对计算机图书市场的繁荣景象,我经常感叹今天学习计算机开发技术的同道们是多么幸运。十年前,我们学

2004-07-09 16:39:00 1001 1

原创 NAT的原理及其注意事项

NAT的原理及其注意事项  作者 N/A 摘自:http://www.vchelp.net/itbookreview/view_paper.asp?paper_id=819 关键字 NAT原作者姓名 N/A文章原始出处 cisco bbs 读者评分 8 评分次数 2 正文NAT的原理及其注意事项   IP地址耗尽促成了CIDR的开发,但CIDR开发的主要目的是为了有效的使用现有的internet

2004-07-09 16:17:00 3649

原创 Decorator模式在数据处理或PDU中的应用

设计模式一书云:Streams是大多数I/O设备的基础抽象结构,它提供了将对象转换为字节和字节流的操作接口,使我们可以将一个对象转变为一个文件或内存中的字符串,可以在以后恢复使用。一个简单直接的方法是定义一个抽象的Stream类,它有两个子类MemoryStream和FileStream。 

2004-07-07 09:03:00 671

原创 捕捉过程存在的细节,洞察过程运行的本质

软件行业进入了一个多元时代,erp思想及其实践方法论开始在软件业生根发芽,软件工艺、xp极限编程、Aglige敏捷软件过程、RUP统一软件过程、MSF、CMM/CMMI、ISO9001......各种理论层出不穷。这些西方发明开始在5000年文化的中国引起重视、开始被关注、被误解、被传播、被实践、甚至从印度软件业的崛起中进行思考、学习和仿效;有头脑的软件同行,聪明的你一定在问一个问题:什么样的软件

2004-07-07 08:25:00 522

PHP Extension writing

Creating PHP 5 Extension PHP Lifecycle Adding objects Adding iterators to objects

2011-04-05

Google on the Go Using an Android-Powered Mobile Phone.chm

Google on the Go Using an Android-Powered Mobile Phone

2009-09-25

The.Ultimate.CSS.Reference.Feb.2008

css参考手册 THE ULTIMATE CSS REFERENCE BY TOMMY OLSSON & PAUL O’BRIEN

2008-12-02

空空如也

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

TA关注的人

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