簡單好用的Delphi專家一個簡單好用的Delphi專家
安裝后Delphi將增加兩個小功能:
1.在窗體/DataModule上可以按Ctrl-F進行查找定位組件, 在一個窗體/DataModule中組件很多時, 難以查找和定位組件時非常有用.
2.當我們在代碼窗口按下Alt-F11來Use unit時, 只能選擇下面已列出的單元,這樣如果我們要輸入不存在的單元名, 就只好跳到文件頭處去添加了, 而安裝此專家后, 我取代了Alt-F11調出的對話框, 在其中可以輸入不存在的單元名, 按OK立刻就會添加到Implements的Uses段, 非常方便, 而且可以切換列表中只顯示窗體單元, 方便選擇.
(PS: 如果是輸入已存在的單元名, 請輸入完整, 或輸入一半后按下空格鍵獲取下方列表中當前位置的名稱)
標簽:
Delphi
DataModule
Ctrl-F
DataM
上傳時間:
2016-08-18
上傳用戶:hanli8870
The package includes 3 Matlab-interfaces to the c-code:
1. inference.m
An interface to the full inference package, includes several methods for
approximate inference: Loopy Belief Propagation, Generalized Belief
Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods
(Metropolis, Gibbs, Wolff, Swendsen-Wang).
Use "help inference" from Matlab to see all options for usage.
2. gbp_preprocess.m and gbp.m
These 2 interfaces split Generalized Belief Propagation into the pre-process
stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use
only one of them, or changing some parameters in between.
Use "help gbp_preprocess" and "help gbp" from Matlab.
3. simulatedAnnealing.m
An interface to the simulated-annealing c-code. This code uses Metropolis
sampling method, the same one used for inference.
Use "help simulatedAnnealing" from Matlab.
標簽:
Matlab-interfaces
inference
interface
the
上傳時間:
2016-08-27
上傳用戶:gxrui1991