Download von Maxheap.h (Maxheap.h ( externer Link: SourceForge.net): 2,692 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf Maxheap.h ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
2,692 Bytes
MD5
ec4c6f5cb23332be5f31364d82fe4337

Projektbeschreibung

HITCrawler is a lightweight, easy to use cralwer. The user can get the more important websites first from the starting Url.

HITCrawler is our annual project when I was a freshman.It has the following advantage: 1. The user can get the more important websites first.
2. The user can set the memory the software will use based on the task and computer configuration information.
3. Easy to use, fast running speed.

However, it has the following disadvantage:
1. It is based on single thread. The crawling speed is much slower than the multithreading cralwer.
2. We don't have a configuration file which can set the seed of the website, the connection time, etc. You have to change them in code.