虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

FORm

  • BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [

    BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the FORm: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %

    标签: constrained variables function possibly

    上传时间: 2014-01-13

    上传用户:youth25

  • This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over

    This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over fifty IP generators, available in the FORm of three toolkits that produce synthesizable MATLAB for common MATLAB built in and toolbox functions. Each generator offers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.

    标签: AccelWare generators introduce exercise

    上传时间: 2013-12-16

    上传用户:2467478207

  • BmpRgn is a *FREEWARE* unit that allows you to create FORms with transparent areas based on a bitm

    BmpRgn is a *FREEWARE* unit that allows you to create FORms with transparent areas based on a bitmap that you provide. The bitmap is converted to a FORm region, where only the interior pixels are displayed. The transparent border remains transparent.

    标签: transparent FREEWARE BmpRgn allows

    上传时间: 2015-10-04

    上传用户:himbly

  • J2ME高级用户界面的学习代码

    J2ME高级用户界面的学习代码,在ktoolbar下运行,是学习J2ME的好助手.这里包括 ExpandThread,FORm,FORmN,Gauge,ImageItemAnimation,ImageItem,ItemStateListener

    标签: J2ME 用户界面 代码

    上传时间: 2015-10-08

    上传用户:wff

  • Do your applications look a little boring? Would you like to get spectacular yet easy to use visual

    Do your applications look a little boring? Would you like to get spectacular yet easy to use visual effects? Billenium Effects will give your applications a different touch without interfering with your existing code. For example, just by dropping two components to your Splash Screen or About FORm they will be shown with a professional transition effect that will delight your customers. First impressions count!

    标签: applications spectacular little boring

    上传时间: 2015-10-09

    上传用户:dreamboy36

  • 适用于将离散点云数据(.txt)

    适用于将离散点云数据(.txt),转换为IGS格式- This procedure will be suitable for is separated the cloud data (txt), the transFORmation will be the IGS FORm

    标签: txt 离散 云数据

    上传时间: 2014-11-08

    上传用户:AbuGe

  • Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become t

    Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become the main FORm ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculiarity and几out— putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig— nal and几outputting signal ale built.

    标签: jamming modulation frequency Abstract

    上传时间: 2015-10-17

    上传用户:lijinchuan

  • 每种程序设计语言都有描述程序语法结构的规则。例如

    每种程序设计语言都有描述程序语法结构的规则。例如,Pascal程序由程序块(又叫分程序)构成,程序块由语句组成,语句由表达式组成,表达式由记号组成等等。这些规则可以用上下文无关文法或BNF范式(Backus-Naur FORm)描述。 编译器常用的文法分析方法有自上而下和自下而上两种。正如它们的名字所示,自上而下分析器建立分析树是从根结点到叶结点,而自下而上分析器恰好反过来。它们的共同点是从左向右地扫描输入,每次一个符号。 最有效的自上而下和自下而上的分析法都只能处理上下文无关文法的子类。这些子类足以描述程序设计语言的大多数语法结构,其中LL文法的分析器通常用手工实现,而LR文法的分析器通常利用自动工具构造。 本章致力于编译器采用的典型语法分析方法。我们首先提出有关上下文无关文法的基本概念,然后介绍适合于手工实现的预测分析技术,最后给出自动工具用的LR分析算法。由于程序员准备的代码经常会出现一些语法错误,因此我们还扩展所介绍的分析方法,使之能从常见的错误中恢复过来。 3.1 上下文无关文法 ..... 3.4 自下而上分析 3.6 二义文法的应用

    标签: 程序设计语言 程序

    上传时间: 2013-12-25

    上传用户:hanli8870

  • 功能∶ 用于UNIX上做画面、菜单、查询、输入、修改;可操作数据库。 设计思路∶ 将人机对话

    功能∶ 用于UNIX上做画面、菜单、查询、输入、修改;可操作数据库。 设计思路∶ 将人机对话,可分为基本的输入与输出两大类,在此前提下,为了不同的需要把域分作 多种类型;对涉及数据库的域指明有关的表名、字段名,以进行数据库的读写。将这些 不同功能的域有机的组合在一个FORm中,来实现一个功能模块。将FORm编号,按一定的 结构以二进制的形式存入文件,在使用时,系统按编号读入FORm的数据,按步实现预定 的功能。

    标签: UNIX 画面 查询 修改

    上传时间: 2014-01-06

    上传用户:ynsnjs

  • Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A

    Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary FORm as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary FORm as 1011000, so the lowest bit of A is 1000, so the output should be 8.

    标签: A. positive integer example

    上传时间: 2014-01-22

    上传用户:rocketrevenge