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

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

bdm驅(qū)動

  • 運行結果后產生華夏字樣

    運行結果后產生華夏字樣,在提示符后從鍵盤上輸入Q(或q)退出這個程序。,,Asm

    標簽: 運行 華夏

    上傳時間: 2013-12-13

    上傳用戶:Amygdala

  • PHP留言本 設計流程: 1.需求分析: 留言本要是實現的功能是用戶留言

    PHP留言本 設計流程: 1.需求分析: 留言本要是實現的功能是用戶留言,回復留言。顯示留言用戶的信息,顯示回復信息和回復信息的用戶信息。設計一個管理員管理留言功能。 2.數據庫設計: 在mysql下創建相應的數據庫。 3.代碼編寫: 使用php語言編寫代碼。 運行環境: Windows/linux操作系統 PHP環境 + mysql 功能概述: 1. 留言和回復留言功能 2. 顯示留言者的留言時間,email,QQ號碼 3. 可以向留言者發送email 4. 能在線編輯HTML留言(限制功能) 5. 比較可愛(Q)的界面 6. 管理員管理功能

    標簽: PHP 留言本 用戶

    上傳時間: 2015-11-16

    上傳用戶:wanghui2438

  • [輸入] 圖的頂點個數N

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

    標簽: 輸入

    上傳時間: 2015-11-16

    上傳用戶:ma1301115706

  • 為基帶系統測試誤碼率而寫的數字噪聲程序

    為基帶系統測試誤碼率而寫的數字噪聲程序,包括噪聲產生程序和一個測試文件。可以分別產生兩路噪聲供I,Q兩路使用,速率80Mbps左右。

    標簽: 基帶 系統測試 數字 程序

    上傳時間: 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.

    標簽: environment constructed simulation Simulink

    上傳時間: 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.

    標簽: practical Software provides software

    上傳時間: 2014-08-01

    上傳用戶:zhaiyanzhong

  • Visual PIC

    Visual PIC,PIC C源碼生成工具,可用圖影介面自動生成如Timer, Interrupt, ADC等各種源碼。簡體中文版

    標簽: Visual PIC

    上傳時間: 2014-02-28

    上傳用戶:lanhuaying

  • 使用RSA算法對一個數字進行加密和解密。可以自由指定p

    使用RSA算法對一個數字進行加密和解密。可以自由指定p,q的值,并且當輸入數字不是素數時,程序會給出提示,或自動指定一個素數。

    標簽: RSA 算法 數字 加密

    上傳時間: 2014-01-13

    上傳用戶:gtzj

  • Server 端可以開啟多檔

    Server 端可以開啟多檔,並儲存檔案下載列表,下次啟動時仍可自動載入

    標簽: Server

    上傳時間: 2013-12-26

    上傳用戶:源碼3

  • 上窮碧落下黃泉 - 源碼追蹤經驗談 (PDF 繁體中文 26頁) 侯捷觀點 剖析名家源碼

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

    標簽: 繁體

    上傳時間: 2016-01-13

    上傳用戶:cooran

主站蜘蛛池模板: 乌恰县| 东兰县| 同江市| 保定市| 洪湖市| 桂林市| 唐山市| 门头沟区| 太湖县| 潢川县| 于都县| 红安县| 临泽县| 湟中县| 潜山县| 北宁市| 浦县| 鹤壁市| 贺兰县| 卓资县| 澄江县| 六安市| 桂阳县| 宜宾县| 霍城县| 新建县| 宣城市| 太和县| 浪卡子县| 白水县| 济源市| 宁阳县| 无极县| 鄂托克前旗| 安达市| 晋宁县| 治县。| 商河县| 神池县| 朝阳市| 南木林县|