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

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

視頻驅(qū)(qū)動(dòng)

  • 超音波測(cè)距程式

    超音波測(cè)距程式,使用於輪式行動(dòng)平臺(tái)(機(jī)器人)本體,本程式可用於避障、導(dǎo)航

    標(biāo)簽: 超音波 程式

    上傳時(shí)間: 2015-11-06

    上傳用戶:TRIFCT

  • 計(jì)算器程序

    計(jì)算器程序,對(duì)于加法和減法可以輸入任意多位,對(duì)于乘法和除法只能處理4為十進(jìn)制,除法保留了8位小數(shù)。按‘c’可以重新輸入,按‘q’退出

    標(biāo)簽: 計(jì)算器 程序

    上傳時(shí)間: 2015-11-08

    上傳用戶:shawvi

  • 運(yùn)行結(jié)果后產(chǎn)生華夏字樣

    運(yùn)行結(jié)果后產(chǎn)生華夏字樣,在提示符后從鍵盤(pán)上輸入Q(或q)退出這個(gè)程序。,,Asm

    標(biāo)簽: 運(yùn)行 華夏

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

    上傳用戶:Amygdala

  • PHP留言本 設(shè)計(jì)流程: 1.需求分析: 留言本要是實(shí)現(xiàn)的功能是用戶留言

    PHP留言本 設(shè)計(jì)流程: 1.需求分析: 留言本要是實(shí)現(xiàn)的功能是用戶留言,回復(fù)留言。顯示留言用戶的信息,顯示回復(fù)信息和回復(fù)信息的用戶信息。設(shè)計(jì)一個(gè)管理員管理留言功能。 2.?dāng)?shù)據(jù)庫(kù)設(shè)計(jì): 在mysql下創(chuàng)建相應(yīng)的數(shù)據(jù)庫(kù)。 3.代碼編寫(xiě): 使用php語(yǔ)言編寫(xiě)代碼。 運(yùn)行環(huán)境: Windows/linux操作系統(tǒng) PHP環(huán)境 + mysql 功能概述: 1. 留言和回復(fù)留言功能 2. 顯示留言者的留言時(shí)間,email,QQ號(hào)碼 3. 可以向留言者發(fā)送email 4. 能在線編輯HTML留言(限制功能) 5. 比較可愛(ài)(Q)的界面 6. 管理員管理功能

    標(biāo)簽: PHP 留言本 用戶

    上傳時(shí)間: 2015-11-16

    上傳用戶:wanghui2438

  • [輸入] 圖的頂點(diǎn)個(gè)數(shù)N

    [輸入] 圖的頂點(diǎn)個(gè)數(shù)N,圖中頂點(diǎn)之間的關(guān)系及起點(diǎn)A和終點(diǎn)B [輸出] 若A到B無(wú)路徑,則輸出“There is no path” 否則輸出A到B路徑上個(gè)頂點(diǎn) [存儲(chǔ)結(jié)構(gòu)] 圖采用鄰接矩陣的方式存儲(chǔ)。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點(diǎn)A開(kāi)始,依次訪問(wèn)與A鄰接的頂點(diǎn)VA1,VA2,...,VAK, 訪問(wèn)遍之后,若沒(méi)有訪問(wèn)B,則繼續(xù)訪問(wèn)與VA1鄰接的頂點(diǎn)VA11,VA12,...,VA1M,再訪問(wèn)與VA2鄰接頂點(diǎn)...,如此下去,直至找到B,最先到達(dá)B點(diǎn)的路徑,一定是邊數(shù)最少的路徑。實(shí)現(xiàn)時(shí)采用隊(duì)列記錄被訪問(wèn)過(guò)的頂點(diǎn)。每次訪問(wèn)與隊(duì)頭頂點(diǎn)相鄰接的頂點(diǎn),然后將隊(duì)頭頂點(diǎn)從隊(duì)列中刪去。若隊(duì)空,則說(shuō)明到不存在通路。在訪問(wèn)頂點(diǎn)過(guò)程中,每次把當(dāng)前頂點(diǎn)的序號(hào)作為與其鄰接的未訪問(wèn)的頂點(diǎn)的前驅(qū)頂點(diǎn)記錄下來(lái),以便輸出時(shí)回溯。 #include<stdio.h> int number //隊(duì)列類型 typedef struct{ int q[20]

    標(biāo)簽: 輸入

    上傳時(shí)間: 2015-11-16

    上傳用戶:ma1301115706

  • 為基帶系統(tǒng)測(cè)試誤碼率而寫(xiě)的數(shù)字噪聲程序

    為基帶系統(tǒng)測(cè)試誤碼率而寫(xiě)的數(shù)字噪聲程序,包括噪聲產(chǎn)生程序和一個(gè)測(cè)試文件。可以分別產(chǎn)生兩路噪聲供I,Q兩路使用,速率80Mbps左右。

    標(biāo)簽: 基帶 系統(tǒng)測(cè)試 數(shù)字 程序

    上傳時(shí)間: 2015-11-19

    上傳用戶:米卡

  • A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special at

    A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment, AWGN noise,DC offset,I/Q mismatch,etc.Performance of the whole system can be evaluated by changing the coding method,parameters of building blocks,and operation distance.Finally,some simulation results are presented in this paper.

    標(biāo)簽: environment constructed simulation Simulink

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

    上傳用戶:zhangliming420

  • Software Testing, Second Edition provides practical insight into the world of software testing and q

    Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.

    標(biāo)簽: practical Software provides software

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

    上傳用戶:zhaiyanzhong

  • Visual PIC

    Visual PIC,PIC C源碼生成工具,可用圖影介面自動(dòng)生成如Timer, Interrupt, ADC等各種源碼。簡(jiǎn)體中文版

    標(biāo)簽: Visual PIC

    上傳時(shí)間: 2014-02-28

    上傳用戶:lanhuaying

  • This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si

    This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計(jì)基於MSP430

    標(biāo)簽: application describes Timer_A control

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

    上傳用戶:qq21508895

主站蜘蛛池模板: 泰安市| 司法| 闽清县| 三都| 望城县| 涪陵区| 安仁县| 景德镇市| 颍上县| 苍山县| 长沙县| 卢龙县| 太原市| 十堰市| 易门县| 龙海市| 叙永县| 巩留县| 双城市| 德安县| 沽源县| 镇赉县| 鱼台县| 吴江市| 乐平市| 寿阳县| 紫阳县| 黄大仙区| 德令哈市| 罗甸县| 三门县| 麟游县| 娄底市| 兴安盟| 鲜城| 阳谷县| 河池市| 临猗县| 富阳市| 永登县| 民乐县|