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

2009.<b>03</b>

  • MATLAB 7简介 02、MATLAB 7的安装 03、基本使用方法 04、数值向量和数组 05、字符串、单元数组和结构 06、数值计算功能 07、符号运算 08、图形处理 09、G

    MATLAB 7简介 02、MATLAB 7的安装 03、基本使用方法 04、数值向量和数组 05、字符串、单元数组和结构 06、数值计算功能 07、符号运算 08、图形处理 09、GUI图形设计 10、MATLAB 7程序设计

    标签: MATLAB 数组 数值 向量

    上传时间: 2017-03-20

    上传用户:teddysha

  • 八、 设计SAMPLE语言的语法、语义分析器

    八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。

    标签: SAMPLE 语言 分析器

    上传时间: 2017-03-21

    上传用户:924484786

  • usi的wifi、bt一体模块-03模块的datasheet 。

    usi的wifi、bt一体模块-03模块的datasheet 。

    标签: datasheet wifi usi 模块

    上传时间: 2017-03-25

    上传用户:CHENKAI

  • 微机械压电陀螺ENC-03的中文手册

    微机械压电陀螺ENC-03的中文手册,为日本村田公司生产。

    标签: ENC 03 微机械 压电

    上传时间: 2017-03-27

    上传用户:2404

  • 本程序是ARM7系列下LPC2148的例程

    本程序是ARM7系列下LPC2148的例程,通过K7I开发板实现的数码管显示 1-2-3-4-5-6-7-8-9-0-A-b-C-d-E-F

    标签: ARM7 2148 LPC 程序

    上传时间: 2017-03-30

    上传用户:1966640071

  • We analyze, both analytically and numerically, the effectiveness of cloaking an infinite cylinder f

    We analyze, both analytically and numerically, the effectiveness of cloaking an infinite cylinder from observations by electromagnetic waves in three dimensions. We show that, as truncated approximations of the ideal permittivity and permeability tensors tend towards the singular ideal cloaking fields, so that the anisotropy ratio tends to infinity, the D and B fields blow up near the cloaking surface. Since the metamaterials used to implement cloaking are based on effective medium theory, the resulting large variation in D and B will pose a challenge to the suitability of the field averaged characterization of " and 碌. We also consider cloaking with and without the SHS (softand- hard surface) lining, shown in [6] to be theoretically necessary for cloaking in the cylindrical geometry. We demonstrate numerically that cloaking is significantly improved by the SHS lining, with both the far field of the scattered wave significantly reduced and the blow up of D and B prevented.

    标签: effectiveness analytically numerically cloaking

    上传时间: 2017-03-30

    上传用户:zxc23456789

  • 一个办公自动化管理系统

    一个办公自动化管理系统,基于B/S架构,用jsp+javabeans 编写的,很不错的

    标签: 办公自动化 管理系统

    上传时间: 2017-03-31

    上传用户:1159797854

  • 在线招生报名系统 2009 (内附说明)

    在线招生报名系统 2009 (内附说明)

    标签: 2009

    上传时间: 2017-04-03

    上传用户:ukuk

  • 一个rc531代码

    一个rc531代码,可以同时实现实现ISO14443A,B协议;keil51 编译;非常实用的代码。

    标签: 531 rc 代码

    上传时间: 2013-12-15

    上传用户:Altman

  • 一道程序编译顺序的考题

    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。

    标签: 程序编译

    上传时间: 2014-12-03

    上传用户:徐孺