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

well-Designed

  • Features a unique program to estimate the power spectral density. The spectrum containing all signif

    Features a unique program to estimate the power spectral density. The spectrum containing all significant details is calculated from a time series model. Model type as well as model order are determined automatically from the data, using statistical criteria. Robust estimation algorithms and order selection criteria are used to obtain reliable results. Unlike in FFT analysis, where the experimenter has to set the amount of smoothing of the raw FFT, the right level of detail is assessed using the data only.

    标签: containing Features estimate spectral

    上传时间: 2014-02-09

    上传用户:daguda

  • FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a con

    FP + OOP = Haskell. The programming language Haskell adds object-oriented functionality (using a concept known as type classes ) to a pure functional programming framework. This paper describes these extensions and analyzes its accomplishments as well as some problems.

    标签: Haskell object-oriented functionality programming

    上传时间: 2014-09-02

    上传用户:zhenyushaw

  • SQL: A Beginner’s Guide is recommended for anyone trying to build a foundation in SQL programming.

    SQL: A Beginner’s Guide is recommended for anyone trying to build a foundation in SQL programming. The book is designed specifically for those who are new or relatively new to SQL however, those of you who need a refresher in SQL will also find this book beneficial.Whether you’re an experienced programmer, have had some web development experience, are a database administrator, or are new to programming and databases, SQL: A Beginner’s Guide provides a strong foundation that will be useful to any of you wishing to learn more about SQL.

    标签: recommended programming foundation SQL

    上传时间: 2013-12-24

    上传用户:Amygdala

  • An Overview of Smart Card Security. The smart card, an intelligent token, is a credit card sized

    An Overview of Smart Card Security. The smart card, an intelligent token, is a credit card sized plastic card embedded with an integrated circuit chip. It provides not only memory capacity, but computational capability as well. The self-containment of smart card makes it resistant to attack as it does not need to depend upon potentially vulnerable external resources. Because of this characteristic, smart cards are often used in different applications which require strong security protection and authentication.

    标签: card intelligent Overview Security

    上传时间: 2017-09-25

    上传用户:busterman

  • Complete solution for Hardware Programming. PonyProg software and Schematics. Contains PCBs and al

    Complete solution for Hardware Programming. PonyProg software and Schematics. Contains PCBs and all the hardware diagrams needed by the Hardware Programmer. PCBs are tested and Software which is a Freeware, Works well under Windows XP and Windows Vista.

    标签: Programming Schematics and Complete

    上传时间: 2013-12-31

    上传用户:123啊

  • openssl源码

    openssl源码 The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.

    标签: ssl、openssl、网络、安全

    上传时间: 2015-02-26

    上传用户:cjm3345

  • A FLASH Bootloader for PIC16 and PIC18 Devices

    Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designed with a designated“boot block”, a small section of protectable program memory allocated specifically for bootload firmware.

    标签: bootloader;PIC16;PIC18

    上传时间: 2015-03-05

    上传用户:rfvrfv

  • A FLASH Bootloader for PIC16 and PIC18 Devices

    Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designed with a designated“boot block”, a small section of protectable program memory allocated specifically for bootload firmware.

    标签: PIC16;PIC18;Bootloader

    上传时间: 2015-03-05

    上传用户:rfvrfv

  • TJA1040

    The TJA1040 is an advanced high speed CAN transceiver for use in  automotive and general industrial applications. It supports the differential  bus signal representation described in the international standard for  in-vehicle high speed CAN applications (ISO11898). CAN (Controller Area  Network) is the standard protocol for serial in-vehicle bus communication,  particularly for Engine Management and Body Multiplexing. The TJA1040 provides a Standby mode, as known from its functional  predecessors PCA82C250 and PCA82C251, but with significantly  reduced power consumption. Besides the excellent low-power behavior  the TJA1040 offers several valuable system improvements. Highlights are  the absolute passive bus behavior if the device is unpowered as well as  the excellent EMC performance.

    标签: CAN

    上传时间: 2015-03-23

    上传用户:Yuan Lo

  • distmesh

    matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.

    标签: matlab有限元网格划分程序

    上传时间: 2015-08-12

    上传用户:凛风拂衣袖