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

wifi-of

  • Software for design and tuninig of SISO and MIMO contol systems

    Software for design and tuninig of SISO and MIMO contol systems

    标签: and Software tuninig systems

    上传时间: 2013-12-08

    上传用户:源码3

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    标签: ptfsf following the contains

    上传时间: 2013-11-28

    上传用户:风之骄子

  • This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equ

    This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide by treating the interior of the mesh as free space/air and enforcing PEC (Perfect Electric Conductor) conditions on the faces of the mesh.

    标签: implementing algorithm Maxwell simple

    上传时间: 2015-05-14

    上传用户:水中浮云

  • ANNUAL REPORT TO CONGRESS The Military Power of the People’s Republic of China 2005

    ANNUAL REPORT TO CONGRESS The Military Power of the People’s Republic of China 2005

    标签: CONGRESS Military Republic ANNUAL

    上传时间: 2013-12-27

    上传用户:zhengzg

  • Ion Team Lord Of The Rings Demo 模拟指环王的3D游戏 VS.NET编译 里面提供高级渲染算法

    Ion Team Lord Of The Rings Demo 模拟指环王的3D游戏 VS.NET编译 里面提供高级渲染算法

    标签: Rings Demo Team Lord

    上传时间: 2014-09-09

    上传用户:zq70996813

  • ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

    ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).

    标签: multiplication Implement matrices matrix

    上传时间: 2014-08-30

    上传用户:dsgkjgkjg

  • A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtract

    A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.

    标签: bit collection including addition

    上传时间: 2015-05-17

    上传用户:cursor

  • The Art Of C++ 此书的源码

    The Art Of C++ 此书的源码,经典!里面,实现了个建议的MiniC++的代码,值得一提的是,此MiniC++是解释性的

    标签: The Art Of 源码

    上传时间: 2015-05-17

    上传用户:xiaoxiang

  • This sample demonstrates the use of the projection objects ProjCoordSys and GeoCoordSys, and the C

    This sample demonstrates the use of the projection objects ProjCoordSys and GeoCoordSys, and the CoordinateSystem property of the MapLayer object and Map control. This application is intended to teach about the different world projections and there uses.

    标签: the ProjCoordSys demonstrates GeoCoordSys

    上传时间: 2015-05-17

    上传用户:363186

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    标签: available libraries Although nearly

    上传时间: 2014-01-22

    上传用户:zhoujunzhen