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

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

win8 PL2303驅(qū)(qū)動(dòng)

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

    運(yùn)行結(jié)果后產(chǎ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.代碼編寫: 使用php語(yǔ)言編寫代碼。 運(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開始,依次訪問(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è)試誤碼率而寫的數(shù)字噪聲程序

    為基帶系統(tǒng)測(cè)試誤碼率而寫的數(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

  • 使用RSA算法對(duì)一個(gè)數(shù)字進(jìn)行加密和解密。可以自由指定p

    使用RSA算法對(duì)一個(gè)數(shù)字進(jìn)行加密和解密。可以自由指定p,q的值,并且當(dāng)輸入數(shù)字不是素?cái)?shù)時(shí),程序會(huì)給出提示,或自動(dòng)指定一個(gè)素?cái)?shù)。

    標(biāo)簽: RSA 算法 數(shù)字 加密

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

    上傳用戶:gtzj

  • Server 端可以開啟多檔

    Server 端可以開啟多檔,並儲(chǔ)存檔案下載列表,下次啟動(dòng)時(shí)仍可自動(dòng)載入

    標(biāo)簽: Server

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

    上傳用戶:源碼3

  • 上窮碧落下黃泉 - 源碼追蹤經(jīng)驗(yàn)談 (PDF 繁體中文 26頁(yè)) 侯捷觀點(diǎn) 剖析名家源碼

    上窮碧落下黃泉 - 源碼追蹤經(jīng)驗(yàn)談 (PDF 繁體中文 26頁(yè)) 侯捷觀點(diǎn) 剖析名家源碼,是讓自己技術(shù)躍升的捷徑。但是大系統(tǒng)的源碼非常龐大(Unix, Linux, Java, STL, MFC, VCL, Qt...),閱讀要有閱讀的方法。本文從動(dòng)機(jī)、對(duì)象、前提、書籍、態(tài)度、工具、方法、瓶頸、價(jià)值、附加價(jià)值等方向加以討論。

    標(biāo)簽: 繁體 頁(yè)

    上傳時(shí)間: 2016-01-13

    上傳用戶:cooran

主站蜘蛛池模板: 阜新| 全南县| 迁西县| 义乌市| 来宾市| 汽车| 绥江县| 焦作市| 土默特右旗| 阿拉善右旗| 禹州市| 绥江县| 丹江口市| 巴林左旗| 自贡市| 黄平县| 乌审旗| 新源县| 花莲市| 广西| 财经| 台南县| 曲麻莱县| 芒康县| 高雄县| 乌审旗| 静海县| 南康市| 福海县| 潜江市| 类乌齐县| 克拉玛依市| 紫云| 通化县| 大英县| 灵石县| 六盘水市| 松桃| 屏南县| 博野县| 泰兴市|