亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

End-user

  • This application note describes the three methods that can be used to program the Flash code memory

    This application note describes the three methods that can be used to program the Flash code memory of the 89C51Rx+/Rx2/66x families of microcontrollers. It discusses in detail the operation of the In-System Programming (ISP) capability which allows these microcontrollers to be programmed while mounted in the end product. These microcontrollers also have an In-Application Programming (IAP) capability which allows them to be programmed under firmware control of the embedded application. This capability is also described

    標簽: application describes the methods

    上傳時間: 2014-01-16

    上傳用戶:woshiayin

  • Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out ho

    Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out how to plot functions, solve algebraic equations, and compute integrals. You ll also learn how to solve differential equations, generate numerical solutions of ODEs, and work with special functions. Packed with hundreds of sample equations and explained solutions, and featuring end-of-chapter quizzes and a final exam, this book will teach you MATLAB essentials in no time at all.

    標簽: easy-to-follow explains MATLAB basics

    上傳時間: 2017-04-10

    上傳用戶:時代電子小智

  • Airline Reservations System A small airline has just purchased a computer for its new automated res

    Airline Reservations System A small airline has just purchased a computer for its new automated reservation system. You have been asked to develop the new system called ARSystem. You are to write an application to assign seats on each flight of the airline s only plane (capacity: 24 seats.) Your application should display the following alternatives: Please type 1 for FirstClass and Please type 2 for Economy. If the user types 1, your application should assign a seat in the first-class section (seats 1-8). If the user types 2, your application should assign a seat in the economy section (seats 9-24). Your application should then display a boarding pass indicating the person s seat number and whether it is in the first-class or economy

    標簽: Reservations automated purchased computer

    上傳時間: 2017-04-14

    上傳用戶:lizhizheng88

  • Symbolic Representations of Time Series... SAX is just as good as other representations, or working

    Symbolic Representations of Time Series... SAX is just as good as other representations, or working on the raw data for most problems (Slides shown at the end of this presentation)

    標簽: Representations representations Symbolic working

    上傳時間: 2014-01-16

    上傳用戶:dongqiangqiang

  • procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

    procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收數據 在編寫基于串口的計算機工業測控時,通常需要由下位機向PC機發送數據以使PC機了解系統的測試數據或下位機的運行狀態,并進而控制下位機的行為。利用Spcomm串口控件接收下位機發送的數據信息的示例代碼如下: //事件驅動方式接收數據程序 procedure TForm1.CommlReceiveData(Sender:Tobject Buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保證接收到所有數據 move(buffef ,receivedata,bufferlength) //將接收緩存區中的數據轉移到數組中 …… end (5) 關閉串口 在系統開發中,應注意在不使用串口時應及時關閉串口,釋放系統資源,否則可能會影響系統的其它應用。關閉串口的代碼如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end

    標簽: commflg procedure senddata integer

    上傳時間: 2014-01-26

    上傳用戶:懶龍1988

  • awesome is a highly configurable, next generation framework window manager for X. It is very fast, l

    awesome is a highly configurable, next generation framework window manager for X. It is very fast, light, and extensible. It is primarily targeted at the power user, developer, and anyone dealing with everyday computing tasks who wants to have fine-grained control over a graphical environment.

    標簽: X. configurable generation framework

    上傳時間: 2013-12-26

    上傳用戶:banyou

  • JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projec

    JCommon is a Java class library that is used by JFreeChart, Pentaho Reporting and a few other projects. The library contains miscellaneous classes that support: * configuration and dependency management code * a general logging framework * text utilities * user interface classes for displaying information about applications * custom layout managers * a date chooser panel * serialization utilities JCommon is licensed under the terms of the GNU Lesser General Public Licence (LGPL) version 2.1 or later.

    標簽: JFreeChart Reporting JCommon Pentaho

    上傳時間: 2017-04-23

    上傳用戶:ynzfm

  • Face Recognition Library ======================== Advanced face recognition DLL using two functi

    Face Recognition Library ======================== Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for imaging optimization. Library works great even for a low resolution web cam image and requires the user to align to a mirror frame on screen. Complete Source Code with Video capture and feature extraction kit for Registered Users. Please register here for only $299 with Source Code : http://www.research-lab.com/facerecognitionorder.htm (c) www.research-lab.com

    標簽: Recognition recognition Advanced Library

    上傳時間: 2017-04-25

    上傳用戶:784533221

  • C280x C/C++ Header Files and Peripheral Examples The DSP28xx C/C++ peripheral header files and exam

    C280x C/C++ Header Files and Peripheral Examples The DSP28xx C/C++ peripheral header files and example projects files facilitate writing C/C++ Code for the TI鈥檚 28xx MCUs. The code can be used as a learning tool or as the basis for a development platform depending on the current needs of the user. We suggest that you immediately download these header files in order for an easier transition to understanding the 28xx peripherals.

    標簽: Peripheral peripheral and Examples

    上傳時間: 2014-01-24

    上傳用戶:fandeshun

  • This program sets up the EV timers (TIMER1, TIMER2, TIMER3 and TIMER4) to generate T1PWM, T2PWM, T3P

    This program sets up the EV timers (TIMER1, TIMER2, TIMER3 and TIMER4) to generate T1PWM, T2PWM, T3PWM, T4PWM and PWM1-12 waveforms. The user can then observe the waveforms using an scope.

    標簽: TIMER PWM generate program

    上傳時間: 2014-12-04

    上傳用戶:黃華強

主站蜘蛛池模板: 昌乐县| 新丰县| 景泰县| 包头市| 汝城县| 澄江县| 桦南县| 合作市| 余江县| 密山市| 韶关市| 鹰潭市| 建瓯市| 河间市| 澄城县| 青龙| 赤壁市| 廉江市| 逊克县| 舒兰市| 娄底市| 崇阳县| 兴山县| 上犹县| 潞西市| 曲麻莱县| 鄢陵县| 鹤庆县| 光山县| 乌兰浩特市| 贡嘎县| 沙湾县| 高邑县| 惠东县| 广饶县| 汝州市| 泸溪县| 长乐市| 潜江市| 徐闻县| 安陆市|