Douglas Comer,《用TCP/IP進(jìn)行網(wǎng)際互連 第3卷:客戶機(jī)-服務(wù)器編程和應(yīng)用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整書源碼
上傳時間: 2013-12-05
上傳用戶:685
龍芯一號的數(shù)據(jù)手冊! 通用32 位微處理器,支持MIPS-III 指令 主頻為200~266MHZ 基于操作隊(duì)列復(fù)用的高效7 級標(biāo)量流水線 高效的64 位浮點(diǎn)流水單元 浮點(diǎn)性能220 MFLOP @250MHz 內(nèi)置MMU、TLB 實(shí)現(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 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》實(shí)驗(yàn) 說明:本程序通過串口通信(借助串口調(diào)試等程序),讓單片機(jī)讀寫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返回時鐘信息(包含秒,分,時,星期,月,年)
上傳時間: 2013-12-10
上傳用戶:l254587896
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
銀行排隊(duì)的數(shù)學(xué)模型的實(shí)現(xiàn) 問題: n銀行有n個窗口對外營業(yè),每個窗口一次只能接待一個客戶 n客戶的到達(dá)時間和處理業(yè)務(wù)的時間不同(可隨機(jī)產(chǎn)生) n利用鏈表隊(duì)列模擬總的處理過程和處理時間 n假設(shè) n不允許插隊(duì),不同客戶的交接時間忽略不計(jì) 策略I: 策略 客戶先選擇無人窗口辦理 如果沒有,就選擇人數(shù)最少的窗口排隊(duì) 討論 人數(shù)最少未必能最快得到處理 如果客戶發(fā)現(xiàn)其他窗口的排隊(duì)人數(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 // 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 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é)生成績) 兩種用戶等級:管理員和用戶,均用用戶名和密碼登陸,通過識別不同類型的用戶名,進(jìn)入不同的操作界面。 1) 管理員功能: i 用戶管理:增加、刪除用戶; ii 記錄錄入、修改、刪除 III 查詢:單項(xiàng)查詢、多項(xiàng)查詢、范圍查詢 iv 分類統(tǒng)計(jì):提供有代表性的統(tǒng)計(jì)結(jié)果 2) 用戶功能: a) 修改密碼 b) 查詢本用戶信息 c) 修改個人信息
標(biāo)簽: 用戶 管理信息系統(tǒng)
上傳時間: 2014-01-10
上傳用戶:huql11633
架設(shè)關(guān)鍵部分開始了。點(diǎn)擊開始——程序,選擇PostgreSQL 8.2,打開pgAdmin III軟件,也就是你安裝的PostgreSQL 8.2數(shù)據(jù)庫軟件。點(diǎn) 擊檔案選項(xiàng),點(diǎn)擊“新增服務(wù)器”。在出現(xiàn)的新增服務(wù)器登陸界面中,名稱填寫“postgres”,主機(jī)填寫“127.0.0.1”,用戶名填寫 “postgres”,密碼填寫“postgres”。這個用戶名和密碼就是安裝PostgreSQL 8.2時讓你默認(rèn)的那個用戶名和密碼,如果你安裝PostgreSQL
上傳時間: 2017-05-09
上傳用戶:ynsnjs
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1