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

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

IIi

  •  Douglas Comer

     Douglas Comer,《用TCP/IP進(jìn)行網(wǎng)際互連 第3卷:客戶機-服務(wù)器編程和應(yīng)用(第2版)》 或其英文版 Internetworking With TCP/IP Vol IIi: Client-Server Programming And Application (Second Edition) 整書源碼

    標(biāo)簽: Douglas 61599 Comer

    上傳時間: 2013-12-05

    上傳用戶:685

  • 龍芯一號的數(shù)據(jù)手冊! 通用32 位微處理器

    龍芯一號的數(shù)據(jù)手冊! 通用32 位微處理器,支持MIPS-IIi 指令 主頻為200~266MHZ 基于操作隊列復(fù)用的高效7 級標(biāo)量流水線 高效的64 位浮點流水單元 浮點性能220 MFLOP @250MHz 內(nèi)置MMU、TLB 實現(xiàn)從程序虛擬地址到CPU物理地址的轉(zhuǎn)換

    標(biāo)簽: 龍芯一號 數(shù)據(jù)手冊 微處理器

    上傳時間: 2015-10-14

    上傳用戶:tyler

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and IIi are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode IIi, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    標(biāo)簽: files the software Welcome

    上傳時間: 2015-12-16

    上傳用戶:lixinxiang

  • 3、《ds1302a》實驗 說明:本程序通過串口通信(借助串口調(diào)試等程序)

    3、《ds1302a》實驗 說明:本程序通過串口通信(借助串口調(diào)試等程序),讓單片機讀寫DS1302,結(jié)果返回到PC的串口調(diào)試接收區(qū)。 1)下載程序 2)打開串口調(diào)試助手 3)通過串口調(diào)試助手向ELITE-IIi發(fā)送"5501aa"(注:十六進(jìn)制,55為設(shè)定的字串頭,01為設(shè)定的1302命令,aa為設(shè)定的結(jié)束字串尾。)啟動DS1302工作,成功則返回55,失敗則返回00 4)通過串口調(diào)試助手向ELITE-IIi發(fā)送"5502aa"(注:十六進(jìn)制,55為設(shè)定的字串頭,02為讀取1302命令,aa為設(shè)定的結(jié)束字串尾。)ELITE-IIi返回時鐘信息(包含秒,分,時,星期,月,年)

    標(biāo)簽: 1302a 1302 程序 ds

    上傳時間: 2013-12-10

    上傳用戶:l254587896

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART IIi CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    標(biāo)簽: CONFIGURATION Introduction INSTALLATION Preparing

    上傳時間: 2013-12-27

    上傳用戶:qiao8960

  • 銀行排隊的數(shù)學(xué)模型的實現(xiàn) 問題: n銀行有n個窗口對外營業(yè)

    銀行排隊的數(shù)學(xué)模型的實現(xiàn) 問題: n銀行有n個窗口對外營業(yè),每個窗口一次只能接待一個客戶 n客戶的到達(dá)時間和處理業(yè)務(wù)的時間不同(可隨機產(chǎn)生) n利用鏈表隊列模擬總的處理過程和處理時間 n假設(shè) n不允許插隊,不同客戶的交接時間忽略不計 策略I: 策略 客戶先選擇無人窗口辦理 如果沒有,就選擇人數(shù)最少的窗口排隊 討論 人數(shù)最少未必能最快得到處理 如果客戶發(fā)現(xiàn)其他窗口的排隊人數(shù)少于本窗口認(rèn)輸,他是否排過去   策略II: 策略 客戶到達(dá)后取號等待 哪個窗口處理完畢,即處理下一個號的客戶 討論 某些客戶的等待時間會減少? 總等待時間是否會減少?   策略IIi: 策略 專門開一個窗口處理大客戶 大客戶與其他客戶選號系統(tǒng)不一樣 大客戶的處理時間超過某個閥值 若大客戶窗口無客戶可暫時處理其他客戶 討論 哪些客戶的等待時間會減少? 總等待時間是否會減少

    標(biāo)簽: 數(shù)學(xué)模型 窗口

    上傳時間: 2014-11-26

    上傳用戶:qweqweqwe

  • This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // W

    This a c_based JATG.This code assumes that you have a JTAG parallel cable connected to your PC // Works with Xilinx parallel IIi or Altera ByteBlasterMV/

    標(biāo)簽: This connected parallel c_based

    上傳時間: 2014-01-17

    上傳用戶:guanliya

  • In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to

    In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three parts, and the goal of each part is described as follow. Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM core,(ARM7TDMI, ARM720T, or ARM922T.) Part II: Make use of virtual prototype to integrate/verify the hardware and software. Part IIi: Verify your soft IP in target environment.

    標(biāo)簽: ARM-based baseline platform project

    上傳時間: 2017-02-15

    上傳用戶:363186

  • 1.管理信息系統(tǒng)(學(xué)生成績) 兩種用戶等級:管理員和用戶

    1.管理信息系統(tǒng)(學(xué)生成績) 兩種用戶等級:管理員和用戶,均用用戶名和密碼登陸,通過識別不同類型的用戶名,進(jìn)入不同的操作界面。 1) 管理員功能: i 用戶管理:增加、刪除用戶; ii 記錄錄入、修改、刪除 IIi 查詢:單項查詢、多項查詢、范圍查詢 iv 分類統(tǒng)計:提供有代表性的統(tǒng)計結(jié)果 2) 用戶功能: a) 修改密碼 b) 查詢本用戶信息 c) 修改個人信息

    標(biāo)簽: 用戶 管理信息系統(tǒng)

    上傳時間: 2014-01-10

    上傳用戶:huql11633

  • 架設(shè)關(guān)鍵部分開始了。點擊開始——程序

    架設(shè)關(guān)鍵部分開始了。點擊開始——程序,選擇PostgreSQL 8.2,打開pgAdmin IIi軟件,也就是你安裝的PostgreSQL 8.2數(shù)據(jù)庫軟件。點 擊檔案選項,點擊“新增服務(wù)器”。在出現(xiàn)的新增服務(wù)器登陸界面中,名稱填寫“postgres”,主機填寫“127.0.0.1”,用戶名填寫 “postgres”,密碼填寫“postgres”。這個用戶名和密碼就是安裝PostgreSQL 8.2時讓你默認(rèn)的那個用戶名和密碼,如果你安裝PostgreSQL

    標(biāo)簽: 程序

    上傳時間: 2017-05-09

    上傳用戶:ynsnjs

主站蜘蛛池模板: 富裕县| 白银市| 石门县| 台东市| 宁陵县| 界首市| 黔西县| 汉源县| 大同市| 紫云| 博客| 民权县| 堆龙德庆县| 井研县| 永和县| 盐山县| 宁夏| 安宁市| 乳山市| 喜德县| 九龙坡区| 祥云县| 景谷| 浮山县| 明溪县| 青河县| 伊金霍洛旗| 东港市| 孝义市| 洪洞县| 高陵县| 易门县| 横峰县| 章丘市| 定襄县| 麟游县| 仪征市| 正安县| 友谊县| 和政县| 闽清县|