代码搜索:信息检索
找到约 10,000 项符合「信息检索」的源代码
代码结果 10,000
www.eeworm.com/read/388569/8600757
cpp 1277 全文检索.cpp
//VC++
#include
#include
#include
#include
using namespace std;
char text[60010];
char key[10010][71];
char buffer[10010];
vector< vector > hash;
www.eeworm.com/read/381439/9092583
bmp 检索d.bmp
www.eeworm.com/read/377958/9255430
sql 数据检索.sql
use northwind
select productid,productname,supplierid,categoryid from products
select productid,productname from products
where productid=5
select * from [order details]
where orderid >= 10
www.eeworm.com/read/372685/9497521
bmp 检索d.bmp
www.eeworm.com/read/169320/9867088
sql 全文检索示例.sql
全文检索配置示例:
(常见问题参考我的帖子: http://community.csdn.net/Expert/TopicView.asp?id=3295983)
--建测试库
create database test collate Latin1_General_CI_AS
go
--切换到测试库
use test
go
--创设测试表
create table t
www.eeworm.com/read/416292/11034386
frm d图书检索.frm
www.eeworm.com/read/328737/13006005
frm d图书检索.frm
www.eeworm.com/read/306691/13739993
txt 检索源代码.txt
package test;
import java.io.IOException;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.index.CorruptIndexException;
import org.apache.lucene.queryParser.Pa
www.eeworm.com/read/301164/13865217
sql 全文检索示例.sql
全文检索配置示例:
(常见问题参考我的帖子: http://community.csdn.net/Expert/TopicView.asp?id=3295983)
--建测试库
create database test collate Latin1_General_CI_AS
go
--切换到测试库
use test
go
--创设测试表
create table t
www.eeworm.com/read/263494/11361135
sql 全文检索示例.sql
全文检索配置示例:
(常见问题参考我的帖子: http://community.csdn.net/Expert/TopicView.asp?id=3295983)
--建测试库
create database test collate Latin1_General_CI_AS
go
--切换到测试库
use test
go
--创设测试表
create table t