亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

query

  • 一個自然語言處理的Java開源工具包。LingPipe目前已有很豐富的功能

    一個自然語言處理的Java開源工具包。LingPipe目前已有很豐富的功能,包括主題分類(Top Classification)、命名實體識別(Named Entity Recognition)、詞性標注(Part-of Speech Tagging)、句題檢測(Sentence Detection)、查詢拼寫檢查(query Spell Checking)、興趣短語檢測(Interseting Phrase Detection)、聚類(Clustering)、字符語言建模(Character Language Modeling)、醫學文獻下載/解析/索引(MEDLINE Download, Parsing and Indexing)、數據庫文本挖掘(Database Text Mining)、中文分詞(Chinese Word Segmentation)、情感分析(Sentiment Analysis)、語言辨別(Language Identification)等API。

    標簽: LingPipe Java 自然語言處理 開源

    上傳時間: 2013-12-04

    上傳用戶:15071087253

  • 使用annotation封裝的jdbc

    使用annotation封裝的jdbc,只要定義個借口,然后再某個方法上加個annotation,就可以操作數據庫了,如: @query("select * from user where id=?") public User getUser(int id) 不用實現具體方法,就可以用了。

    標簽: annotation jdbc 封裝

    上傳時間: 2017-01-12

    上傳用戶:lacsx

  • 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 processing your queries the program relies entirely on the content of the images, freeing you from the need to annotate all images before querying the collection.

    標簽: Image-Finding Retrieval Content System

    上傳時間: 2014-01-11

    上傳用戶:咔樂塢

  • 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 can be added to shopp謀ng chart , and also can be deleted from that shopp謀ng chart

    標簽: UIComponent application component written

    上傳時間: 2013-12-09

    上傳用戶:dapangxie

  • 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 other linguistic information is supported as well. Emdros comes with a query-language, MQL, that enables powerful queries. Emdros acts as a middleware-layer between a client (not provided) and a database back-end. Currently, PostgreSQL, MySQL, and SQLite (2 and 3) are supported, but other back-ends can easily be added.

    標簽: text middleware-layer information retrieval

    上傳時間: 2014-01-02

    上傳用戶:wfeel

  • 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 MySQL databases from your PHP, JSP/Java, and ASP.NET/C# applications. The next section, which describes the book’s structure, provides additional details about the specifics of what the book covers.

    標簽: task-oriented structure necessary through

    上傳時間: 2017-09-06

    上傳用戶:a673761058

  • 這個程序是一個基于對話框的程序

    這個程序是一個基于對話框的程序,有一個簡單的菜單.當用戶選擇"connect"時,它將試圖連接test.mdb數據庫,如果連接成功,將顯示由ODBC驅動程序返回的完整連接字符串.接下來,用戶可選擇"View All Records"命令,程序會使用listview control來顯示數據庫中的所有數據.用戶還可以選擇"query"命令來查詢特定的記錄.例子程序將會顯示一個小對話框提示用戶輸入想找的人名.當用戶按下OK鈕或回車鍵,程序將執行一個查詢來查找符合條件的記錄.當用戶完成對數據庫的操作時,可以選擇"disconnect"命令與數據庫斷開連接.

    標簽: 程序 對話框

    上傳時間: 2017-09-18

    上傳用戶:lili123

  • 基于51單片機+12864(st7920)的貪吃蛇游戲

    基于51單片機+12864(st7920)的貪吃蛇游戲

    標簽: 單片機

    上傳時間: 2015-12-10

    上傳用戶:wh22410

  • 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

    標簽: 教程

    上傳時間: 2016-03-07

    上傳用戶:vggv

  • oracle查詢語句

    最近在學習Oracle,對測試人員而言必須掌握兩種語言:第一種是DML,數據操縱語言 (Data Manipulation Language) 是SQL語言中,負責對數據庫對象運行數據訪問工作的指令集,以INSERT、UPDATE、DELETE三種指令為核心,分別代表插入、更新與刪除。第二種是:DQL,數據查詢語言 (Data query Language) 是SQL語言中,負責進行數據查詢而不會對數據本身進行修改的語句,這是最基本的SQL語句。核心指令為SELECT,以及一些輔助指令,如FROM、WHERE等,FROM:表示來源,可以搭配JOIN做鏈接查詢; WHERE:過濾條件;GROUP BY:在使用聚合函數時用到,如SUM,COUNT,MAX,AVG;HAVING:對聚合結果進行篩選,這是和WHERE的不同點;ORDER BY:排序。

    標簽: oracle 基礎 資料

    上傳時間: 2016-09-15

    上傳用戶:天涯云海

主站蜘蛛池模板: 华容县| 七台河市| 松阳县| 台州市| 肃南| 江华| 泽州县| 高唐县| 肃宁县| 吉木萨尔县| 苗栗市| 万荣县| 白河县| 中牟县| 剑川县| 溧水县| 宁蒗| 绥中县| 奉节县| 柳林县| 淮北市| 资兴市| 正蓝旗| 犍为县| 同心县| 嘉兴市| 益阳市| 广南县| 永靖县| 平湖市| 岳西县| 和龙市| 乌兰察布市| 沽源县| 屏边| 南漳县| 呼和浩特市| 柳林县| 兴文县| 阿尔山市| 武山县|