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

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

no-crashes-allowed

  • including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ---------------

    including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ------------------------------------ Bluetooth Essentials for Programmers Author: Albert S. Huang, Larry Rudolph Publisher: Cambridge University Press Number Of Pages: 208 Publication Date: 2007-09-03 ISBN-10/ASIN: 0521703751 ISBN-13/EAN: 9780521703758 Binding: Paperback This book provides an introduction to Bluetooth programming, with a specific focus on developing real code. The authors discuss the major concepts and techniques involved in Bluetooth programming, with special emphasis on how they relate to other networking technologies. They provide specific descriptions and examples for creating applications in a number of programming languages and environments including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X. No previous experience with Bluetooth is assumed, and the material is suitable for anyone with some programming background. The autho……

    標(biāo)簽: including Windows Symbian Python

    上傳時(shí)間: 2013-12-21

    上傳用戶:caozhizhi

  • Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentenc

    Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error. Input: ()[]<>(**) (*) (ASA Output: YES NO 2 NO 4

    標(biāo)簽: Calculates correctly brackets consists

    上傳時(shí)間: 2013-12-13

    上傳用戶:aig85

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    標(biāo)簽: Implementation calculates algorithm Edmonds

    上傳時(shí)間: 2014-01-04

    上傳用戶:kiklkook

  • (1)自選存儲(chǔ)結(jié)構(gòu)

    (1)自選存儲(chǔ)結(jié)構(gòu),輸入含n個(gè)頂點(diǎn)(用字符表示頂點(diǎn)名稱)和e條邊的圖G; (2)指定任意頂點(diǎn)x為初始頂點(diǎn),對(duì)圖G作DFS遍歷,輸出DFS(深度優(yōu)先)頂點(diǎn)序列(提示:使用棧實(shí)現(xiàn)DFS); (3)指定任意頂點(diǎn)x為初始頂點(diǎn),對(duì)圖G作BFS(廣度遍歷),輸出BFS頂點(diǎn)序列(提示:使用隊(duì)列實(shí)現(xiàn)BFS); (5)輸入頂點(diǎn)x,查找圖G:若存在含x的頂點(diǎn),則刪除該結(jié)點(diǎn)及與之相關(guān)連的邊,并作DFS遍歷(執(zhí)行操作3);否則輸出信息“不存在x”; (6)判斷圖G是否是連通圖,輸出信息“YES”/“NO”; (7)如果選用的存儲(chǔ)結(jié)構(gòu)是鄰接矩陣,則用鄰接矩陣的信息生成圖G的鄰接表

    標(biāo)簽: 存儲(chǔ)結(jié)構(gòu)

    上傳時(shí)間: 2017-08-29

    上傳用戶:ecooo

  • userial is an Free project building an USB to I2C/SPI/GPIO bridge, using the Atmel AT90USB647 chip.

    userial is an Free project building an USB to I2C/SPI/GPIO bridge, using the Atmel AT90USB647 chip. Hardware and Software are released under an Open Source licence. It supports the following interfaces: * USB interface (serial emulation) * JTAG * I2C (TWI) * SPI * 8 General purpose digital I/O * 4 Analog to Digital converters (currently no firmware support)

    標(biāo)簽: USB building userial project

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

    上傳用戶:小鵬

  • A badic controller for the UART. It incorporates a -- transmit and receive FIFO (fr

    A badic controller for the UART. It incorporates a -- transmit and receive FIFO (from Max+Plus II s MegaWizard -- plug-in manager). Note that no checking is done to see -- whether the FIFOs are overflowing or not. This strictly -- handles the transmitting and receiving of the data.

    標(biāo)簽: incorporates controller transmit receive

    上傳時(shí)間: 2017-09-05

    上傳用戶:13681659100

  • We (the Klimas family) are relative Linux newbies (with Linux since Summer 1998). We run RedHat mos

    We (the Klimas family) are relative Linux newbies (with Linux since Summer 1998). We run RedHat mostly -> the solutions might not be directly applicable to other Linux distributions (although most of them probably will). Hope this helps, we try to be as practical as possible. Of course, we provide no warranty whatsoever!

    標(biāo)簽: Linux relative newbies Klimas

    上傳時(shí)間: 2017-09-06

    上傳用戶:gdgzhym

  • Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was t

    Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the objects, so that they appeared more smooth and realisitc, and to have a camera that orbitted around the object, which allowed us to look arond the object with a stationary light source. We chose to do this in hardware, because our initial implementation using running software on the NIOS II processor was too slow. Implementing parallelism in hardware is also easier to do than in software, which allows for more efficiency. We used Professor Land s floating point hardware, which allowed us to do calculations efficiency, which is essential to graphics.

    標(biāo)簽: Implementation Processing Graphics rendered

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

    上傳用戶:shawvi

  • This circuit is a nice edge detector that gives you synchronous notification of edges on your input

    This circuit is a nice edge detector that gives you synchronous notification of edges on your input signal. There s no excuse for not doing this it s a tiny circuit in just five lines of Verilog.

    標(biāo)簽: notification synchronous detector circuit

    上傳時(shí)間: 2017-09-18

    上傳用戶:xieguodong1234

  • 資料很好壓縮包解壓時(shí)沒有密碼第二行程序括號(hào)當(dāng)中是原圖片存放路徑

    資料很好壓縮包解壓時(shí)沒有密碼第二行程序括號(hào)當(dāng)中是原圖片存放路徑,最終將會(huì)出現(xiàn)處理后的圖像figure no.1

    標(biāo)簽: 解壓 密碼 程序 路徑

    上傳時(shí)間: 2013-12-05

    上傳用戶:SimonQQ

主站蜘蛛池模板: 长垣县| 桦甸市| 汶川县| 崇文区| 甘孜县| 广宗县| 南雄市| 和硕县| 泰顺县| 宣威市| 沈阳市| 商洛市| 桐柏县| 马边| 武城县| 新河县| 巴楚县| 南郑县| 寿阳县| 治多县| 汉中市| 怀宁县| 云霄县| 仲巴县| 老河口市| 通许县| 会东县| 文安县| 铅山县| 南阳市| 都江堰市| 嘉义市| 和田县| 宁河县| 玉门市| 甘南县| 汾阳市| 长阳| 内黄县| 紫金县| 介休市|