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

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

Zhou

  • 數據庫封裝原代碼 1. 該代碼可以免費使用, 該代碼的名字暫時定為"哲別" 2. 如果你需要使用該代碼, 請注明該代碼的原來作者: Jacky Zhou 3. 如果你發現該代碼有bug,可以自己修改

    數據庫封裝原代碼 1. 該代碼可以免費使用, 該代碼的名字暫時定為\"哲別\" 2. 如果你需要使用該代碼, 請注明該代碼的原來作者: Jacky Zhou 3. 如果你發現該代碼有bug,可以自己修改或者請給我發email: zyx040404@163.com 4. 該數據庫封裝代碼功能可以對數據庫的表,視圖和存儲過程進行封裝,易于系統移植,擴展,使用了interface,factory,xml等方法 5. 核心代碼是在\"Sample\\base\\DBGW\"里 6. Sample演示了查詢,增加,刪除記錄和如何使用存貯過程 如果你沒有做過,那這些代碼可以用來學習誠然,這并不是最好的代碼,而且中國高人如云學海無涯

    標簽: 代碼 Jacky Zhou bug

    上傳時間: 2015-09-22

    上傳用戶:

  • yi ge LMLINKjie shao,Zhou li gong gong si de PDF ,jiao ni shi yongLMLINK.

    yi ge LMLINKjie shao,Zhou li gong gong si de PDF ,jiao ni shi yongLMLINK.

    標簽: gong yongLMLINK LMLINKjie shao

    上傳時間: 2013-11-25

    上傳用戶:qlpqlq

  • Q. Zhou, J.K. Aggarwal. Tracking and Classifying Moving Objects from Video. 這篇文章另辟蹊徑

    Q. Zhou, J.K. Aggarwal. Tracking and Classifying Moving Objects from Video. 這篇文章另辟蹊徑,利用“緊湊度值的變化、運動方向的變化”,區分人、人群、機動車。達到良好的分類效果。是運動目標分類領域的好文章。

    標簽: Q. J.K. Classifying Aggarwal

    上傳時間: 2013-12-17

    上傳用戶:alan-ee

  • CAN與RS232轉換節點的設計與實現

    CAN與RS232轉換節點的設計與實現 介紹將CAN總線接口與RS232總線接口相互轉換的設計方法和2種總線電平轉換關系,實現CAN總線與各模塊的接口設計,制定了相應的軟硬件設計方案,并給出軟件設計流程圖以及部分硬件設計原理圖。為CAN總線與RS232總線互聯提供了一種方法,對CAN總線與RS232總線接口設備的互聯和廣泛應用的實現具有重要意義。關鍵詞:CAN總線;RS-232總線;串行通信Design and Realization of CAN and RS232 Transformation NodeZhou Wei, CHENG Xiao-hong(Information Institute, Wuhan University of Technology, Wuhan 430070)【Abstract】This paper introduces one design method of the CAN bus interface and the RS232 bus interface interconversion, emphasizes two kindof bus level transformation relations, realizes the CAN bus and various modules connection design, formulates the design proposal of correspondingsoftware and hardware, and gives the flow chart of software design as well as the partial schematic diagram of hardware design. It providesonemethod for the CAN bus and the RS232 bus interconnection, has the vital significance to widespread application realization of the CAN busand theRS232 bus interface equipment interconnection.【Key words】CAN bus; RS-232 bus; serial communication

    標簽: CAN 232 RS 轉換

    上傳時間: 2013-11-04

    上傳用戶:leesuper

  • Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant

    Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.

    標簽: Description Randomness Attribute Filtered

    上傳時間: 2015-04-10

    上傳用戶:ynzfm

  • Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.

    Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.

    標簽: Description supervised algorithm S-ISOMAP

    上傳時間: 2015-04-10

    上傳用戶:wfeel

  • Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensibl

    Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-process of a rule inducer. Reference: Z.-H. Zhou and Y. Jiang. Medical diagnosis with C4.5 rule preceded by artificial neural network ensemble. IEEE Transactions on Information Technology in Biomedicine, 2003, vol.7, no.1, pp.37-42. 使用神經網絡集成方法診斷糖尿病,肝炎,乳腺癌癥的案例研究.

    標簽: comprehensibl Description Rule-PANE accurate

    上傳時間: 2013-11-30

    上傳用戶:wcl168881111111

  • 4、 編寫一個過程。要求:有一個輸入參數和一個輸出參數

    4、 編寫一個過程。要求:有一個輸入參數和一個輸出參數,過程里面要有自定義異常。從學生表中(tab_student)中尋找符合指定學號等于輸入參數的值,然后將找到的學生的姓名賦予輸出參數,如果沒有符合條件的值則觸發異常。 Create table tab_student (sno char(8), sname varchar2(20), age integer, province varchar2(60), sex char(4)) insert into tab_student values(‘001’,’Zhou’,20,’江蘇徐州’,’男’) 上述表已經創建,只需針對此表編寫即可。

    標簽: 編寫 參數 過程 輸入

    上傳時間: 2015-11-13

    上傳用戶:362279997

主站蜘蛛池模板: 都江堰市| 金塔县| 从江县| 博湖县| 鹤山市| 卫辉市| 潞西市| 红桥区| 广平县| 淮阳县| 吉林市| 获嘉县| 噶尔县| 景德镇市| 维西| 威海市| 甘谷县| 安国市| 嘉兴市| 翁牛特旗| 嘉鱼县| 太原市| 扎鲁特旗| 固原市| 府谷县| 山西省| 会宁县| 铜陵市| 改则县| 平塘县| 新邵县| 桦川县| 专栏| 宝丰县| 兴宁市| 仲巴县| 东兰县| 上饶市| 娱乐| 宿州市| 即墨市|