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

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

attribute-Based

  • JabberX 是一個基于unix平臺的jabber客戶端 JabberX is a unix console Jabber client. Jabber is a cross-platform,

    JabberX 是一個基于unix平臺的jabber客戶端 JabberX is a unix console Jabber client. Jabber is a cross-platform, open source, XML-based, distributed instant messaging system. Requirements: ------------- Iksemel library (from http://jabber-x.sourceforge.net) NCurses or S-Lang package. Autoconf and Automake packages are required for compiling from cvs. Perl is required for building perl scripting support.

    標簽: JabberX Jabber unix cross-platform

    上傳時間: 2013-12-18

    上傳用戶:wfeel

  • JBoss, one of the leading java Open Source groups, integrates and develops these services for a full

    JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides JBossMQ, for JMS messaging, JBossTX, for JTA/JTS transactions, JBossCMP for CMP persistence, JBossSX for JAAS based security, and JBossCX for JCA connectivity. Support for web components, such as servlets and JSP pages, is providedby an abstract integration layer. Implementations of the integration service are provided for third party servlet engines like Tomcat and Jetty. JBoss enables you to mix and match these components through JMX by replacing any component you want with a JMX compliant implementation for the same APIs.

    標簽: integrates develops services leading

    上傳時間: 2014-11-03

    上傳用戶:wsf950131

  • GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a

    GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas.

    標簽: classification extracting Ant-Miner updated

    上傳時間: 2015-05-13

    上傳用戶:ainimao

  • Facilitating entry into drug treatment among injection drug users referred from a needle exchange pr

    Facilitating entry into drug treatment among injection drug users referred from a needle exchange program_ Results from a community-based behavioral intervention trial.rar

    標簽: drug Facilitating injection treatment

    上傳時間: 2013-12-21

    上傳用戶:jing911003

  • PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and

    PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and multimedia applications for small handheld and flat-panel based devices.

    標簽: applications environment footprint operating

    上傳時間: 2013-12-08

    上傳用戶:Andy123456

  • graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to su

    graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.

    標簽: graspForth Forth-in-C following attempt

    上傳時間: 2015-05-23

    上傳用戶:tfyt

  • 代碼名稱: Snitz Forums 2000 代碼語言: 英文 代碼類型: 國外代碼 運行環境: ASP 授權方式: 免費代碼 代碼大小: 530kb 代碼等級: 3 整

    代碼名稱: Snitz Forums 2000 代碼語言: 英文 代碼類型: 國外代碼 運行環境: ASP 授權方式: 免費代碼 代碼大小: 530kb 代碼等級: 3 整理時間: 2006-3-15 16:42:00 聯 系 人: 開 發 商: 演示地址: 簡  介: Snitz Forums 2000, one of the best ASP based bulletin board systems on the market. Getting better every day! A complete board system (forum) that allows the user access to a friendly and intuitive interface. Snitz Forums 2000 v3.4.05 [74]

    標簽: 代碼 Forums Snitz 2000

    上傳時間: 2015-06-03

    上傳用戶:caixiaoxu26

  • 實驗描述:分布式數據庫的算法partition的具體實現。即通過該算法找到關系數據庫最優分裂點

    實驗描述:分布式數據庫的算法partition的具體實現。即通過該算法找到關系數據庫最優分裂點,使得結果最優。 算法思想: 1、 首先根據所輸入的attribute usage matrix得到AQ( ) 2、 對CA矩陣中劃分點預先設在n-1處,并將屬性列分成兩個集合,TA和BA,TA中的元為:{ A1 、A2 …… An-1 },BA中的元素為:{ An} 3、 確定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, OQ=Q-{TQ BQ}。 4、 計算出CTQ、CBQ、COQ這些值,其中CTQ= ,CBQ= ,COQ= 5、 通過劃分點的第次移動分別計算出z=CTQ*CBQ-COQ2 6、 對取到的z的最大值處標記,為分割點 7、 對CA進行調整,重復計算得到最終z的最大值點,對CA矩陣進行劃分 8、 對上述算法進行修改,將得到的最大z值的分割點和次大的分割點都記錄下來,得到兩個分割,則將原有的屬性集劃分成三部分。 該算法的目的是找到獨立存取的屬性集合或者分別的應用集。比如說,如果可以找到兩個屬性A1,A2,他們只是被q1讀取,而A3,A4被q2,q3讀取,這樣在分裂的時候可以確定。算法就是找到這些組。另外為了簡單化起見,我命令refj(qi)全部等于1.

    標簽: partition 算法 實驗 分布式數據庫

    上傳時間: 2015-06-04

    上傳用戶:13160677563

  • 實驗描述:分布式數據庫的算法partition的具體實現。即通過該算法找到關系數據庫最優分裂點(2個)

    實驗描述:分布式數據庫的算法partition的具體實現。即通過該算法找到關系數據庫最優分裂點(2個),使得結果最優。 1、 首先根據所輸入的attribute usage matrix得到AQ( ) 2、 對CA矩陣中劃分點預先設在n-1處,并將屬性列分成3個集合,TA和BA和MA, 3、 確定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, MQ={ qj| AQ(qi) MA},OQ=Q-{TQ BQ}。 4、 計算出CTQ、CBQ、CMQ、COQ這些值,其中CTQ= ,CBQ= ,CMQ= ,COQ= 5、 通過劃分點的第次移動分別計算出z=CTQ*CBQ*CMQ-COQ3 6、 對取到的z的最大值處標記,為分割點 7、 對CA進行調整,重復計算得到最終z的最大值點,對CA矩陣進行劃分 對上述算法進行修改,將得到的最大z值的分割點和次大的分割點都記錄下來,得到兩個分割,則將原有的屬性集劃分成三部分。

    標簽: partition 算法 實驗 分布式數據庫

    上傳時間: 2015-06-04

    上傳用戶:515414293

  • 該源代碼是有關modem 撥號

    該源代碼是有關modem 撥號,it is based on Windows Telephone API (TAPI) service

    標簽: modem 源代碼

    上傳時間: 2014-01-08

    上傳用戶:Divine

主站蜘蛛池模板: 泸水县| 沾化县| 海城市| 文水县| 黎平县| 克东县| 隆子县| 扶风县| 长寿区| 汨罗市| 苏州市| 无锡市| 周至县| 汤原县| 甘南县| 吉安县| 盐城市| 沂南县| 弥勒县| 河源市| 西安市| 固安县| 平度市| 卢龙县| 沾化县| 涟水县| 宝兴县| 嘉定区| 耒阳市| 天等县| 武安市| 年辖:市辖区| 丽江市| 凯里市| 丹江口市| 上饶市| 康保县| 两当县| 湘潭县| 马鞍山市| 米易县|