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