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

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

區(qū)(qū)間

  • 計(jì)算器程序

    計(jì)算器程序,對于加法和減法可以輸入任意多位,對于乘法和除法只能處理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)生華夏字樣,在提示符后從鍵盤上輸入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ù)庫設(shè)計(jì): 在mysql下創(chuàng)建相應(yīng)的數(shù)據(jù)庫。 3.代碼編寫: 使用php語言編寫代碼。 運(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. 比較可愛(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無路徑,則輸出“There is no path” 否則輸出A到B路徑上個(gè)頂點(diǎn) [存儲(chǔ)結(jié)構(gòu)] 圖采用鄰接矩陣的方式存儲(chǔ)。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點(diǎn)A開始,依次訪問與A鄰接的頂點(diǎn)VA1,VA2,...,VAK, 訪問遍之后,若沒有訪問B,則繼續(xù)訪問與VA1鄰接的頂點(diǎn)VA11,VA12,...,VA1M,再訪問與VA2鄰接頂點(diǎn)...,如此下去,直至找到B,最先到達(dá)B點(diǎn)的路徑,一定是邊數(shù)最少的路徑。實(shí)現(xiàn)時(shí)采用隊(duì)列記錄被訪問過的頂點(diǎn)。每次訪問與隊(duì)頭頂點(diǎn)相鄰接的頂點(diǎn),然后將隊(duì)頭頂點(diǎn)從隊(duì)列中刪去。若隊(duì)空,則說明到不存在通路。在訪問頂點(diǎn)過程中,每次把當(dāng)前頂點(diǎn)的序號(hào)作為與其鄰接的未訪問的頂點(diǎn)的前驅(qū)頂點(diǎn)記錄下來,以便輸出時(shí)回溯。 #include<stdio.h> int number //隊(duì)列類型 typedef struct{ int q[20]

    標(biāo)簽: 輸入

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

    上傳用戶:ma1301115706

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

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

    標(biāo)簽: 基帶 系統(tǒng)測試 數(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

  • 在硬體上將十進(jìn)制轉(zhuǎn)二進(jìn)制

    在硬體上將十進(jìn)制轉(zhuǎn)二進(jìn)制,不需要使用加法器的運(yùn)算方式,大大減少運(yùn)算的時(shí)間。

    標(biāo)簽:

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

    上傳用戶:變形金剛

  • GPRS_CHT技術(shù)文檔

    GPRS_CHT技術(shù)文檔,包括主要詳細(xì)介紹GPRS的通訊協(xié)定,內(nèi)容包括GPRS 所要提供的功能、系統(tǒng)架構(gòu)、 各個(gè)網(wǎng)路元件、各元件間定義的介面、計(jì)費(fèi)系統(tǒng)與GSM 演進(jìn)為GPRS 所採 行的方式。其中GPRS 介面部份,抽出來獨(dú)立成為GPRS_Interface 檔案

    標(biāo)簽: GPRS_CHT 文檔

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

    上傳用戶:huannan88

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

    使用RSA算法對一個(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

主站蜘蛛池模板: 台东县| 麻城市| 融水| 安达市| 耒阳市| 天峻县| 五河县| 马尔康县| 读书| 兴业县| 鲁山县| 清涧县| 霍山县| 广汉市| 河东区| 建湖县| 伊春市| 泰兴市| 于田县| 交口县| 许昌市| 云霄县| 六枝特区| 三台县| 彭山县| 五莲县| 威宁| 庄浪县| 上杭县| 平陆县| 湖州市| 巍山| 偏关县| 澎湖县| 磐石市| 顺义区| 贺州市| 诸城市| 海原县| 岳池县| 琼海市|