搜索结果
找到约 49 项符合
Query 的查询结果
按分类筛选
- 全部分类
- Java编程 (7)
- 其他书籍 (6)
- Java书籍 (3)
- Delphi控件源码 (3)
- 其他 (3)
- MySQL数据库 (2)
- SQL Server (2)
- 数据库系统 (2)
- 通讯/手机编程 (2)
- 单片机编程 (1)
- 技术书籍 (1)
- 其他数据库 (1)
- 单片机开发 (1)
- matlab例程 (1)
- 人工智能/神经网络 (1)
- 百货/超市行业 (1)
- 企业管理 (1)
- 微处理器开发 (1)
- 3G开发 (1)
- 数值算法/人工智能 (1)
- Linux/Unix编程 (1)
- FlashMX/Flex源码 (1)
- 其他行业 (1)
- 系统设计方案 (1)
- 嵌入式/单片机编程 (1)
- 行业发展研究 (1)
- 设计相关 (1)
- 书籍 (1)
Java编程 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能
一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类( ...
Java编程 使用annotation封装的jdbc
使用annotation封装的jdbc,只要定义个借口,然后再某个方法上加个annotation,就可以操作数据库了,如:
@Query("select * from user where id=?")
public User getUser(int id)
不用实现具体方法,就可以用了。
Linux/Unix编程 The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wi
The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do Query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on images, giving you the opportunity to improve query results by relevance feedback. For processi ...
FlashMX/Flex源码 This is a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in act
This is a Flex UIComponent that can be used 谋n a FLEX 3 mxml application as component written in action script 3.0, provides you to create items that cab be filled from an XML or Query ResultSet or etc. and is viewed in a container that can preview images and additional info like a store item and c ...
其他行业 Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information
Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but ot ...
MySQL数据库 The book uses a task-oriented structure that allows you to work through the steps necessary to insta
The book uses a task-oriented structure that allows you to work through the steps necessary to install
MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate
data stored in those databases, administer the MySQL database management system, and connect to
MyS ...
嵌入式/单片机编程 这个程序是一个基于对话框的程序
这个程序是一个基于对话框的程序,有一个简单的菜单.当用户选择"connect"时,它将试图连接test.mdb数据库,如果连接成功,将显示由ODBC驱动程序返回的完整连接字符串.接下来,用户可选择"View All Records"命令,程序会使用listview control来显示数据库中的所有数据.用户还可以选择"Query"命令来查询特定的记录.例子程序将会显 ...
设计相关 C语言程序
http://tv.sogou.com/v?query=c%D3%EF%D1%D4%CA%D3%C6%B5%BD%CC%B3%CC&p=40230600&tn=0&st=255
书籍 oracle查询语句
最近在学习Oracle,对测试人员而言必须掌握两种语言:第一种是DML,数据操纵语言
(Data Manipulation Language) 是SQL语言中,负责对数据库对象运行数据访问工作的指令集,以INSERT、UPDATE、DELETE三种指令为核心,分别代表插入、更新与删除。第二种是:DQL,数据查询语言
(Data Query Language) 是SQL语言中,负责进行 ...