<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VC爱好者 v3.0 &#187; VC</title>
	<atom:link href="http://www.vcfans.com/tag/vc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vcfans.com</link>
	<description>生活的天平本不平衡，只有通过努力改变其偏向。</description>
	<lastBuildDate>Tue, 22 Nov 2011 17:32:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>枚举IE窗口</title>
		<link>http://www.vcfans.com/2010/10/enumeration-ie-window.html</link>
		<comments>http://www.vcfans.com/2010/10/enumeration-ie-window.html#comments</comments>
		<pubDate>Fri, 01 Oct 2010 14:05:53 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1419</guid>
		<description><![CDATA[记一份无聊的代码，纪念一下刚刚过去的九份月博劳格数量为零，最近不知道在忙什么，懒了。[......]<p class='read-more'><a href='http://www.vcfans.com/2010/10/enumeration-ie-window.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/10/enumeration-ie-window.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VS2010+MFC解析Excel文件中数据</title>
		<link>http://www.vcfans.com/2010/08/vs2010-mfc-excel-file-in-the-data-analysis.html</link>
		<comments>http://www.vcfans.com/2010/08/vs2010-mfc-excel-file-in-the-data-analysis.html#comments</comments>
		<pubDate>Thu, 26 Aug 2010 09:17:56 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[工作]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1416</guid>
		<description><![CDATA[前两天折腾一个小功能，需求是解析Excel中的数据出来。网上一般使用的方案：
1. ODBC当数据库来操作。
2. 使用第三方的类库
3. 使用COM调用Excel.exe中的接口。

第三方类库我怕MS升级版本后，是否仍然使用是个问号。使用ODBC的方案感觉很怪怪的，但据说不能修改删除什么的，不过我没有试验，还是放弃此种方案。我最终还是使用COM来做的，本来是没什么实现代码，都是COM实现好的，没什么可写的。难点在于VS2010的版本与MSDN上的说法严重不一致，折腾死人。MSDN上说的方案是VC6.0的实现方法。而且加入COM后与VS的SDK库冲突，无法编译。下面说说我的使用方法。[......]<p class='read-more'><a href='http://www.vcfans.com/2010/08/vs2010-mfc-excel-file-in-the-data-analysis.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/08/vs2010-mfc-excel-file-in-the-data-analysis.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>这两天做了一个SSH登录器</title>
		<link>http://www.vcfans.com/2010/05/a-ssh-login-software.html</link>
		<comments>http://www.vcfans.com/2010/05/a-ssh-login-software.html#comments</comments>
		<pubDate>Wed, 12 May 2010 09:21:51 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[兄弟]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1199</guid>
		<description><![CDATA[<p>我兄弟<a href="http://he99.taobao.com" target="_blank">刚子</a>做一些SSH帐号的小买卖，SSH登录的本机配置对一些入门级选手，还是比较烦琐的。本着买帐号包教包会服务宗旨，手把手教用户使用。由于用户的网络环境千差万别，每个用户都要教一遍真是累死人。</p>
<p>那天聊天的时候，他想请我帮他做一个自动登录的小程序，要求就是输入用户名和密码后就点登录，开IE就能上墙外网站。兄弟从来没请我做过什么事，别的忙帮不上，这点小忙还是能帮上的。这几天就着手写这个小程序，到昨晚为止已经基本完成了。<br />
上图：</p>
<img src="http://www.vcfans.com/wp-content/vcfans-upfiles/2010/05/ssh1.jpg" />
<p><strong>主要功能：</strong><br />
1.无需手动设置，输入帐号密码登录连接成功后，打开IE就可上墙外网站。</p>
<p>2.支持路由上网和ADSL上网的两种方式，自动进入代理状态。</p>
<p>3.支持DNS代理，解决国内的DNS污染问题。</p>
<p>4.支持脚本加速，让你飞快的畅游国内外。</p>
<p>其他还有一些小功能，就不提了。</p>
<p><h1><strong style="color:red">最后广告时间：</strong></h1></p>
<p>如果没有SSH帐号的朋友可以去<a href="http://he99.taobao.com" target="_blank">he99.taobao.com</a>买一个，在国内混没有个帐号真的扛不住，这不DropBox不是也挂了么，想查一下胡罗卜含有哪些营养元素都不容易。我兄弟这家有专业人员在管理相当正规，非VPS搭建的SSH服务,绝对物理主机，不放任何网站，专用SSH服务器。</p>
<p><strong>PS One：</strong>如果你朋友也想畅游海内外，对电脑也不是太懂，你又没太多时间帮助TA配置。那直接使用我做的这个小程序，一键搞定这些繁琐事务。</p>
<p><strong>PS 兔：</strong>说从vcfans.com的Lonkil介绍过去的，可能还会有一点小优惠，不过这幅度应该不大，因为已经很便宜了。</p>
<p><strong>再次PS：</strong>本人纯属友情帮兄弟忙，与我没有任何利益挂勾。</p>
[......]<p class='read-more'><a href='http://www.vcfans.com/2010/05/a-ssh-login-software.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/05/a-ssh-login-software.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Petter Nordahl-Hagen写的一份基于Hiv读写注册表的代码</title>
		<link>http://www.vcfans.com/2010/04/petter-nordahl-hagen-to-write-a-code-based-on-hiv-read-and-write-registry.html</link>
		<comments>http://www.vcfans.com/2010/04/petter-nordahl-hagen-to-write-a-code-based-on-hiv-read-and-write-registry.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:49:00 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[经典源码]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[源码]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1154</guid>
		<description><![CDATA[这是Petter Nordahl-Hagen大牛早在2003左右写的一份注册表格式解析与读写的C代码，以及演示代码。

想学习了解HIV格式的同学，还可以查看另一份资料：<a href="http://www.vcfans.com/2010/04/share-a-hiv-format-of-the-paper.html">分享一份hiv格式分析的论文(En)</a>。

可能对你理解此份代码有所帮助。[......]<p class='read-more'><a href='http://www.vcfans.com/2010/04/petter-nordahl-hagen-to-write-a-code-based-on-hiv-read-and-write-registry.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/04/petter-nordahl-hagen-to-write-a-code-based-on-hiv-read-and-write-registry.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use AsyncHTTP to Call WinInet APIs Asynchronously</title>
		<link>http://www.vcfans.com/2010/04/how-to-use-asynchttp-to-call-wininet-apis-asynchronously.html</link>
		<comments>http://www.vcfans.com/2010/04/how-to-use-asynchttp-to-call-wininet-apis-asynchronously.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 07:15:33 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1152</guid>
		<description><![CDATA[WinInet的异步实现的一份资料和代码。

http://support.microsoft.com/kb/275046[......]<p class='read-more'><a href='http://www.vcfans.com/2010/04/how-to-use-asynchttp-to-call-wininet-apis-asynchronously.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/04/how-to-use-asynchttp-to-call-wininet-apis-asynchronously.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>挥刀自宫术</title>
		<link>http://www.vcfans.com/2010/04/brandished-a-knife-from-the-uterus.html</link>
		<comments>http://www.vcfans.com/2010/04/brandished-a-knife-from-the-uterus.html#comments</comments>
		<pubDate>Fri, 09 Apr 2010 06:37:11 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[win32]]></category>
		<category><![CDATA[奇技淫巧]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1139</guid>
		<description><![CDATA[一段自删除代码，写的很牛。[......]<p class='read-more'><a href='http://www.vcfans.com/2010/04/brandished-a-knife-from-the-uterus.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2010/04/brandished-a-knife-from-the-uterus.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>和谐掉系统的文件保护一分钟</title>
		<link>http://www.vcfans.com/2009/12/harmony-out-the-system-file-protection-for-one-minute.html</link>
		<comments>http://www.vcfans.com/2009/12/harmony-out-the-system-file-protection-for-one-minute.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:51:22 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[病毒]]></category>
		<category><![CDATA[逆向]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1072</guid>
		<description><![CDATA[从某AutoRun中逆出来的，利用微软未公布的API,sfc_os.dll中的ordinal为5函数，关闭文件保护一分钟。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/12/harmony-out-the-system-file-protection-for-one-minute.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/12/harmony-out-the-system-file-protection-for-one-minute.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>免费的内存泄漏检测工具Visual Leak Detector</title>
		<link>http://www.vcfans.com/2009/10/free-memory-leak-detection-tool-for-visual-leak-detector.html</link>
		<comments>http://www.vcfans.com/2009/10/free-memory-leak-detection-tool-for-visual-leak-detector.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:26:32 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=1033</guid>
		<description><![CDATA[免费的才是最重要的，对于我们这些穷人来说。

具体的请移步这里[......]<p class='read-more'><a href='http://www.vcfans.com/2009/10/free-memory-leak-detection-tool-for-visual-leak-detector.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/10/free-memory-leak-detection-tool-for-visual-leak-detector.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS2005手工根据dll产生lib</title>
		<link>http://www.vcfans.com/2009/05/vs2005-dll-generated-by-hand-according-to-lib.html</link>
		<comments>http://www.vcfans.com/2009/05/vs2005-dll-generated-by-hand-according-to-lib.html#comments</comments>
		<pubDate>Fri, 01 May 2009 07:55:19 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[奇技淫巧]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=935</guid>
		<description><![CDATA[在程序使用Dll有两个加载方式，一种是动态方式，就是LoadLibrary载入Dll,然后用GetProcAddress来加载需要使用的Dll函数。另一种就是静态连接方式，将dll生成的lib，加入到工程中，然后使用时就像使用Win API一样使用。

今天我们不讨论动态载入的方式，我们采用静态载入的方式。但有一个问题，由于很多Dll发布的时候，根本就不提供lib,也或许你在使用一个未公开的dll，没有lib我们就不能静态加载，我手工来生成吧。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/05/vs2005-dll-generated-by-hand-according-to-lib.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/05/vs2005-dll-generated-by-hand-according-to-lib.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>发布PE格式简易解析器V1.0(含源码)</title>
		<link>http://www.vcfans.com/2009/04/pe-format-parser-summary-release-v10-with-source.html</link>
		<comments>http://www.vcfans.com/2009/04/pe-format-parser-summary-release-v10-with-source.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:57:22 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[PE文件]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[源码]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=918</guid>
		<description><![CDATA[<strong>程序简要说明：</strong>

可以解析出PE各个部分的数据解析出来用于分析，主要包括基本数据段、数据目录、区段信息、导入表、导出表、重定位表、资源表。可以对一些陌生程序在运行前进行查看，以免运行了一些恶意程序。

如果你对Windows下的加密解密感兴趣或想DIY可执行文件的话，可以查看本程序的数据解析部分的代码。网上的零星代码，我好像没找到这么全的，能包括导入表、导出表、重定位表、资源表等解析。

还是侯老的那句话：“<em>源码之前  了无秘密</em>”[......]<p class='read-more'><a href='http://www.vcfans.com/2009/04/pe-format-parser-summary-release-v10-with-source.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/04/pe-format-parser-summary-release-v10-with-source.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>《寒江独钓：Windows内核安全编程》样章</title>
		<link>http://www.vcfans.com/2009/04/snowy-river-fishing-alone-windows-kernel-security-programming-chapter-like.html</link>
		<comments>http://www.vcfans.com/2009/04/snowy-river-fishing-alone-windows-kernel-security-programming-chapter-like.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:13:08 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[电子书]]></category>
		<category><![CDATA[驱动]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=916</guid>
		<description><![CDATA[作者：楚狂人

这一本专门介绍实时扫描的防毒软件、虚拟磁盘、硬盘还原、硬盘加密、文件
系统保护、文件透明加密、防火墙、密码输入保护等软件的Windows 内核模块的具体实现方法的编程技术书。本书的目的是使读者能够用C 语言编写这些核心模块。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/04/snowy-river-fishing-alone-windows-kernel-security-programming-chapter-like.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/04/snowy-river-fishing-alone-windows-kernel-security-programming-chapter-like.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pro OGRE 3D Programming  中文翻译版本0.2.0(chm)</title>
		<link>http://www.vcfans.com/2009/03/pro-ogre-3d-programming-chinese-translation-version-020-chm.html</link>
		<comments>http://www.vcfans.com/2009/03/pro-ogre-3d-programming-chinese-translation-version-020-chm.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 10:56:36 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[win32]]></category>
		<category><![CDATA[电子书]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=865</guid>
		<description><![CDATA[OGRE真是一个很牛X且开源的3D图像引擎，值得学习，分享一份中文开发文档。[......]<p class='read-more'><a href='http://www.vcfans.com/2009/03/pro-ogre-3d-programming-chinese-translation-version-020-chm.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/03/pro-ogre-3d-programming-chinese-translation-version-020-chm.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>大数四则运算支持浮点</title>
		<link>http://www.vcfans.com/2009/01/4-large-numbers-to-support-the-floating-point-operations.html</link>
		<comments>http://www.vcfans.com/2009/01/4-large-numbers-to-support-the-floating-point-operations.html#comments</comments>
		<pubDate>Tue, 13 Jan 2009 04:29:11 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[算法]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=833</guid>
		<description><![CDATA[前一段时间写了一个大数的四则运算，主要思路就是将大数转成字符串进行运算。这种方式虽然效率不太高，但在某些场合，由于种种原因，系统的四则运算，不满足要求时，这种方式到是派上了用场。

看到网上也有类似的计算方法，不过好像不支持浮点，我写了一个支持浮点的。

实现方式，纯C + 几个字符串运行库。

IDE: VC6.0

Bug肯定多多，如果你在观看代码或使用时，发现Bug请即时和我联系,当然如果你肯在这份代码上作相应的优化，请将优化后的版本也发一份给我，Thx.[......]<p class='read-more'><a href='http://www.vcfans.com/2009/01/4-large-numbers-to-support-the-floating-point-operations.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/01/4-large-numbers-to-support-the-floating-point-operations.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>给应用程序加装“看门狗”[转]</title>
		<link>http://www.vcfans.com/2009/01/applications-to-the-installation-of-watchdog-to.html</link>
		<comments>http://www.vcfans.com/2009/01/applications-to-the-installation-of-watchdog-to.html#comments</comments>
		<pubDate>Thu, 08 Jan 2009 16:13:31 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[奇技淫巧]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=831</guid>
		<description><![CDATA[//最近比较懒，一直没更新。by lonkil

今天无意中年到这篇文章，很不错的主意，就转过来了。

原文：http://blog.csdn.net/bhw98/archive/2004/04/28/19683.aspx
相信大多数的程序员或用户，在Windows中见到类...[......]<p class='read-more'><a href='http://www.vcfans.com/2009/01/applications-to-the-installation-of-watchdog-to.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2009/01/applications-to-the-installation-of-watchdog-to.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VC三两句话实现字体描边和空心效果</title>
		<link>http://www.vcfans.com/2008/12/vc-a-couple-of-words-to-achieve-the-effect-of-hollow-characters-and-stroke.html</link>
		<comments>http://www.vcfans.com/2008/12/vc-a-couple-of-words-to-achieve-the-effect-of-hollow-characters-and-stroke.html#comments</comments>
		<pubDate>Sun, 14 Dec 2008 10:41:12 +0000</pubDate>
		<dc:creator>lonkil</dc:creator>
				<category><![CDATA[本站原创]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[奇技淫巧]]></category>
		<category><![CDATA[工作]]></category>
		<category><![CDATA[源码]]></category>

		<guid isPermaLink="false">http://www.vcfans.com/?p=788</guid>
		<description><![CDATA[最近的项目需要对字体进行描边，也就是将字体缕空。为了实现不同桌面背景图使字体看上去清楚，目前通用的解决方案就是将字体描边。关键现在这款芯片的GUI开发包功能比较弱，一些特殊效都需要自己手动实现，汗。要实现这个效果的第一个想到的解决方案就是将系统字体的点阵取出，进行边缘检测出来，进行处理，运算的开销不小，而且处理起来麻烦，国际化也是个麻烦。[......]<p class='read-more'><a href='http://www.vcfans.com/2008/12/vc-a-couple-of-words-to-achieve-the-effect-of-hollow-characters-and-stroke.html'>Read More »</a></p>]]></description>
		<wfw:commentRss>http://www.vcfans.com/2008/12/vc-a-couple-of-words-to-achieve-the-effect-of-hollow-characters-and-stroke.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

