摘要: 1 private static Complex[] FFT1(Complex[] f) 2 { 3 int N=f.length; 4 int power= (int) (Math.log10(N)/Math.log10(2)); 5 ... 阅读全文
posted @ 2015-04-25 15:43 Asoka_the_Great 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 软件工程剩余的作业 阅读全文
posted @ 2015-01-09 18:30 Asoka_the_Great 阅读(355) 评论(1) 推荐(1) 编辑
摘要: sql server选取指定范围的元组 阅读全文
posted @ 2015-01-02 20:49 Asoka_the_Great 阅读(1306) 评论(1) 推荐(0) 编辑
摘要: 个人阅读作业二 阅读全文
posted @ 2014-11-13 02:01 Asoka_the_Great 阅读(269) 评论(0) 推荐(0) 编辑
摘要: lucene是一个开源的全文检索引擎工具包,但它不是一个成型的搜索引擎,它的功能就是负责将文本数据按照某种分词算法进行分词,分词后的结果存储在索引库中,然后根据关键字从索引库检检索。那么应该如何使用呢?1. 从官网下载http://lucene.apache.org/并解压缩2.我们可以从官网给的示... 阅读全文
posted @ 2014-11-03 21:33 Asoka_the_Great 阅读(5033) 评论(2) 推荐(1) 编辑
摘要: 代码复审 阅读全文
posted @ 2014-10-24 00:10 Asoka_the_Great 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 个人阅读作业 阅读全文
posted @ 2014-10-16 00:58 Asoka_the_Great 阅读(332) 评论(2) 推荐(0) 编辑
摘要: 软件工程个人项目 阅读全文
posted @ 2014-09-25 18:40 Asoka_the_Great 阅读(611) 评论(1) 推荐(0) 编辑