<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_QA园</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/18232/rss</id><updated>2006-12-06T13:46:55Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18232/rss"/><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/12/06/584664.html</id><title type="text">下载带有 Google 工具栏的 Firefox </title><summary type="text"/><published>2006-12-06T13:44:00Z</published><updated>2006-12-06T13:44:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/12/06/584664.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/12/06/584664.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/12/02/580105.html</id><title type="text">分类检索系统的实现</title><summary type="text">什么是分类检索？就是检索之后再分类，简单的讲，就是根据用户定义的类别信息，对搜索引擎返回的结果再分类，以方便用户快速定位到自己真正感兴趣的信息。本文介绍了我最近一段时间来开发的一个分类检索系统，欢迎大家提出宝贵意见。&#xD;</summary><published>2006-12-02T13:57:00Z</published><updated>2006-12-02T13:57:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/12/02/580105.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/12/02/580105.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/12/01/579378.html</id><title type="text">聊聊信息检索（一）——前言及信息检索概述</title><summary type="text">本文主要就信息检索的概念、体系结构及发展历史等进行一个简要的介绍。</summary><published>2006-12-01T12:59:00Z</published><updated>2006-12-01T12:59:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/12/01/579378.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/12/01/579378.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/11/30/578263.html</id><title type="text">让计算机为你画像</title><summary type="text">一个偶尔的机会看到了微软一个名为“MSN Cartoon (Beta)”的产品，它能根据你的照片为你制作一个个性十足的卡通头像</summary><published>2006-11-30T12:59:00Z</published><updated>2006-11-30T12:59:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/11/30/578263.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/11/30/578263.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/08/24/485659.html</id><title type="text">C库函数手册(转)</title><summary type="text">分类函数,所在函数库为ctype.hint isalpha(int ch) 若ch是字母('A'-'Z','a'-'z')返回非0值,否则返回0int isalnum(int ch) 若ch是字母('A'-'Z','a'-'z')或数字('0'-'9') 返回非0值,否则返回0int isascii(int ch) 若ch是字符(ASCII码中的0-127)返回非0值,否则返回0int iscnt...</summary><published>2006-08-24T12:44:00Z</published><updated>2006-08-24T12:44:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/08/24/485659.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/08/24/485659.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/08/21/482671.html</id><title type="text">对_stdcall 的理解 (COM学习中的问题)(转)</title><summary type="text">在C语言中，假设我们有这样的一个函数：int function(int a,int b)调用时只要用result = function(1,2)这样的方式就可以使用这个函数。但是，当高级语言被编译成计算机可以识别的机器码时，有一个问题就凸现出来：在CPU中，计算机没有办法知道一个函数调用需要多少个、什么样的参数，也没有硬件可以保存这些参数。也就是说，计算机不知道怎么给这个函数传递参数，传递参数的工...</summary><published>2006-08-21T12:31:00Z</published><updated>2006-08-21T12:31:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/08/21/482671.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/08/21/482671.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/06/29/438273.html</id><title type="text">C++内存管理详解</title><summary type="text">源自：PingPong(个人网站)伟大的Bill Gates 曾经失言：　　640K ought to be enough for everybody — Bill Gates 1981 　　程序员们经常编写内存管理程序，往往提心吊胆。如果不想触雷，唯一的解决办法就是发现所有潜伏的地雷并且排除它们，躲是躲不了的。本文的内容比一般教科书的要深入得多，读者需细心阅读，做到真正地通晓内存管理。　　1、内...</summary><published>2006-06-29T00:55:00Z</published><updated>2006-06-29T00:55:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/06/29/438273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/06/29/438273.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/05/24/407755.html</id><title type="text">Get web page using WinInet class wrapper</title><summary type="text">This article was contributed by Asif Rasheed. WinInet is a high-level interface to the more complicated underlying Internet protocols (including HTTP, FTP, and Gopher).WinInet allows your application ...</summary><published>2006-05-24T02:28:00Z</published><updated>2006-05-24T02:28:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/05/24/407755.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/05/24/407755.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/04/24/383333.html</id><title type="text">我们学校bbs上原创 挺有意思！</title><summary type="text">说明：我们学校是一所工科大学，男女比例严重失调。故有GG做了一首歪诗发些劳骚，不料一天后有一MM回赠一首，两诗分别如下：发信人:goingdown(折旧设备),信区:Joke 标题:工大学子的一首强诗 发信站:BBS哈工大紫丁香站(SatApr2214:57:112006) 唉 无奈 没人爱 真是奇怪 我这么可爱 却一个人存在 总没有美女崇拜 难道是因为我不坏 隔壁衰人活像个乞丐 却总有MM打电话...</summary><published>2006-04-24T03:40:00Z</published><updated>2006-04-24T03:40:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/04/24/383333.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/04/24/383333.html"/></entry><entry><id>http://www.cnblogs.com/arthur1200/archive/2006/04/19/379316.html</id><title type="text">图像聚类与检索的简单实现（三）</title><summary type="text">关键技术上篇文章对图像聚类与检索的总体设计方案进行了描述，本篇将对基本的关键技术进行阐述。 1 直方图特征： 对颜色特征的表达方式有许多种，我们采用直方图进行特征描述。常见的直方图有两种：统计直方图，累积直方图。我们将分别实验两种直方图在图像聚类和检索中的性能。l 统计直方图 为利用图像的特征描述图像，可借助特征的统计直方图。图像特征的统计直方图实际是一个1-D的离散函数，即： 上式中k代表图像的...</summary><published>2006-04-19T08:30:00Z</published><updated>2006-04-19T08:30:00Z</updated><author><name>Arthur_QA</name><uri>http://www.cnblogs.com/arthur1200/</uri></author><link rel="alternate" href="http://www.cnblogs.com/arthur1200/archive/2006/04/19/379316.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/arthur1200/archive/2006/04/19/379316.html"/></entry></feed>
