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

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

MSp-EXP

  • MSP430F5438-Exp數(shù)據(jù)資料

    元立體

    標(biāo)簽: 5438 MSP 430 Exp

    上傳時(shí)間: 2013-10-08

    上傳用戶:silenthink

  • C函數(shù)速查手冊(cè)全書下載

    C函數(shù)速查手冊(cè) 出版社:人民郵電出版社 《C函數(shù)速查手冊(cè)》中所講的C語言函數(shù)按照功能順序和字母順序進(jìn)行排序,讀者既可以按照功能順序查找,也可以按照字母順序?qū)W習(xí)?!禖函數(shù)速查手冊(cè)》不僅適合于C語言初學(xué)者學(xué)習(xí)使用,而且也可以作為中、高級(jí)C語言開發(fā)人員的參考手冊(cè)。 目錄  第1章 數(shù)學(xué)函數(shù)    1.1 _clear87函數(shù):清除浮點(diǎn)狀態(tài)字    1.2 _status87函數(shù):取浮點(diǎn)狀態(tài)字    1.3 abs函數(shù):求整數(shù)的絕對(duì)值    1.4 acos、acosl函數(shù):反余弦函數(shù)    1.5 asin、asinl函數(shù):反正弦函數(shù)    1.6 atan函數(shù):反正切函數(shù)    1.7 atan2、atan2l函數(shù):計(jì)算Y/X的反正切值    1.8 cabs函數(shù):計(jì)算復(fù)數(shù)的模    1.9 ceil函數(shù):向上取整    1.10 cos函數(shù):余弦函數(shù)    1.11 cosh函數(shù):雙曲余弦函數(shù)    1.12 div函數(shù):求兩個(gè)整數(shù)相除的商和余數(shù)    1.13 exp函數(shù):指數(shù)函數(shù)    1.14 fabs函數(shù):求浮點(diǎn)數(shù)的絕對(duì)值    1.15 floor函數(shù):向下取整    1.16 fmod函數(shù):計(jì)算x對(duì)y的模    1.17 frexp函數(shù):將浮點(diǎn)數(shù)分為底數(shù)與指數(shù)    1.18 hypot函數(shù):計(jì)算直角三角形的斜邊    1.19 labs函數(shù):取長(zhǎng)整數(shù)的絕對(duì)值    1.20 ldexp、ldexpl函數(shù):冪計(jì)算    1.21 ldiv函數(shù):兩個(gè)長(zhǎng)整型數(shù)相除    1.22 log、logl函數(shù):計(jì)算自然對(duì)數(shù)    1.23 log10、log10l函數(shù):計(jì)算常用對(duì)數(shù)    1.24 max函數(shù):求兩個(gè)數(shù)中的最大者    1.25 min函數(shù):求兩個(gè)數(shù)中的最小者    1.26 modf、modfl函數(shù):分割數(shù)為整數(shù)部分和小數(shù)部分    1.27 poly函數(shù):計(jì)算多項(xiàng)式    1.28 pow函數(shù):指數(shù)函數(shù)    1.29 pow10函數(shù):指數(shù)函數(shù)    1.30 rand函數(shù):隨機(jī)數(shù)發(fā)生器    1.31 random函數(shù):隨機(jī)數(shù)發(fā)生器    1.32 randomize函數(shù):初始化隨機(jī)數(shù)發(fā)生器    1.33 sin函數(shù):正弦函數(shù)    1.34 sinh函數(shù):雙曲正弦函數(shù)    1.35 sqrt函數(shù):計(jì)算平方根    1.36 srand函數(shù):初始化隨機(jī)數(shù)發(fā)生器    1.37 tan、tanl函數(shù):正切函數(shù)    1.38 tanh、tanhl函數(shù):雙曲正切函數(shù)    第2章 字符串函數(shù)    2.1 atof函數(shù):把字符串轉(zhuǎn)換成浮點(diǎn)數(shù)    2.2 atoi函數(shù):將字符串轉(zhuǎn)換成整型數(shù)    2.3 atol函數(shù):將字符串轉(zhuǎn)換成長(zhǎng)整型數(shù)    2.4 ecvt函數(shù):將浮點(diǎn)數(shù)轉(zhuǎn)換為字符串    2.5 fcvt函數(shù):將浮點(diǎn)數(shù)轉(zhuǎn)換為字符串    2.6 gcvt函數(shù):將浮點(diǎn)數(shù)轉(zhuǎn)換成字符串    2.7 itoa函數(shù):將整數(shù)值轉(zhuǎn)換為字符串    2.8 isalnum函數(shù):字母、數(shù)字判斷函數(shù)    2.9 isalpha函數(shù):字母判斷函數(shù)    2.10 isascii函數(shù):整數(shù)值的字符分類    2.11 iscntrl函數(shù):控制字符判斷函數(shù)    2.12 isdigit函數(shù):數(shù)字判斷函數(shù)    2.13 isgraph函數(shù):打印字符判斷    2.14 islower函數(shù):小寫字母判斷函數(shù)    2.15 isprint函數(shù):可打印字符判斷函數(shù)    2.16 isptmct函數(shù):標(biāo)點(diǎn)符號(hào)判斷函數(shù)    2.17 isspace函數(shù):空格等判斷函數(shù)    2.18 isupper函數(shù):大寫字母判斷函數(shù)    2.19 isxdigit函數(shù):十六進(jìn)制數(shù)字判斷函數(shù)    2.20 ltoa函數(shù):將長(zhǎng)整值轉(zhuǎn)換為字符串    2.21 mbstowcs函數(shù):將多字節(jié)字符序列轉(zhuǎn)換成相應(yīng)的寬字符序列    2.22 mbtowc函數(shù):將多字節(jié)字符轉(zhuǎn)換成相應(yīng)的寬字符    2.23 stpcpy函數(shù):復(fù)制字符串    2.24 strcat函數(shù):拼接字符串    2.25 strchr函數(shù):查找給定字符    2.26 strcmp函數(shù):比較字符串    2.27 strcmpi函數(shù):比較字符串    2.28 strcpy函數(shù):復(fù)制字符串    2.29 strcspn函數(shù):查找不包含指定字符集子串的段    2.30 strdup函數(shù):將字符串復(fù)制到新建的位置    2.31 stricmp函數(shù):比較字符串    2.32 strlen函數(shù):獲取字符長(zhǎng)度

    標(biāo)簽: 函數(shù) 書下載 速查手冊(cè)

    上傳時(shí)間: 2014-12-25

    上傳用戶:水口鴻勝電器

  • LaunchPad系統(tǒng)初始化及時(shí)鐘配置

    MSP時(shí)鐘多,把頭都搞暈了,此文檔能幫助你測(cè)定搞定LaunchPad系統(tǒng)時(shí)鐘設(shè)置

    標(biāo)簽: LaunchPad 初始化 時(shí)鐘配置

    上傳時(shí)間: 2014-12-26

    上傳用戶:JasonC

  • MSp-EXP430G2_Schematic+Silkscreen(msp430G2下列電路圖)

    msp430G2下列電路圖

    標(biāo)簽: Silkscreen 430 Schematic MSp-EXP

    上傳時(shí)間: 2013-11-02

    上傳用戶:Bert520

  • 1 MSP430簡(jiǎn)介

    MSP介紹

    標(biāo)簽: MSP 430

    上傳時(shí)間: 2014-11-26

    上傳用戶:packlj

  • FET430PIF自制資料

    The MSP-FET430PIF is a Parallel Port interface (does not include target board) that is used to program and debug MSP430 FET tools and test boards through the JTAG interface. This interface is included in our FET tools, but sold without the development board. This interface uses a Parallel PC Port to communicate to the Debugger Software (IAR Kickstart software included) running on the PC. The interface uses the standard 14 pin header to communicate to the MSP430 device using the standard JTAG protocol. The flash memory can be erased and programmed in seconds with only a few keystrokes, and since the MSP430 flash is extremely low power, no external power supply is required. The tool has an integrated software environment and connects directly to the PC which greatly simplifies the set-up and use of the tool. The flash development tool supports development with all MSP430 flash parts. Features MSP430 debugging interface to connect a MSP430-Flash-device to a Parallel port on a PC Supports JTAG debug protocol (NO support for Spy-Bi-Wire (2-wire JTAG) debug protocol, Spy-Bi-Wire (2-wire JTAG) is supported by MSP-FET430UIF) Parallel Port cable and a 14-conductor target cable Full documentation on CD ROM Integrated IAR Kickstart user interface which includes: Assembler Linker Limulator Source-level debugger Limited C-compiler Technical specifications: Backwardly compatable with existing FET tool boards.

    標(biāo)簽: FET 430 PIF

    上傳時(shí)間: 2013-10-26

    上傳用戶:fengweihao158@163.com

  • MSP430 USB JTAG自制資料

    The MSP-FET430U14 is a powerful flash emulation tool to quickly begin application development on the MSP430 MCU. It includes USB debugging interface used to program and debug the MSP430 in-system through the JTAG interface or the pin saving Spy Bi-Wire (2-wire JTAG) protocol. The flash memory can be erased and programmed in seconds with only a few keystrokes, and since the MSP430 flash is ultra-low power, no external power supply is required. The debugging tool interfaces the MSP430 to the included integrated software environment and includes code to start your design immediately.  The MSP-FET430UIF development tools supports development with all MSP430 flash devices

    標(biāo)簽: JTAG MSP 430 USB

    上傳時(shí)間: 2013-10-28

    上傳用戶:13691535575

  • eZ430-F2013開發(fā)工具用戶指南

    eZ430-F2013 是一款完整的 MSP430 開發(fā)工具,其在小巧的便攜式 USB 棒狀盒內(nèi)提供了評(píng)估 MSP430F2013 以及完成整個(gè)項(xiàng)目所需的全部軟硬件。eZ430-F2013 集成了 IAR Embedded Workbench 或 Code Composer Studio 集成開發(fā)環(huán)境 (IDE),通過選擇設(shè)計(jì)一個(gè)獨(dú)立的系統(tǒng),或選擇分離可移動(dòng)的目標(biāo)板并整合到現(xiàn)有設(shè)計(jì)中來提供完全仿真。USB 端口可為超低功耗 MSP430 提供所需的工作電源,因而無需使用外接電源。MSP430F2013 上的所有 14 個(gè)引腳都可在 MSP-EZ430D 目標(biāo)板上進(jìn)行訪問,可輕松實(shí)現(xiàn)調(diào)試并與外設(shè)接口相連。此外,還可將其中的一個(gè)數(shù)字 I/O 引腳連接至可提供視覺反饋的 LED。MSP430F2013 擁有出色的 16 MIPS 性能,并高度集成了16 位 Δ-Σ 模數(shù)轉(zhuǎn)換器、16 位定時(shí)器、看門狗定時(shí)器、掉電檢測(cè)器、支持 SPI 和 I2C 的 USI 模塊,以及待機(jī)電流僅 0.5微安的 5 種低功耗模式。

    標(biāo)簽: 2013 430 eZ 開發(fā)工具

    上傳時(shí)間: 2013-10-24

    上傳用戶:wanglf7409

  • Arduino入門_動(dòng)手玩轉(zhuǎn)Arduino

    Arduino,是一塊基于開放源代碼的USB接口Simple i/o接口板(包括12通道數(shù)字GPIO,4通道PWM輸出,6-8通道10bit ADC輸入通道),并且具有使用類似Java,C語言的IDE集成開發(fā)環(huán)境。 讓您可以快速使用Arduino語言與Flash或Processing…等軟件,作出互動(dòng)作品。 Arduino可以使用開發(fā)完成的電子元件例如Switch或sensors或其他控制器、LED、步進(jìn)馬達(dá)或其他輸出裝置。Arduino也可以獨(dú)立運(yùn)作成為一個(gè)可以跟軟件溝通的接口,例如說:flash、processing、Max/MSP、VVVV 或其他互動(dòng)軟件…。Arduino開發(fā)IDE接口基于開放源代碼原,可以讓您免費(fèi)下載使用開發(fā)出更多令人驚艷的互動(dòng)作品。 特色: 1、開放源代碼的電路圖設(shè)計(jì),程序開發(fā)接口免費(fèi)下載,也可依需求自己修改。 2、使用低價(jià)格的微處理控制器(ATMEGA8或ATmega128)。可以采用USB接口供電,不需外接電源。也可以使用外部9VDC輸入 3、Arduino支持ISP在線燒,可以將新的“bootloader”固件燒入ATmega8或ATmega128芯片。有了bootloader之后,可以通過串口或者USB to Rs232線更新固件。 4、可依據(jù)官方提供的Eagle格式PCB和SCH電路圖,簡(jiǎn)化Arduino模組,完成獨(dú)立運(yùn)作的微處理控制。可簡(jiǎn)單地與傳感器,各式各樣的電子元件連接(EX:紅外線,超音波,熱敏電阻,光敏電阻,伺服馬達(dá),…等) 5、支持多種互動(dòng)程序,如:Flash、Max/Msp、VVVV、PD、C、Processing……等 6、應(yīng)用方面,利用Arduino,突破以往只能使用鼠標(biāo),鍵盤,CCD等輸入的裝置的互動(dòng)內(nèi)容,可以更簡(jiǎn)單地達(dá)成單人或多人游戲互動(dòng)。

    標(biāo)簽: Arduino

    上傳時(shí)間: 2013-10-17

    上傳用戶:cuiyashuo

  • Arduino控制器使用圖文教程

      Arduino 是一塊基于開放原始代碼的Simple i/o 平臺(tái),并且具有使用類似java,C 語言的開發(fā)環(huán)境。讓您可以快速 使用Arduino 語言與Flash 或Processing…等軟件,作出互動(dòng)作品。Arduino 可以使用開發(fā)完成的電子元件例如Switch 或Sensors 或其他控制器、LED、步進(jìn)電機(jī)或其他輸出裝置。Arduino 也可以獨(dú)立運(yùn)作成為一個(gè)可以跟軟件溝通的平臺(tái),例如說:flash processing Max/MSP VVVV 或其他互動(dòng)軟件…   Arduino 開發(fā)IDE界面基于開放原始碼原則,可以讓您免費(fèi)下載使用開發(fā)出更多令人驚奇的互動(dòng)作品。 什么是Roboduino? DFRduino 與Arduino 完全兼容,只是在原來的基礎(chǔ)上作了些改進(jìn)。Arduino 的IO 使用的孔座,做互動(dòng)作品需要面包板和針線搭配才能進(jìn)行,而DFRduino 的IO 使用針座,使用我們的杜邦線就可以直接把各種傳感器連接到DFRduino 上。 特色描述 1. 開放原始碼的電路圖設(shè)計(jì),程式開發(fā)界面免費(fèi)下載,也可依需求自己修改!! 2. DFRduino 可使用ISP 下載線,自我將新的IC 程序燒入「bootloader」; 3. 可依據(jù)官方電路圖,簡(jiǎn)化DFRduino 模組,完成獨(dú)立云作的微處理控制器; 4. 可簡(jiǎn)單地與傳感器、各式各樣的電子元件連接(如:紅外線,超聲波,熱敏電阻,光敏電阻,伺服電機(jī)等); 5. 支援多樣的互動(dòng)程式 如: Flash,Max/Msp,VVVV,PD,C,Processing 等; 6. 使用低價(jià)格的微處理控制器(ATMEGA168V-10PI); 7. USB 接口,不需外接電源,另外有提供9VDC 輸入接口; 8. 應(yīng)用方面,利用DFRduino,突破以往只能使用滑鼠,鍵盤,CCD 等輸入的裝置的互動(dòng)內(nèi)容,可以更簡(jiǎn)單地達(dá)成單人或多人游戲互動(dòng)。 性能描述 1. Digital I/O 數(shù)字輸入/輸出端共 0~13。 2. Analog I/O 模擬輸入/輸出端共 0~5。 3. 支持USB 接口協(xié)議及供電(不需外接電源)。 4. 支持ISP 下載功能。 5. 支持單片機(jī)TX/RX 端子。 6. 支持USB TX/RX 端子。 7. 支持AREF 端子。 8. 支持六組PWM 端子(Pin11,Pin10,Pin9,Pin6,Pin5,Pin3)。 9. 輸入電壓:接上USB 時(shí)無須外部供電或外部5V~9V DC 輸入。 10.輸出電壓:5V DC 輸出和3.3V DC 輸出 和外部電源輸入。 11.采用Atmel Atmega168V-10PI 單片機(jī)。 12.DFRduino 大小尺寸:寬70mm X 高54mm。 Arduino開發(fā)板圖片

    標(biāo)簽: Arduino 控制器 圖文教程

    上傳時(shí)間: 2013-10-30

    上傳用戶:wangzhen1990

主站蜘蛛池模板: 广南县| 雅江县| 广饶县| 龙里县| 江陵县| 淄博市| 垫江县| 慈利县| 浦东新区| 宁乡县| 无为县| 咸丰县| 藁城市| 德格县| 韶山市| 霍林郭勒市| 佛教| 华池县| 治多县| 柯坪县| 泾源县| 黄大仙区| 日土县| 蓬莱市| 广宁县| 阜平县| 茂名市| 五寨县| 安化县| 灵山县| 洞头县| 正镶白旗| 浦县| 侯马市| 克东县| 明星| 孝昌县| 望谟县| 石狮市| 沿河| 长宁县|