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

widely-used

  • C++ is widely used in the software industry. Some of its application domains include systems softwar

    C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel, Borland and others.

    标签: application industry software domains

    上传时间: 2013-12-23

    上传用户:wanqunsheng

  • This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the

    This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the computer networking industry to receive data at a particular frequency and transmit them at another frequency. An asynchronous FIFO has two different clocks: one for read and one for write.

    标签: Asynchronous asynchronous the discuss

    上传时间: 2013-12-09

    上传用户:Thuan

  • This control is another extension to the now standard and widely used ListView control. I have inclu

    This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header. This implementation eliminates all of the work of dealing with the filter messages and item filtering by incorporating it into the control. This could have been implemented as delegates, but we create controls to do the work for us, don t we? I would like to thank Carlos H. Perez since a lot of the implementation came from examples he set with his ListViewEx control.

    标签: control extension ListView standard

    上传时间: 2013-12-04

    上传用户:royzhangsz

  • C++ is considered the most widely used and powerful object-oriented programming language in industry

    C++ is considered the most widely used and powerful object-oriented programming language in industry today. This book is for who are interested in learning and exploring C++ programming where programs are developed to interface with real world devices. Learning C++ for interact with various hardware devices and how to interface a computer to physical devices. Anyone who is simply interested in programming and interfacing a computer to perform real activities.

    标签: object-oriented programming considered industry

    上传时间: 2017-08-13

    上传用户:gmh1314

  • For a programming language, Fortran has been around a long time. It was one of the first widely use

    For a programming language, Fortran has been around a long time. It was one of the first widely used 鈥渉igh-level鈥?languages, as well as the first programming language to be standardized. It is still the premier language for scientific and engineering computing applications. The purpose of this handbook is to describe the latest version of this language, Fortran 90. This chapter gives some history of the development and standardization of Fortran and describes the notation used to specify the syntax of Fortran 90.

    标签: programming language Fortran around

    上传时间: 2014-01-04

    上传用户:6546544

  • Stabilize Your Transimpedance Amplifier

      Abstract: Transimpedance amplifiers (TIAs) are widely used to translate the current output of sensors like photodiode-to-voltagesignals, since several circuits and instruments can only accept voltage input. An operational amplifier with a feedback resistor fromoutput to the inverting input is the most straightforward implementation of such a TIA. However, even this simple TIA circuit requirescareful trade-offs among noise gain, offset voltage, bandwidth, and stability. Clearly stability in a TIA is essential for good, reliableperformance. This application note explains the empirical calculations for assessing stability and then shows how to fine-tune theselection of the feedback phase-compensation capacitor.

    标签: Transimpedance Stabilize Amplifier Your

    上传时间: 2013-11-13

    上传用户:daoyue

  • Creating Safe State Machines(Mentor)

      Finite state machines are widely used in digital circuit designs. Generally, when designing a state machine using an HDL, the synthesis tools will optimize away all states that cannot be reached and generate a highly optimized circuit. Sometimes, however, the optimization is not acceptable. For example, if the circuit powers up in an invalid state, or the circuit is in an extreme working environment and a glitch sends it into an undesired state, the circuit may never get back to its normal operating condition.

    标签: Creating Machines Mentor State

    上传时间: 2013-10-08

    上传用户:wangzhen1990

  • DN452 汽车应用的电源监视器

      The LTC®4151 is a high side power monitor that includesa 12-bit ADC for measuring current and voltage, as wellas the voltage on an auxiliary input. Data is read throughthe widely used I2C interface. An unusual feature in thisdevice is its 7V to 80V operating range, allowing it to coverapplications from 12V automotive to 48V telecom.

    标签: 452 DN 汽车应用 电源监视器

    上传时间: 2013-10-28

    上传用户:集美慧

  • 基于ATmega16的标记机控制系统

    介绍了当前普通标记机控制系统现状及其存在缺点,给出气动标记机及相频修正PWM模式的工作原理。采用ATmega16单片机和USB转换RS232接口器件CH341T实现驱动控制系统与PC的实时通讯,标记控制系统可升级到USB接口。采用基于ATmega16的相频修正PWM替换555振荡电路产生的PWM,可直接通过软件调整PWM信号。使用达林顿三极管TIP122替代直流继电器驱动高频电磁阀,使得电磁阀驱动电路简单,成本低廉。该控制系统已成功应用于气动标记机。 Abstract:  In this paper,the actuality and demerit of the common gas marking machine control systems are described.The operation principle of the gas marking machine and the phase and frequency correct PWM of ATmega16is introduced.The real-time communication between the driving control system and PC by CH341T which its function is translated USB to RS232is realized,the control systems is updated grade to USB interface.The PWM signal can be adjustable by software for the555surge circuit was substituted by the phase and frequency.The high frequency electromagnetic value’s driving circuit by DC relay is replaced by TIP122,therefore,the circuit is become simple and the cost cheap.The control systems has been widely used in gas marking machine.

    标签: ATmega 16 标记 控制系统

    上传时间: 2013-10-17

    上传用户:1427796291

  • 基于8051F330的音频信号发生器的设计

     MMC/SD卡以其优越的性能,在单片机嵌入式设备中得到广泛应用。将MMC/SD卡作为外部掉电存储介质应用于音频信号发生器中,通过8051F330单片机上的SPI接口,实现单片机—MMC/SD卡的存储扩展,设计了此硬件平台上的MMC/SD卡的单片机驱动程序,并给出了相应的程序代码,满足音频信号发生器的大容量存储要求。 Abstract:  MMC/SD card is more and more widely used in the single chip embedded devices for their excellent performances.This article introduces the application of MMC/SD card as the external power down storage medium in audio signal generator. The extension technology especially for storage of single chip-MMC/SD card via SPI interfaces in 8051F330 single chip, including designs single chip drive program of MMC/SD card based on hardware platform,and also gives the key coding of the program. The implementation of big capacity storage is meaningful in audio signal generator.

    标签: 8051F330 音频信号 发生器

    上传时间: 2014-12-26

    上传用户:黄华强