lucene-2.4.1 官方源码、例子、Jar包、文档------下载不扣分,回帖加1分 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially c
这个版本与前两个版本所用算法有所不同,这个是修改字间距来嵌入信息,而前两个版本是修改字符间距;这样看来,这个版本相对来说嵌入的信息会比前两个少一些,不过,这个算法有它的好处,就是隐藏性更好!算法是利用文献:C. Chao, W. Shuozhong, and Z. Xinpeng, “Information hiding in text using typesetting tools with stego-encoding,” in ICICIC ’06: Proceedings of the
用C#实现生成PDF文档(附源码) 收藏 //write by wenhui.org using System; using System.IO; using System.Text; using System.Collections; namespace PDFGenerator { public class PDFGenerator { static float pageWidth = 594.0f; static float pageDepth = 828.0f; static floa