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

FULLY

  • This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was rea

    This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 µ m CMOS process and it shows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is FULLY bit compatible with the synchronous implementation, and timing compatible for external memory access. The circuit is a compiled VLSI-program, using Tangram as VLSI-programming language and the Tangram tool set to compile the design automatically to a standard-cell netlist. This design approach proves to be powerful enough to describe the microcontroller and derive an efficient implementation. Further, it offers the designer the possibility to explore various alternatives in the design space.

    标签: microcontroller implementation asynchronous low-power

    上传时间: 2016-06-07

    上传用户:冇尾飞铊

  • The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob

    The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - FULLY parameterized: code parameters (n,k,m) can be selected via command line options. - decoding optional by Euclid or Belekamp-Massey algorithm - efficient support of shortened codes - extensive verbose levels for hardware verification

    标签: Reed-Solomon contains decoding package

    上传时间: 2013-12-11

    上传用户:shinesyh

  • The Ralink 802.11n Chipset family provides solutions for PCI, PCIe and USB interfaces with both 2.4

    The Ralink 802.11n Chipset family provides solutions for PCI, PCIe and USB interfaces with both 2.4 and 2.4/5GHz suppport. Each chipset consists of two highly integrated ICs (RFIC and BB/MAC IC) that FULLY comply with current draft IEEE 802.11n and IEEE 802.11a/b/g standards.

    标签: interfaces solutions provides Chipset

    上传时间: 2014-01-13

    上传用户:Thuan

  • Abstract A new intelligent milometer base on a microcontroller can count the sum. By taking full u

    Abstract A new intelligent milometer base on a microcontroller can count the sum. By taking full use of the processor 89s51 and E² PROM (AT24C02) and sensor of magnetism, it can count the sum of FULLY distance and the course of development.

    标签: microcontroller intelligent milometer Abstract

    上传时间: 2016-10-11

    上传用户:hoperingcong

  • Joomla 收费插件:企业客户管理系统。 Our suite of components and tools are architected and programmed specifical

    Joomla 收费插件:企业客户管理系统。 Our suite of components and tools are architected and programmed specifically for Joomla, the award winning CMS. jForce will provide you with: jAccounts – for your invoicing and billing needs jContacts – a new way to manage your sales funnel and business leads jProjects – efficient management of tasks, priorities and documents jSupport – manage trouble tickets and issues to keep your site smooth All these plugins packaged together as one FULLY integrated CRM solution. Built in Joomla! Whether you require one component or the entire suite of business automation, jForce can have you up and running with sleek and cost-efficient solutions today.

    标签: architected components programmed specifical

    上传时间: 2013-12-30

    上传用户:蠢蠢66

  • The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d

    The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear algebra solution is provided, but it is FULLY vectorized and FULLY sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated

    标签: gradient function provided versions

    上传时间: 2016-11-07

    上传用户:秦莞尔w

  • 不错的 PERL 教程 Find a Perl programmer, and you ll find a copy of Perl Cookbook nearby. Perl Cookbook

    不错的 PERL 教程 Find a Perl programmer, and you ll find a copy of Perl Cookbook nearby. Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications. The second edition of Perl Cookbook has been FULLY updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.

    标签: Cookbook Perl programmer nearby

    上传时间: 2016-11-23

    上传用户:chenbhdt

  • DDR SDRAM控制器的VHDL源代码

    DDR SDRAM控制器的VHDL源代码,含详细设计文档。 The DDR, DCM, and SelectI/O™ features in the Virtex™ -II architecture make it the perfect choice for implementing a controller of a Double Data Rate (DDR) SDRAM. The Digital Clock Manager (DCM) provides the required Delay Locked Loop (DLL), Digital Phase Shift (DPS), and Digital Frequency Synthesis (DFS) functions. This application note describes a controller design for a 16-bit DDR SDRAM. The application note and reference design are enhanced versions of XAPP200 targeted to the Virtex-II series of FPGAs. At a clock rate of 133 MHz, 16-bit data changes at both clock edges. The reference design is FULLY synthesizable and achieves 133 MHz performance with automatic place and route tools.

    标签: SDRAM VHDL DDR 控制器

    上传时间: 2014-11-01

    上传用户:l254587896

  • % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

    % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not FULLY connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.

    标签: Levenberg-Marquardt desired network neural

    上传时间: 2016-12-26

    上传用户:jcljkh

  • Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

    Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not FULLY % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , which has of two % rows. The first row specifies the hidden layer while the second % specifies the output layer.

    标签: recursive prediction algorithm Gauss-Ne

    上传时间: 2016-12-26

    上传用户:ljt101007