Results 1 to 3 of 3
- 10-13-2010, 01:05 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 2
- Rep Power
- 0
- 10-14-2010, 03:03 AM #2
What's that?using Rabin fingerprint and sliding window technique
- 10-14-2010, 03:27 PM #3
Member
- Join Date
- Oct 2010
- Posts
- 2
- Rep Power
- 0
Respected Travishein
Here is an explanation about Rabin Fingerprint and sliding window technique
Consider a file .
A fixed width sliding window (48 bytes long) will be moving along the contents of the file.
The fingerprint of the contents of the window is found using Rabin finger print algorithm
f is fingerprint( Hash value) of the contents of file
D be the average chunk size,
r be zero
Position where f mod D =r satisfies at that position chunk a file.. Advance the sliding window Continue this till the end of file.
Similar Threads
-
Dividing in Java
By hawaiifiver in forum New To JavaReplies: 19Last Post: 03-11-2011, 11:09 AM -
java compiler source code
By vkolluru in forum New To JavaReplies: 13Last Post: 02-24-2010, 07:28 AM -
[SOLVED] Source code of Java API
By Gudradain in forum New To JavaReplies: 3Last Post: 01-01-2009, 05:17 AM -
MavenJava - browse source code of all open source projects online
By jirkacelak in forum Java SoftwareReplies: 1Last Post: 11-28-2008, 06:27 PM -
open source java code
By reena in forum Advanced JavaReplies: 1Last Post: 04-19-2008, 06:57 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks