有个部落

一晃就半个十年,思念如潮...
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年1月25日

摘要: http://www.cppblog.com/sandy/archive/2009/02/14/2320.htmlPostThreadMessage的原型是这样的 BOOL PostThreadMessage(DWORD idThread, UINT Msg, WPARAM wParam, LPARAM lParam);PostThreadMessage可 以用于线程之间的异步通讯,因为它不用等待调用者返回,这也许是线程通讯中最简单的一种方法了。但是要注意以下问题1 .PostThreadMessage有时会失败,报1444错误(Invalid thread identifier. )其实 阅读全文

posted @ 2011-01-25 23:21 Leo.W 阅读(409) 评论(0) 推荐(0) 编辑

摘要: http://software.intel.com/en-us/articles/8-simple-rules-for-designing-threaded-applications/8 Simple Rules for Designing Threaded Applications by Clay Breshears Intel Software College Introduction The Threading Methodology used at Intel has four major steps: Analysis, Design & Implementation, Debu 阅读全文

posted @ 2011-01-25 00:14 Leo.W 阅读(214) 评论(0) 推荐(0) 编辑

2011年1月15日

摘要: http://blog.csdn.net/v_JULY_v/archive/2011/01/10/6127953.aspx 细数二十世纪最伟大的十大算法 译者:July二零一一年一月十日 ------------------------------------ 参考论文:The Best of the 20th Century: Editors Name Top 10 Algorithms。By Barry A. Cipra。 博主说明:1、此20世纪的十大算法,除了快速排序算法,或者快速傅立叶变换, 其它算法只要稍作了解即可。2、此文非最新文章,只是本人对算法比较感兴趣,所以也做翻译, 阅读全文

posted @ 2011-01-15 23:38 Leo.W 阅读(309) 评论(0) 推荐(0) 编辑

2011年1月11日

摘要: 在多线程中使用UDP kraft @ 2005-05-10 21:20 来自:painboy, 时间:2004-8-8 11:34:40, ID:2754268 type TUdpThread = class(TThread) private FData : PChar; //数据区 FBytes : Integer; //数据区大小 FFromIP : string; //UDP的源地址 FFromPort : Integer; //UDP的源端口 public constructor Create(Buffer: PChar; NumberBytes: Integer; FromIP: S 阅读全文

posted @ 2011-01-11 12:08 Leo.W 阅读(641) 评论(0) 推荐(0) 编辑

2010年12月22日

摘要: [代码] 阅读全文

posted @ 2010-12-22 01:02 Leo.W 阅读(926) 评论(3) 推荐(0) 编辑

2010年11月11日

摘要: DemoCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--unitMainFrm;interfaceusesWindows,Messages,SysUtils,Classes,Graphics,Controls,Forms,Dialogs,StdCtrl... 阅读全文

posted @ 2010-11-11 01:16 Leo.W 阅读(299) 评论(0) 推荐(0) 编辑

2010年5月23日

摘要: Timeout Detection and Recovery of GPUs through WDDMUpdated: April 27, 2009On This PageIntroductionTimeout Detection and RecoveryWindows Vista SP1 UpdateError MessagingRegistry KeysNext StepsResourcesI... 阅读全文

posted @ 2010-05-23 16:35 Leo.W 阅读(1057) 评论(0) 推荐(0) 编辑

2010年5月14日

摘要: {VER10: Turbo Pascal 1VER20: Turbo Pascal 2VER30: Turbo Pascal 3VER40: Turbo Pascal 4VER50: Turbo Pascal 5VER60: Turbo Pascal 6VER70: Turbo Pascal 7 / Borland Pascal 7VER80: Delphi 1VER90: Delphi 2VER... 阅读全文

posted @ 2010-05-14 00:41 Leo.W 阅读(1530) 评论(0) 推荐(0) 编辑

2010年5月9日

摘要: 用PC3000解笔记本硬盘解密作者:高科数据恢复 一、查看硬盘状态将被解密加密的硬盘接好, 进入PC3000AT主菜单界面,按下小键盘上的 DEL键可以看到该硬盘的当前参数表。翻页到最后一页,可以看到如下信息:password established: yes 此处若为yes, 即此盘被设定了口令; 若为no, 即此盘未设口令。HDD locked :yes此处说明是否此盘已经被口令锁定Sequr... 阅读全文

posted @ 2010-05-09 14:44 Leo.W 阅读(1011) 评论(0) 推荐(0) 编辑

2010年5月6日

摘要: 原文:http://www.cfca.com.cn/zhishi/wz-012.htm图为 RSA公开密钥算法的发明人,从左到右Ron Rivest, Adi Shamir, Leonard Adleman. 照片摄于1978年   RSA加密算法是最常用的非对称加密算法,CFCA在证书服务中离不了它。但是有不少新来的同事对它不太了解,恰好看到一本书中作者用实例对它进行了简化而生动的描述,使得高深... 阅读全文

posted @ 2010-05-06 22:55 Leo.W 阅读(374) 评论(0) 推荐(0) 编辑