搜索资源列表
javaQueue
- 该源码通过java语言详细描述了队列这种数据结构的实现方法-The source code through the java language that describes in detail the queue data structure implementations
jQueryUpLoadiify
- jQuery UpLoadify批量上传源码 jquery uploadify批量上传中文版,FALSH按钮一次选择多个文件上传 可以使用uploadify的buttonText来设置中文按钮 上传后保留队列 上传完成后返回上传后的URL -jQuery UpLoadify source jquery uploadify bulk upload bulk uploads the Chinese version, FALSH button to select more than
java-Database
- java常用数据结构源码,包括数组/链表/队列/树/图等-java common data structure source, including array/list/queue/tree /
huffman
- huffmanh编码 采用huffman树与队列结合的方法程序改自网上一个很好的源码,方法很好-huffmanh huffman coding methods and procedures using a combination of tree and queue a nice change from the online source, a very good method
activemq-master
- 消息队列,源码,很有用,帮助学习标准的消息队列,节省寻找与下载时间-Message queue, source code, very useful, to help learn the standard message queue, save the search and download time
Arachnid_src0[1].40
- 网络爬虫为搜索引擎从万维网下载网页。一般分为传统爬虫和聚焦爬虫。 传统爬虫从一个或若干初始网页的URL开始,获得初始网页上的URL,在抓取网页的过程中,不断从当前页面上抽取新的URL放入队列,直到满足系统的一定停止条件。通俗的讲,也就是通过源码解析来获得想要的内容。 聚焦爬虫的工作流程较为复杂,需要根据一定的网页分析算法过滤与主题无关的链接,保留有用的链接并将其放入等待抓取的URL队列。然后,它将根据一定的搜索策略从队列中选择下一步要抓取的网页URL,并重复上述过程,直到达到系统的某一条件时