Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL and an external resistor for DCO ROSC. DCO used for // TACLK UART baud generation. The program will wait in LPM4, echoing back // a received character using 8N1 protocol. On valid RX character, the // character is echoed back. // Using a 100k resistor on ROSC, with Default DCO setting, set DCOCLK ~ 2MHz. // ACLK = n/a, MCLK = SMCLK ~2MHz DCOCLK
標(biāo)簽: using demonstrates Description half-duplex
上傳時間: 2014-01-14
上傳用戶:cuiyashuo
完整的一個論壇,安裝方法如下: 1、系統(tǒng)環(huán)境要求: MySQL4.1以上版本,需配置為支持utf8連接方式 JDK1.5以上版本 Tomcat5.5以上版本 推薦在Windows上運(yùn)行 2、安裝好以上環(huán)境后,配置好虛擬目錄,比如:配置好后的訪問路徑為http://localhost:8080/cwbbs/index.jsp 導(dǎo)入setup目錄下的數(shù)據(jù)庫文件cwbbs.sql 例:將cwbbs.sql拷貝至C盤根目錄下 運(yùn)行:mysql\bin\mysql -u root -p --Default-character=utf8 mysql> source c:\cwbbs.sql 3、運(yùn)行 http://localhost:8080/cwbbs/setup 按照操作向?qū)б徊揭徊竭M(jìn)行,注意在配置時所有的路徑中的"\",請用"/"替代 安裝完成后請務(wù)必刪除setup目錄 4、管理員帳號:admin 密碼:111111 管理員登錄路徑:http://localhost:8080/cwbbs/cms/index.jsp
上傳時間: 2014-12-02
上傳用戶:BOBOniu
Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code. When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by Default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.
標(biāo)簽: reformatter reindenter and Artistic
上傳時間: 2013-12-20
上傳用戶:康郎
Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
標(biāo)簽: constants Requires Project program
上傳時間: 2014-12-03
上傳用戶:LouieWu
Full compliance with the USB Specification v1.1 and USB CDC v1.1 Support the RS232 Serial interface Support automatic handshake mode Support Remote wake-up and power management 256 bytes buffer each for upstream and downstream data flow Support Default ROM or external EEPROM for device configuration On chip USB transceiver On chip crystal oscillator running at 12M Hz Supports Windows 98/SE, ME, 2000, XP, Windows CE3.0, CE .NET, Linux, and Mac OS 28 Pins SOIC package 28
標(biāo)簽: Specification compliance 1.1 USB
上傳時間: 2016-08-21
上傳用戶:dapangxie
MSP-FET430P410 Demo - Timer_A Toggle P5.1, CCR0 Contmode ISR, DCO SMCLK Description Toggle P5.1 using using software and TA_0 ISR. Toggle rate is set at 50000 DCO/SMCLK cycles. Default DCO frequency used for TACLK. Durring the TA_0 ISR P5.1 is toggled and 50000 clock cycles are added to CCR0. TA_0 ISR is triggered exactly 50000 cycles. CPU is normally off and used only durring TA_ISR. ACLK = n/a, MCLK = SMCLK = TACLK = DCO ~ 800k
標(biāo)簽: Toggle Description 5.1 Contmode
上傳時間: 2014-01-04
上傳用戶:gut1234567
D169 Demo - DMA0 Repeated Burst to-from RAM, Software Trigger Description A 32 byte block from 220h-240h is transfered to 240h-260h using DMA0 in a burst block using software DMAREQ trigger. After each transfer, source, destination and DMA size are reset to inital software setting because DMA transfer mode 5 is used. P1.0 is toggled durring DMA transfer only for demonstration purposes. ** RAM location 0x220 - 0x260 used - always make sure no compiler conflict ** ACLK= n/a, MCLK= SMCLK= Default DCO ~ 800k
標(biāo)簽: Description Repeated Software to-from
上傳時間: 2014-01-09
上傳用戶:thinode
MSP-FET430P140 Demo - USART0, SPI Interface to HC165/164 Shift Registers Description: Demonstrate USART0 in two-way SPI mode. Data are read from an HC165, and same data written back to the HC164. ACLK = n/a MCLK = SMCLK = Default DCO = UCLK0 = DCO/2 * USART0 control bits are in different SFR s from other MSP430 s *
標(biāo)簽: Description Demonstrate Interface Registers
上傳時間: 2013-12-28
上傳用戶:懶龍1988
this directory contains the following: * The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices. [acdc.m] * The acdc algorithm for finding the same for a set of Symmetric matrices. [acdc_sym.m](note that for real-valued matrices the Hermitian and Symmetric cases are similar however, in such cases the Hermitian version [acdc.m], rather than the Symmetric version[acdc_sym] is preferable. * A function that finds an initial guess for acdc by applying hard-whitening followed by Cardoso s orthogonal joint diagonalizer. Note that acdc may also be called without an initial guess, in which case the initial guess is set by Default to the identity matrix. The m-file includes the joint_diag function (by Cardoso) for performing the orthogonal part. [init4acdc.m]
標(biāo)簽: approximate directory algorithm the
上傳時間: 2014-01-17
上傳用戶:hanli8870
Echo a received character, RX ISR used. Normal mode is LPM0. // USART1 RX interrupt triggers TX Echo. // Baud rate divider with 1048576hz = 1048576/38400 = ~27.31 (01Bh|03h) // ACLK = LFXT1 = 32768Hz, MCLK = SMCLK = Default DCO = 32 x ACLK = 1048576Hz // //* An external watch crystal between XIN & XOUT is required for ACLK
標(biāo)簽: character interrupt received triggers
上傳時間: 2016-10-31
上傳用戶:rishian
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1