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

TML-P

  • It was proposed that perfect invisibility cloaks can be constructed for hiding objects from electrom

    It was proposed that perfect invisibility cloaks can be constructed for hiding objects from electromagnetic illumination (Pendry et al., Science 312, p. 1780). The cylindrical cloaks experimentally demonstrated (Schurig et al., Science 314, p. 997) and theoretically proposed (Cai et al., Nat. Photon. 1, p. 224) have however simplified material parameters in order to facilitate easier realization as well as to avoid infinities in optical constants. Here we show that the cylindrical cloaks with simplified material parameters inherently allow the zeroth-order cylindrical wave to pass through the cloak as if the cloak is made of a homogeneous isotropic medium, and thus visible. To all high-order cylindrical waves, our numerical simulation suggests that the simplified cloak inherits some properties of the ideal cloak, but finite scatterings exist.

    标签: invisibility constructed proposed electrom

    上传时间: 2013-12-18

    上传用户:13215175592

  • The double-density DWT is an improvement upon the critically sampled DWT with important additional p

    The double-density DWT is an improvement upon the critically sampled DWT with important additional properties: (1) It employs one scaling function and two distinct wavelets, which are designed to be offset from one another by one half, (2) The double-density DWT is overcomplete by a factor of two, and (3) It is nearly shift-invariant. In two dimensions, this transform outperforms the standard DWT in terms of denoising however, there is room for improvement because not all of the wavelets are directional. That is, although the double-density DWT utilizes more wavelets, some lack a dominant spatial orientation, which prevents them from being able to isolate those directions.

    标签: double-density improvement additional critically

    上传时间: 2017-04-03

    上传用户:dongbaobao

  • Thinking in Java(java编程思想) 第三版+第四版(完整中文版电子书+配套习题答案) 本资料包括四部分内容: 1、Thinking in Java 3th Edition.p

    Thinking in Java(java编程思想) 第三版+第四版(完整中文版电子书+配套习题答案) 本资料包括四部分内容: 1、Thinking in Java 3th Edition.pdf为java编程思想第三版,是中文版,pdf格式,不是扫描版,非常清晰,与实际的书内容一模一样 2、Thinking in Java 3th Edition习题及答案.chm为第三版的配套习题参考答案; 3、Thinking in Java 4th Edition.pdf是pdf格式,非扫描版,完整版,绝对不会少一丁点内容 ; 4、Thinking in Java 4th Edition答案.zip是由xiaotingdu分章整理,该部分下载者可自己调试再次整理发布,以求更好;

    标签: Thinking Java Edition in

    上传时间: 2017-04-04

    上传用户:1101055045

  • 本人做的从虚拟机的硬盘直接启动vxworks

    本人做的从虚拟机的硬盘直接启动vxworks,直接用vmware打开,启动时先用手动启动,回车用p命令查看参数,然后修改主机参数。后面就不用再说了...

    标签: vxworks 虚拟机 硬盘

    上传时间: 2017-04-07

    上传用户:dianxin61

  • 还在为“基于MATLAB的OFDM系统仿真”的朋友

    还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮助。更希望本站能吸引更多的编程爱好者再创佳绩。

    标签: MATLAB OFDM 系统仿真

    上传时间: 2014-12-02

    上传用户:zhangyi99104144

  • 进程间通信14 说明了进程控制原语并且观察了如何调用多个进程。但是这些进程之间交换信息的 唯一方法是经由f o r k或e x e c传送打开文件

    进程间通信14 说明了进程控制原语并且观察了如何调用多个进程。但是这些进程之间交换信息的 唯一方法是经由f o r k或e x e c传送打开文件,或通过文件系统。本章将说明进程之间相互通信的 其他技术—I P C(InterProcess Communication)。

    标签: 进程 进程间通信 控制 传送

    上传时间: 2013-12-03

    上传用户:zhenyushaw

  • 全书六册如下: 思维导图丛书 唤醒创造天才的10种方法.pdf 思维导图丛书 大脑使用说明书.pdf 思维导图丛书 提高语言智能的10种方法.pdf 思维导图丛书 激发身体潜能的10种方法.p

    全书六册如下: 思维导图丛书 唤醒创造天才的10种方法.pdf 思维导图丛书 大脑使用说明书.pdf 思维导图丛书 提高语言智能的10种方法.pdf 思维导图丛书 激发身体潜能的10种方法.pdf 思维导图丛书 磨砺社交技能的10种方法.pdf 思维导图丛书 获取精神力量的10种方法.pdf

    标签: 创造 使用说明书 大脑

    上传时间: 2017-04-13

    上传用户:lo25643

  • 课程设计: 1.求出在一个n×n的棋盘上

    课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6) 设字符集及频度如下表: 字符 空格 A B C D E F G H I J K L M 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1

    标签:

    上传时间: 2017-04-24

    上传用户:zhyiroy

  • 灰色预测GM(1

    灰色预测GM(1,1)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算

    标签: 灰色预测

    上传时间: 2013-12-23

    上传用户:hasan2015

  • 摘要:电压监测仪的校验工作量大、 效率和精度低

    摘要:电压监测仪的校验工作量大、 效率和精度低, 为保证电压监测仪性能指标, 研制了一种对单相电压监测统计仪进行精度、 灵敏度、 谐波、 时间试验的校验装置。装置以高速单片机为核心, 利用丰富的P C机资源、 融合F P G A 技术、 点阵图形液晶等技术, 实现监测仪误差校验过程的自动控制、微机数据管理、 程控操作、 故障保护。实验结果表明装置综合误差为0 . 1 级, 输出电压失真度小于0 . 5 , 系 统运行准确、 数据传输可靠、 操作方便及功能完善。

    标签: 电压监测仪 效率 精度

    上传时间: 2014-07-05

    上传用户:stella2015