金山詞霸2002》中的附錄收集了很多古詩,有時為了尋找一篇古詩,得找很久 (俺文科很差)。觀察其附錄的結構,發現是個Tree-View控件,如果能查找里面的項目該有多好,可這個功能軟件本身卻并沒有提供(不知道現在最新的版本是否已經提供了這個功能,如果沒有,趕快加上吧,順便獎勵俺一套該產品的最新版,哈哈)……問題出來了:我們要編寫一個程序,讓她在外部程序中的Tree-View控件里,按用戶指定的項目名稱順序查找其中的項目。 要查找首先得遍歷,連范圍都確定不好何談查找?所以本篇分兩部分進行講解:第一部分解決遍歷的問題;第二部分解決查找指定項目的問題。
上傳時間: 2015-10-27
上傳用戶:zhaoq123
CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares. CORDIC works by rotating the coordinate system through constant angles until the angle is reduces to zero. The angle offsets are selected such that the operations on X and Y are only shifts and adds.
標簽: Coordinate elementary computing functions
上傳時間: 2015-11-08
上傳用戶:saharawalker
基于Wince4.2操作系統,evc4.0開發環境下Tree控件的使用
上傳時間: 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.
標簽: examples e.g. weighted Training
上傳時間: 2014-07-26
上傳用戶:zsjzc
TreeNode數據結構思想的菜單實現,同過才代碼會進一步的Tree思想的數據組織形式
上傳時間: 2013-12-31
上傳用戶:上善若水
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內存映射窗口[Memory map window] 十一、十二,監視與監察器[Watches and inspectors] 十三,線程[Threads] 十四,復制到剪切板[Copy to clipboard] 十五,調用棧[Call stack] 十六,調用樹[Call tree] 十七,選項[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執行與自動執行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]
上傳時間: 2016-01-02
上傳用戶:xhz1993
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all Dirichlet boundary, note that reaction coefficient is not zero % by indirect BKM
標簽: convection-diffusion deta with homogeneous
上傳時間: 2016-01-03
上傳用戶:CHINA526
Algorithms for the estimation of a channel whose impulse response is characterized by a large number of zero tap coefficients are developed and compared.
標簽: characterized Algorithms estimation response
上傳時間: 2013-12-26
上傳用戶:manking0408
對樹剪枝算法,輸入文件為tree.txt,顯示剪枝位置
上傳時間: 2014-01-16
上傳用戶:libinxny