<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Delphi</title>
<link>http://www.cccto.com/a/biancheng/Delphi/</link>
<description>编程 / Delphi</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2010 CCCTO. 虫虫技术在线 版权所有]]></generator>
<webmaster>dragonox@vip.sina.com</webmaster>
<item>
    <title><![CDATA[Delphi单元测试工具Dunit介绍]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/206.html</link>
    <description><![CDATA[Dunit基本介绍 Dunit是Xunit家族中的一员，用于Dephi的单元测试。是Extreme Programming测试实现Xtreme Testing的一种工具。Dunit是一个Free的测试工具，没有代码覆盖率功能。 Dunit的官方Web Site 是]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于Delphi的VFW视频捕获程序的开发]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/205.html</link>
    <description><![CDATA[1 引言 视频捕获与实时处理是目前图像处理系统中最关键的技术之一，能否准确捕获指定的视频图像，进而实现精确地数据分析与处理，关系到整个系统的成败。笔者在开发公路安全线]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在Delphi中映射网络驱动器]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/204.html</link>
    <description><![CDATA[function WNetAddConnection2W(var lpNetResource: TNetResourceW;lpPassword, lpUserName: PWideChar; dwFlags: DWORD): DWORD; stdcall; 首先要填一个 lpNetResource structure，然后 password,user name, 和一个标志表明是否这个映射每]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Delphi编写网络程序的安全措施]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/203.html</link>
    <description><![CDATA[一、 原理 目前进行数据加密的方法很多，对数据的保护起到一定的作用。但如果采用固定的密钥或是密钥随数据一起传送，则均不能达到令人满意的保密效果。在实践过程中，我摸索]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何Delphi中操纵拨号网络]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/202.html</link>
    <description><![CDATA[用MODEM拨号上网，仍是大多数个人网民选择上网的方式．如果能在我们的应用程序中管理拨号 网络（如Foxmail、Sygate中的拨号功能），无疑将会方便我们的软件用户（不用再切换应用程序]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Delphi中的SQL编程]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/201.html</link>
    <description><![CDATA[在Delphi应用程序中的SQL命令语句是包含在TQuery部件的SQL属性中，TQuery部件的SQL属性是TString类型的，也就是说SQL属性值是一个字符串列表，这个字符串列表非常类似于一个字符串类型的数]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Delphi通过MSHTML实现一个HTML解析类]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/200.html</link>
    <description><![CDATA[最近经常会模拟网页提交返回网页源码，然后获得网页中相应的元素，于是需要常常解析Html中相应的各种元素，网络是个好东西，搜索一番，就找到了好几个Delphi版本的HtmlParser的类库]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何用 GDI+ 高质量地缩放图片]]></title>
    <link>http://www.cccto.com/a/biancheng/Delphi/2010/0219/199.html</link>
    <description><![CDATA[程序使用了 GDI+ 的新接口: GdiPlus[1]: 一个给 Delphi 提供的、新的 GDI+ 接口, 很好用! uses GdiPlus; procedure TForm1.Button1Click(Sender: TObject); const Path1 = 'C:\Temp\Test.png' ; Path2 = 'C:\Temp\Test2.png' ; var Im]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

