-
Search_engine
这本书介绍了搜索引擎的基本工作原理,并用实际的搜索引擎为例加以生动的说明,为学习搜索引擎原理提供了很大的便利(This book introduces the basic search engine working principle and the actual search engine used to be a vivid example of that principle for the learning search engine provides a great convenience)
- 2009-07-20 14:05:57下载
- 积分:1
-
新浪关键词搜索数量
说明: 这是学习python爬虫时的一个简单的例子,用于统计搜索引擎中关键词的答案数量(This is a simple example of learning Python crawler, which is used to count the number of key words in search engine)
- 2020-04-18 23:11:23下载
- 积分:1
-
京东商品评论爬虫源码
使用 javascript 编写的爬虫源码,用于爬取京东商城上的商品评论。
代码粘贴到神箭手云爬虫平台(http://www.shenjianshou.cn/)上就可以直接跑了,不需要安装编译环境。要爬取其他网站,可以更改源码即可。
代码执行具体步骤请参考:
http://v.youku.com/v_show/id_XMTU2NDk4MzE0NA==.html
代码详细讲解请参考:
http://blog.csdn.net/youmumzcs/article/details/51396283
更多源码下载:
https://github.com/ShenJianShou/crawler_samples
- 2022-02-07 12:51:33下载
- 积分:1
-
address_book
让一个地址簿,包括ID、名称、
电话号码、地址和公司。
可以插入、显示、搜索和删除。(make an address book,include ID,Name,
Phone number,Address and company number.
can Insert,Display,Search and Delete.)
- 2012-12-31 22:49:58下载
- 积分:1
-
department
实现动态登录,部门文档库,有链接跳转,搜索未实现(Dynamic login, departmental document libraries, there are links to jump, search unrealized)
- 2013-11-21 13:47:20下载
- 积分:1
-
data_collect.tar
新浪微薄爬虫,抓取好友信息和好友的关注列表,
保存文件格式为文本(Sina meager reptiles, grab your friends and friends of watchlist information, save the file as text format)
- 2014-01-29 18:32:17下载
- 积分:1
-
E90
宝马E底盘汽车,加装原厂摄像头,CIC模块编成代码
- 2022-04-26 15:04:36下载
- 积分:1
-
pkunuts
python 爬虫 可配置url 过滤列表 调整线程,代码质量很高,学习佳品(Python crawler can configure the URL filter list adjust thread, high quality code, learning to share)
- 2015-01-29 14:03:17下载
- 积分:1
-
搜索引擎作业
应用背景清华大学搜索引擎pagerank算法,采用C编写而成,处理大数据,大规模的网页,能够完美运行,数据格式为a-b,a代表源网页,b代表目的网页关键技术pagerank算法,大数据处理,数据格式见应用背景,编译环境是dev-c++,在windows下完美运行
- 2022-03-03 09:44:49下载
- 积分:1
-
1905
很好的搜索:
给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。
Input
多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000)
Output
输出所有标示值中的最小值的最大值。
Sample Input
5 3
1 3 5 7 9
5 3
89 59 68 35 29
Sample Output
8
89(err)
- 2007-12-28 16:47:08下载
- 积分:1