simply to register your DLL file
上傳時間: 2013-12-27
上傳用戶:yzhl1988
This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
標簽: This code arithmatic calculator
上傳時間: 2017-06-17
上傳用戶:AbuGe
An big X moving from left to right displayed on the 8*8 matrix screen. It simply used the 89c51 and only P1 & P2 port
標簽: displayed the moving matrix
上傳時間: 2017-07-03
上傳用戶:1079836864
mcu 8051 core,simply,easy study and understand,very good for study 8051
標簽: study 8051 understand simply
上傳時間: 2014-01-03
上傳用戶:zhoujunzhen
Simple example C++Builder6 + OpenCV1.1pre1. simply show on form an image from webcamera.Some other such examples on my site/forum: http:\\www.compvision.ru
標簽: webcamera Builder example Simple
上傳時間: 2017-08-28
上傳用戶:cjl42111
this a book about how to use fpga,it is very simply ,but is useful for developing fpga,
上傳時間: 2013-08-30
上傳用戶:debuchangshi
Video cable driver amplifi er output stages traditionallyrequire a supply voltage of at least 6V in order to providethe required output swing. This requirement is usuallymet with 5V supplies by adding a boost regulator or asmall local negative rail, say via the popular LT®1983-3.Such additional circuitry is unnecessary in typical 1VP-Pvideo connections, such as HD component video, if thecable driver amplifi ers simply offer near rail-to-rail outputcapability when powered from 5V.
上傳時間: 2013-11-16
上傳用戶:yanyangtian
Occasionally, we are tasked with designing circuitry for aspecific purpose. The request may have customer originsor it may be an in-house requirement. Alternately, a circuitmay be developed because its possibility is simply tooattractive to ignore1. Over time, these circuits accumulate,encompassing a wide and useful body of proven capabilities.They also represent substantial effort. These considerationsmake publication an almost obligatory propositionand, as such, a group of circuits is presented here. This isnot the first time we have displayed such wares and, giventhe encouraging reader response, it will not be the last2.Eighteen circuits are included in this latest effort, roughlyarranged in the categories given in this publication’s title.They appear at the next paragraph.
上傳時間: 2013-11-12
上傳用戶:012345
光伏發電是未來新能源發電重要方向之一,而光伏變流器是光伏發電系統的核心。介紹一種基于微網理念的光伏變流器設計。以該變流器為核心的光伏發電系統可以看做一個小型的微網系統。該系統能根據外部電網情況,工作于并網模式和離網模式。介紹了該系統的各個組成部件的設計以及變流器主電路部分器件的選型。最后,由實驗樣機進行測試。試驗結果驗證了電路拓撲結構及控制方案的可行性,也說明了系統參數設計方法的正確性。 Abstract: Solar Photovoltaic generation is an important direction of new energy power generation in the future,while photovoltaic converter is the core of photovoltaic generation system. This paper deals with a study on photovoltaic inverter based on the concept of microgrid. This paper describes a system whose core component is the photovoltaic inverter,can work on grid-connected mode or run independently according to the external situation. The paper simply describes the main components of the system. At last,the prototype was produced and tested. Test result has proved feasibility of circuit topology structure and controlling scheme and shown correctness of system parameters.Key words: PV inverter; microgrid; off-grid; storage battery
上傳時間: 2014-12-24
上傳用戶:Shaikh
The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of the I2C bus and description of the bussupport hardware in the 87LPC76X microcontrollers appears inapplication note AN464, Using the 87LPC76X Microcontroller as anI2C Bus Master. That application note includes a programmingexample, demonstrating a bus-master code. Here we show anexample of programming the microcontroller as an I2C slave.The code listing demonstrates communications routines for the87LPC76X as a slave on the I2C bus. It compliments the program inAN464 which demonstrates the 87LPC76X as an I2C bus master.One may demonstrate two 87LPC76X devices communicating witheach other on the I2C bus, using the AN464 code in one, and theprogram presented here in the other. The examples presented hereand in AN464 allow the 87LPC76X to be either a master or a slave,but not both. Switching between master and slave roles in amultimaster environment is described in application note AN435.The software for a slave on the bus is relatively simple, as theprocessor plays a relatively passive role. It does not initiate bustransfers on its own, but responds to a master initiating thecommunications. This is true whether the slave receives or transmitsdata—transmission takes place only as a response to a busmaster’s request. The slave does not have to worry about arbitrationor about devices which do not acknowledge their address. As theslave is not supposed to take control of the bus, we do not demandit to resolve bus exceptions or “hangups”. If the bus becomesinactive the processor simply withdraws, not interfering with themaster (or masters) on the bus which should (hopefully) try toresolve the situation.
上傳時間: 2013-11-19
上傳用戶:shirleyYim