The purpose of this program is to enable building a config file to the radarFDTD packAge using a modern GUI.
標簽: radarFDTD building purpose program
上傳時間: 2015-04-06
上傳用戶:s363994250
HSVM packAge in Matlab
上傳時間: 2014-12-20
上傳用戶:anng
是MIDP 的API 查詢文件, 大家可以看一下裡面的index.html, 再用packAge 或 Class 名字來查.
上傳時間: 2013-12-13
上傳用戶:lz4v4
This packAge contains assembly programs for testing how many clock cycles a piece of code takes to execute.
標簽: contains assembly programs packAge
上傳時間: 2013-11-25
上傳用戶:asdfasdfd
The software packAge provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
標簽: implemented Hyper-Cube Framework the
上傳時間: 2015-05-13
上傳用戶:cooran
VRay光影追蹤渲染器有Basic packAge 和 Advanced packAge兩種包裝形式。Basic packAge具有適當的功能和較低的價格,適合學生和業余藝術家使用。Advanced packAge 包含有幾種特殊功能,適用于專業人員使用。
標簽: packAge Basic Advanced VRay
上傳時間: 2014-12-01
上傳用戶:xhz1993
uc/os-ii for 8051 This packAge provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this packAge you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
標簽: the provides required packAge
上傳時間: 2015-05-21
上傳用戶:ainimao
This packAge implements a Kalman filter as described in the paper "A Statistical Algorithm for Estimating Speed from Single Loop Volume and Occupancy Measurements" by D. J. Dailey.
標簽: Statistical implements Algorithm described
上傳時間: 2013-12-12
上傳用戶:cc1915
實現背包問題 packAge problem 1. 問題描述 假設有一個能裝入總體積為T的背包和n件體積分別為w1 , w2 , … , wn 的物品,能否從n件物品中挑選若干件恰好裝滿背包,即使w1 +w2 + … + wn=T,要求找出所有滿足上述條件的解。例如:當T=10,各件物品的體積{1,8,4,3,5,2}時,可找到下列4組解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 讀入T、n、w1 , w2 , … , wn 3.提示: 可利用遞歸方法:若選中w1 則問題變成在w2 , … , wn 中挑選若干件使得其重量之和為T- w1 ,若不選中w1,則問題變成在w2 , … , wn 中挑選若干件使得其重量之和為T 。依次類推。 也可利用回溯法的設計思想來解決背包問題。首先將物品排成一列,然后順序選取物品裝入背包,假設已選取了前i 件物品之后背包還沒有裝滿,則繼續選取第i+1件物品,若該件物品“太大”不能裝入,則棄之而繼續選取下一件,直至背包裝滿為止。但如果在剩余的物品中找不到合適的物品以填滿背包,則說明“剛剛”裝入背包的那件物品“不合適”,應將它取出“棄之一邊”,繼續再從“它之后”的物品中選取,如此重復,,直至求得滿足條件的解,或者無解。 注:沒壓縮密碼
上傳時間: 2014-01-18
上傳用戶:yxgi5
A C++ N-grams packAge 2.0 This is a simple C++ n-grams packAge that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function defined. This packAge is based on Dr. Vlado Keselj s Perl packAge Text::Ngrams which is available in CPAN.
標簽: includes correspo N-grams packAge
上傳時間: 2015-06-12
上傳用戶:wfl_yy