自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (17)
  • 收藏
  • 关注

原创 10分钟开始使用ICTCLAS Java版——却花了我快一个小时

<br />ICTCLAS是中科院计算所出品的中文分词程序包,在国内一直有着良好的口碑和很高的使用率。之前一直只有 C++的版本提供,而现在C#,Delphi和Java版本已经纷纷出炉。下面用一个极小的例子,让大家10分钟之内就能用上ICTCLAS ,从此也开始自己的文本分类和搜索引擎开发之路。<br />需要首先说明的是,不同于以前的C++版提供的JNI调用,本次使用的是纯Java版本的ICTCLAS,下载地址在http://ictclas.org/Down_OpenSrc.asp。<br />好,假设你

2010-06-17 17:19:00 5669 23

原创 Salton Award——Susan Dumais

从今天起,我打算从SIGIR开始学习信息检索的内容,这里的内容包括:1,Saton Award 大奖获得者的演讲词,以及简单的介绍。2,Best Paper Award 获奖论文的阅读笔记。3,Best Student Paper Award 获奖论文的阅读笔记。我的阅读顺序将逆着时间顺序,即从2009年开始网前推。我是一个初学者,如果有错误之处,请给予指示,非常感谢。今天的主角今天,首先来认识一下2009年的Salton大奖获得者Susan Dumais,她目前是微软研究院Adaptive Systems

2010-06-12 22:45:00 906

原创 401 Palindromes

#include #include #define SIZE 35char key[] = {    'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N',    'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '1', '2',     '3', '4', '5', '6', '7', '8', '9'};char

2010-06-01 20:07:00 554

原创 10010 Where's Waldorf?

#include #include #include char grid[60][60];char word[60];int direct[8][2] = { 0, 1, 0, -1, 1, 0, -1, 0, 1, 1, -1, -1, 1, -1, -1, 1,};void search(char *word, int m, int n){ int i, j;

2010-06-01 19:58:00 509

Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp

本书是google研究院的主管的书籍,首先介绍了common lisp语言,然后用这个语言为例去讲解觉经典(基于逻辑、规则的)人工智能问题。并且展示了优秀的编程风格,及方法。

2012-06-25

the+linux+programming+interface

the+linux+programming+interface堪比apue

2011-07-19

Unix Programming Environment

Unix Programming Environment Brian W.Kernighan

2011-07-19

Algorithm 4 edition

Robert Sedgewick的新书,用java语言描述。

2011-07-12

高德纳论文选--knuth

1 Selected.Papers.on.Computer.Languages(Donald.E.Knuth).djvu 2 Selected.Papers.On.Computer.Science.(Donald.E.Knuth).djvu 3 Selected.Papers.on.Discrete.Mathematics.(Donald.E.Knuth).djvu 4 Selected.Papers.on.Analysis.of.Algorithms(Donald.E.Knuth).djvu

2011-04-10

吉林大学《可计算性与计算复杂性》 笔记

该资源的介绍请看这里: http://blog.csdn.net/zzljlu/archive/2011/04/09/6311398.aspx 注意:该笔记还没有最终完成,欢迎各种反馈!

2011-04-10

Basic Papers on Undecidable Propositions, Unsolvable Problems and Computable Functions

这里包括了哥德尔、丘奇、图灵、克莱因、戴维斯、波斯特等牛人的论文,enjoy it!

2011-03-09

The Annotated Turing

Computer programming legend and author of the highly acclaimed book Code: The Hidden History of Computer Hardware and Software takes readers on a journey through one of the seminal papers in the history of computing. 对图灵1936年论文的注解。

2010-12-13

Apress.Scripting.Intelligence.Web.3.0.Information.Gathering.and.Processing.Jul.2009.pdf

又一本关于web 3.0的书籍,是不是web 3.0就要到来呢?

2010-08-04

lucene in action, 2e

lucene经典入门书籍,欢迎lucene爱好者下载,学习

2010-08-04

Semantic Web Programming

让语义网技术走向实践! 欢迎语义网相关的朋友一起学习!可以加我qq:330786023,。

2010-08-03

Algorithms of the Intelligent Web

类似于《集体智慧编程》的一本书,并且提供了很多很好的论文参考,不多说了,看目录: 1 ■ What is the intelligent web? 1 2 ■ Searching 21 3 ■ Creating suggestions and recommendations 69 4 ■ Clustering: grouping things together 121 5 ■ Classification: placing things where they belong 164 6 ■ Combining classifiers 232 7 ■ Putting it all together: an intelligent news portal 278 Appendix A Introduction to BeanShell 317 B Web crawling 319 C Mathematical refresher 323 D Natural language processing 327 E Neural networks 330

2010-07-31

programming the semantic seb

toby的作品,品质的保证,本书和《集体智慧》编程一样,采用python语言,以简洁的方式来阐述语义网编程。

2010-03-23

语义网本体综述.PDF

一篇比较好的关于语义网本体的综述,但是有点老了。

2010-03-02

Morgan.Kaufmann.Semantic.Web.for.the.Working.Ontologist

关于建立可用本体的好书,提供给学习语义的同学

2010-03-02

空空如也

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

TA关注的人

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