迷宮問題,分別用深度和廣度優(yōu)先遍歷解決。其中stack用鏈表實(shí)現(xiàn),queue用數(shù)組實(shí)現(xiàn)。描述見pdf文件。
標(biāo)簽: 迷宮
上傳時(shí)間: 2017-01-22
上傳用戶:hakim
Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標(biāo)簽: null-terminated Tokenize Create string
上傳時(shí)間: 2014-01-18
上傳用戶:yph853211
Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256
標(biāo)簽: type Application frequency 4.000000
上傳時(shí)間: 2014-01-08
上傳用戶:lx9076
C:\Texas Instruments\ZStack-1.4.3-1.2.1\Projects\zstack\Samples\SimpleApp
標(biāo)簽: ProjectszstackSamplesSimpleApp Instruments Texas Stack
上傳時(shí)間: 2014-01-04
上傳用戶:jjj0202
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.
標(biāo)簽: implementation designed absolute features
上傳時(shí)間: 2017-08-08
上傳用戶:xinzhch
zigbee stack and application
標(biāo)簽: zigbeee
上傳時(shí)間: 2015-11-09
上傳用戶:小別針V
lwip是一個(gè)輕量級(jí)的TCP/IP協(xié)議棧(Lightweight TCP/IP Stack)實(shí)現(xiàn),最初是瑞士計(jì)算機(jī)科學(xué)學(xué)院Adam Dunkels編寫的一個(gè)應(yīng)用于無操作系統(tǒng)的嵌入式系統(tǒng)中的TCP/IP協(xié)議棧,后來作為一個(gè)開源(open source)項(xiàng)目,由一個(gè)全球性的團(tuán)隊(duì)進(jìn)行開發(fā)和維護(hù)。
標(biāo)簽: LWIP 無操作系統(tǒng) 移植
上傳時(shí)間: 2016-06-13
上傳用戶:tttm1030
32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you can just use the library as-is, if you make modifications to the source you need to include the 32feet.NET License.txt document and ensure the file headers are not modified/removed. The project currently consists of the following libraries:- Bluetooth IrDA Object Exchange Bluetooth support requires a device with either the Microsoft, Widcomm, BlueSoleil, or Stonestreet One Bluetopia Bluetooth stack. Requires .NET Compact Framework v3.5 or above and Windows CE.NET 4.2 or above, or .NET Framework v3.5 for desktop Windows XP, Vista, 7 and 8. A subset of functionality is available for Windows Phone 8 and Windows Embedded Handheld 8 in the InTheHand.Phone.Bluetooth.dll library.
上傳時(shí)間: 2016-07-06
上傳用戶:magister2016
implentation of stack ADT
標(biāo)簽: mystack
上傳時(shí)間: 2018-02-10
上傳用戶:guo361
隨著現(xiàn)在高科技的進(jìn)步,人們的生活水平有了很大的提高。對(duì)環(huán)境的嬰求也越來越高,環(huán)境問題開始得到社會(huì)的重視。目前,環(huán)境監(jiān)測(cè)發(fā)展的個(gè)重要方向是開發(fā)適合中國(guó)國(guó)情、價(jià)格低廉的遠(yuǎn)程監(jiān)測(cè)系統(tǒng),而環(huán)境監(jiān)測(cè)系統(tǒng)中極為重要的一部分就是如何獲得環(huán)境參數(shù),只有獲得環(huán)境參數(shù)才能進(jìn)行后面的分析、決策工作,無線傳感器網(wǎng)絡(luò)能夠通過各類集成化的微型傳感器協(xié)作地實(shí)時(shí)監(jiān)測(cè)、感知和采集各種環(huán)境或監(jiān)測(cè)對(duì)象的信息,并傳達(dá)給用戶,具有可快速部署、無人值守,功耗低、成本低等優(yōu)點(diǎn),十分適合應(yīng)用于環(huán)境監(jiān)測(cè)系統(tǒng)本文基于 ZisBee協(xié)議設(shè)計(jì)了用于環(huán)境監(jiān)測(cè)的無線傳感器網(wǎng)絡(luò)節(jié)點(diǎn),該節(jié)點(diǎn)采用超低功耗的MSP430單片機(jī)和CC242024G射頻芯片,并移植了完全符合 ZigBee2006標(biāo)準(zhǔn)的協(xié)議棧,在協(xié)議棧上運(yùn)行自己的臉測(cè)程序,能夠?qū)崟r(shí)地采集周圍環(huán)境的溫度,濕度和大氣壓力,并自動(dòng)校正,將測(cè)量的數(shù)據(jù)通過無線傳感器網(wǎng)絡(luò)傳輸給下一個(gè)節(jié)點(diǎn)。該節(jié)點(diǎn)體積小,功耗低,并且具有兼容性,能夠和不同件平臺(tái)混合組網(wǎng),實(shí)現(xiàn)應(yīng)用層的完全致,不但方便了程序開發(fā),而且能使靈活組網(wǎng),實(shí)現(xiàn)zgBe網(wǎng)絡(luò)的最大優(yōu)化本文主要對(duì)環(huán)境監(jiān)測(cè)無線傳感器網(wǎng)絡(luò)的節(jié)點(diǎn)的軟硬件設(shè)計(jì)進(jìn)行了介紹,硬件方面重點(diǎn)介紹了數(shù)據(jù)采集模塊,數(shù)據(jù)處理模塊的接口設(shè)計(jì),無線訊模塊的板上天線設(shè)計(jì)、巴倫電路和高頻電路設(shè)計(jì)要點(diǎn)。軟件方面重點(diǎn)介紹了測(cè)量程序的設(shè)計(jì),CC2420無線通訊程序的設(shè)計(jì),板上移植的 Z-Stack結(jié)構(gòu),以及針對(duì)環(huán)境監(jiān)測(cè)的應(yīng)用所進(jìn)行的開發(fā)。最后對(duì)節(jié)點(diǎn)進(jìn)行了組網(wǎng)實(shí)驗(yàn),將設(shè)計(jì)節(jié)點(diǎn)和CC2430節(jié)點(diǎn)故在一起組網(wǎng),通過 Packet Stiller工具對(duì)通訊信息進(jìn)行監(jiān)控和解析。實(shí)驗(yàn)證明了混合組網(wǎng)的完全可行性,并且通訊良好,信號(hào)穩(wěn)定關(guān)鍵詞:無線傳感器網(wǎng)絡(luò),ZigBee,,環(huán)境監(jiān)測(cè),MSP43,CC2420
標(biāo)簽: zigbee 無線傳感器網(wǎng)絡(luò)
上傳時(shí)間: 2022-03-14
上傳用戶:
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1