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

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

tree-dependent

  • 軟件介紹: 編程環境: windows2003 +visual stdio c++ .net Ado + SQL2000 /##################################

    軟件介紹: 編程環境: 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 對程序進行了換膚

    標簽: windows visual stdio 2003

    上傳時間: 2013-12-18

    上傳用戶:er1219

  • The UCL common multimedia library implements a number of algorithms and protocols needed by a number

    The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The following protocols/algorithms are included in the library: Base64 encoding/decoding Binary tree Random number HMAC authentication MD5 DES RTP MBus SAP

    標簽: number algorithms multimedia implements

    上傳時間: 2014-11-16

    上傳用戶:hoperingcong

  • 高效的k-means算法實現

    高效的k-means算法實現,使用了k-d樹與局部搜索等提高k-means算法的執行效率,同時包含示例代碼,用c++代碼實現。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented in C++.

    標簽: k-means 算法

    上傳時間: 2016-03-28

    上傳用戶:yulg

  • 赫夫曼編譯碼器: 用哈夫曼編碼進行通信可以大大提高信道利用率

    赫夫曼編譯碼器: 用哈夫曼編碼進行通信可以大大提高信道利用率,縮短信息傳輸時間,降低傳輸成本。但是,這要求在發送端通過一個編碼系統對待傳數據預先編碼,在接收端將傳來的數據進行譯碼(復原)。對于雙工信道(即可以雙向傳輸信息的信道),每端都需要一個完整的編/譯碼系統。試為這樣的信息收發站寫一個哈夫曼碼的編/譯碼系統。 [基本要求]一個完整的系統應具有以下功能: (1)I:初始化(Initialization)。從終端讀入字符集大小n,以及n個字符和n個權值,建立哈夫曼樹,并將它存于文件hfmTree中。 (2)E:編碼(Encoding)。利用已建好的哈夫曼樹(如不在內存,則從文件hfmTree中讀入),對文件ToBeTran中的正文進行編碼,然后將結果存入文件CodeFile中。 (3)D:譯碼(Decoding)。利用已建好的哈夫曼樹將文件CodeFile中的代碼進行譯碼,結果存入文件TextFile中。 (4)P:印代碼文件(Print)。將文件CodeFile以緊湊格式顯示在終端上,每行50個代碼。同時將此字符形式的編碼文件寫入文件CodePrin中。 (5)T:印哈夫曼樹(Tree printing)。將已在內存中的哈夫曼樹以直觀的方式(樹或凹入表形式)顯示出,同時將此字符形式的哈夫曼樹寫入文件TreePrint中。

    標簽: 赫夫曼編譯碼 編碼 信道 利用率

    上傳時間: 2016-04-17

    上傳用戶:zaizaibang

  • --- --- --- --- --- --- Visual Studio Project Renamer For Win9x/NT/2k By Niek Albers nie

    --- --- --- --- --- --- Visual Studio Project Renamer For Win9x/NT/2k By Niek Albers nieka@daansystems.com (C)2001 DaanSystems Homepage: http://www.daansystems.com ------------------------------------ Use with care and on your own risk! Make backups before you use this program. Do a rebuild all on your renamed project. Usage: vsrename <oldname> <newname> <dir> Where: oldname : The old name of your project (typically the xxx from xxx.dsw) newname : The new name for your project dir : The directory tree that holds the project. The program will replace all occurences of oldname to newname in all files and rename all filenames that have the old name in it. It will walk subdirectories.

    標簽: Project Renamer Visual Studio

    上傳時間: 2013-12-15

    上傳用戶:13517191407

  • Library and command line program for Huffman encoding and decoding both files and chunks of memory.

    Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa

    標簽: and encoding decoding Library

    上傳時間: 2016-06-01

    上傳用戶:zhaiye

  • 將在SQL2000下建立schooldata數據庫

    將在SQL2000下建立schooldata數據庫,導入數據文件 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關信息顯示在LIST控件內 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學院,各系,班級,學生,教師,社團,課程”等信息 程序還用了Active Skin 對程序進行了換膚!!

    標簽: schooldata 2000 SQL 數據庫

    上傳時間: 2014-12-07

    上傳用戶:集美慧

  • 一、編程環境: 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

    上傳用戶:二驅蚊器

主站蜘蛛池模板: 左权县| 红河县| 涪陵区| 镶黄旗| 鹿邑县| 汽车| 大安市| 仲巴县| 景洪市| 黑河市| 年辖:市辖区| 平罗县| 临桂县| 巴林右旗| 达日县| 上饶市| 耿马| 临沧市| 黔东| 利川市| 临桂县| 外汇| 蛟河市| 收藏| 阳江市| 剑河县| 石河子市| 凤城市| 牟定县| 孝昌县| 西城区| 荔波县| 灌南县| 海南省| 富平县| 广平县| 海伦市| 清远市| 洛南县| 吕梁市| 文水县|