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

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

Zero-tree

  • 一、編程環境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL設置: 將在SQL2000下建立schooldata數據庫

    一、編程環境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL設置: 將在SQL2000下建立schooldata數據庫,導入數據文件 三、導入數據: data目錄下有school_back數據庫備分文件 操作:用SQL企業管理器還原數據庫來導入數據 訪問本地數據庫服務器,密碼是自己設置的那個,操作schooldata數據庫的用戶名和密碼相同。 主要用ADO訪問數據庫,和幾個顯示數據的控件Treectrl,listctrl,datagrid等程序中有幾個BUG還沒解決, 四、實現功能: 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關信息顯示在LIST控件內 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 五、主要功能: 查詢,添加,刪除,顯示“學院,各系,班級,學生,教師,社團,課程”等信息 程序還用了Active Skin 對程序進行了換膚!!

    標簽: SQL 2000 schooldata windows

    上傳時間: 2013-12-23

    上傳用戶:BIBI

  • 超大規模集成電路設計中

    超大規模集成電路設計中,布圖規劃的布局表示B*-tree和相應算法的實現,在linux環境中編譯運行

    標簽: 大規模 集成電路設計

    上傳時間: 2013-11-27

    上傳用戶:sammi

  • vfp 中公司類別的維護表單

    vfp 中公司類別的維護表單,通過windows tree控件實現

    標簽: vfp 表單

    上傳時間: 2014-05-30

    上傳用戶:二驅蚊器

  • vfp 中公司采購單數據錄入表單

    vfp 中公司采購單數據錄入表單,通過windows tree控件實現

    標簽: vfp 采購 數據 表單

    上傳時間: 2016-06-27

    上傳用戶:zhanditian

  • Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri

    Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial di?erential equations.

    標簽: introductory Numerical Computing textbook

    上傳時間: 2016-07-04

    上傳用戶:思琦琦

  • Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (

    Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial differential equations.

    標簽: Numerical Computing MATLAB with

    上傳時間: 2014-01-01

    上傳用戶:guanliya

  • 決策樹分類

    決策樹分類,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.

    標簽: 決策樹 分類

    上傳時間: 2016-08-01

    上傳用戶:源弋弋

  • 基于windows mobile操作系統

    基于windows mobile操作系統,關于操作task tree部分的實例程序。

    標簽: windows mobile 操作系統

    上傳時間: 2013-12-29

    上傳用戶:lizhen9880

  • These Matlab files are a convenient interface for the Java library containing the implementation of

    These Matlab files are a convenient interface for the Java library containing the implementation of thin junction tree filters (TJTF).

    標簽: implementation convenient containing interface

    上傳時間: 2014-03-06

    上傳用戶:xcy122677

  • 1)I:初始化(Initialization)。從終端讀入電文

    1)I:初始化(Initialization)。從終端讀入電文,寫到tobetrans文件中,統計電文的字符集合和對應的權值集合,建立哈夫曼樹,并將哈夫曼樹存于文件hfmtree中。 (2)C:編碼(Coding )。利用已建好的哈夫曼樹(如不在內存,則從文件hfmtree中讀入),對文件tobetrans中的正文進行編碼,然后將結果存入文件codefile中。 (3)D:譯碼(Decoding)。利用已建好的哈夫曼樹將文件codefile中的代碼進行譯碼,結果存入文件textfile中。 (4)P:印代碼文件(Print)。將文件codefile以緊湊格式顯示在終端上,每行50個代碼。同時將此字符形式的編碼文件寫入文件codeprint中。 (5)T:印哈夫曼樹(Tree printing)。將已在內存中的哈夫曼樹以直觀的方式(樹或凹入表形式)顯示在終端上,同時將此字符形式的哈夫曼樹寫入文件treeprint中。 用戶界面要求設計為“菜單”方式。 修改你的系統,實現對你的系統的源程序的編碼和譯碼(主要是將行尾符編/譯碼問題)。實現各個轉換操作的源/目標文件,均由用戶在選擇此操作時指定。

    標簽: Initialization 初始化

    上傳時間: 2014-01-04

    上傳用戶:windwolf2000

主站蜘蛛池模板: 宝山区| 恭城| 秭归县| 揭阳市| 开化县| 灵川县| 扶风县| 内丘县| 临泽县| 大足县| 贵港市| 龙门县| 邻水| 兴安县| 积石山| 临泽县| 闽侯县| 贵南县| 兴城市| 剑河县| 丰台区| 阜南县| 徐汇区| 张家界市| 湖口县| 吴江市| 博乐市| 榆社县| 章丘市| 老河口市| 镇远县| 赣榆县| 安新县| 保靖县| 大理市| 大厂| 九江市| 南澳县| 奉新县| 渑池县| 山东省|