金山詞霸2002》中的附錄收集了很多古詩,有時(shí)為了尋找一篇古詩,得找很久 (俺文科很差)。觀察其附錄的結(jié)構(gòu),發(fā)現(xiàn)是個(gè)Tree-View控件,如果能查找里面的項(xiàng)目該有多好,可這個(gè)功能軟件本身卻并沒有提供(不知道現(xiàn)在最新的版本是否已經(jīng)提供了這個(gè)功能,如果沒有,趕快加上吧,順便獎(jiǎng)勵(lì)俺一套該產(chǎn)品的最新版,哈哈)……問題出來了:我們要編寫一個(gè)程序,讓她在外部程序中的Tree-View控件里,按用戶指定的項(xiàng)目名稱順序查找其中的項(xiàng)目。 要查找首先得遍歷,連范圍都確定不好何談查找?所以本篇分兩部分進(jìn)行講解:第一部分解決遍歷的問題;第二部分解決查找指定項(xiàng)目的問題。
上傳時(shí)間: 2015-10-27
上傳用戶:zhaoq123
基于Wince4.2操作系統(tǒng),evc4.0開發(fā)環(huán)境下Tree控件的使用
標(biāo)簽: Wince 4.2 操作系統(tǒng)
上傳時(shí)間: 2015-11-10
上傳用戶:R50974
SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
標(biāo)簽: examples e.g. weighted Training
上傳時(shí)間: 2014-07-26
上傳用戶:zsjzc
TreeNode數(shù)據(jù)結(jié)構(gòu)思想的菜單實(shí)現(xiàn),同過才代碼會(huì)進(jìn)一步的Tree思想的數(shù)據(jù)組織形式
標(biāo)簽: TreeNode 數(shù)據(jù)結(jié)構(gòu) 菜單
上傳時(shí)間: 2013-12-31
上傳用戶:上善若水
ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時(shí)解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調(diào)試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點(diǎn)[Breakpoints] 十,內(nèi)存映射窗口[Memory map window] 十一、十二,監(jiān)視與監(jiān)察器[Watches and inspectors] 十三,線程[Threads] 十四,復(fù)制到剪切板[Copy to clipboard] 十五,調(diào)用棧[Call stack] 十六,調(diào)用樹[Call tree] 十七,選項(xiàng)[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執(zhí)行與自動(dòng)執(zhí)行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]
標(biāo)簽: ollydbg OllyDbg 32 教程
上傳時(shí)間: 2016-01-02
上傳用戶:xhz1993
對(duì)樹剪枝算法,輸入文件為tree.txt,顯示剪枝位置
上傳時(shí)間: 2014-01-16
上傳用戶:libinxny
To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.
標(biāo)簽: Debug the ATLTrace project
上傳時(shí)間: 2014-01-15
上傳用戶:wfl_yy
軟件介紹: 編程環(huán)境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL設(shè)置: 將在SQL2000下建立schooldata數(shù)據(jù)庫 導(dǎo)入數(shù)據(jù)文件 導(dǎo)入數(shù)據(jù): data目錄下有school_back數(shù)據(jù)庫備分文件 操作:用SQL企業(yè)管理器還原數(shù)據(jù)庫來導(dǎo)入數(shù)據(jù) 訪問本地?cái)?shù)據(jù)庫服務(wù)器,密碼是自己設(shè)置的那個(gè),操作schooldata數(shù)據(jù)庫的用戶名和密碼相同 主要用ADO訪問數(shù)據(jù)庫,和幾個(gè)顯示數(shù)據(jù)的控件Treectrl,listctrl,datagrid等 程序中有幾個(gè)BUG還沒解決, 實(shí)現(xiàn)功能: 操作:在選擇查詢條件:選擇一個(gè),tree控件里顯示相關(guān)信息 可以在tree控件里單擊來顯示每個(gè)ITEM,每個(gè)ITEM相關(guān)信息顯示在LIST控件內(nèi) 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學(xué)院,各系,班級(jí),學(xué)生,教師,社團(tuán),課程”等信息 //====================================================================== 程序還用了Active Skin 對(duì)程序進(jìn)行了換膚
標(biāo)簽: windows visual stdio 2003
上傳時(shí)間: 2013-12-18
上傳用戶:er1219
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
標(biāo)簽: number algorithms multimedia implements
上傳時(shí)間: 2014-11-16
上傳用戶:hoperingcong
高效的k-means算法實(shí)現(xiàn),使用了k-d樹與局部搜索等提高k-means算法的執(zhí)行效率,同時(shí)包含示例代碼,用c++代碼實(shí)現(xiàn)。 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++.
上傳時(shí)間: 2016-03-28
上傳用戶:yulg
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1