01引論 02進程的描述 03進程的控制 04進程的同步 05經典同步問題與管程 06進程的通信 07線程與編程 08處理機調度 09實時調度 10處理機死鎖 11死鎖+多處理機 12程序裝入與內存連續分配 13連續分配與分頁管理 14分頁與分段內存管理 15虛擬存儲和請求分頁 16頁面置換算法 17頁面置換與請求分段 18I-O系統 19緩沖管理與設備分配 20設備分配與設備處理 21磁盤管理 22文件系統與結構 23目錄與空間管理
上傳時間: 2015-11-14
上傳用戶:woshiayin
AVR單片機入門及C語言高效設計實踐(六) ATMEAG16L的定時/計數器 ATMEAG16L有兩個8位定時/計數器(T/C0、T,C2)和一個16位定時/計數器T/C1)。每一個計數器都支持PWM(脈沖寬度調制)輸出功能。PWM輸出在電機控制、開關電源、信號發生等領域有著廣泛的應用。[第一段]
上傳時間: 2015-11-16
上傳用戶:集美慧
8031直接驅動LED的電路 以下是利用8031的I/O口直接驅動LED的電路原理圖。電路通過8031的P0、P2口連接一片74LS373和一片27128構成外拓存儲器,通過P1口直接連接LED,驅動顯示器,通過P3.0、P3.1、P3.2、P3.3連接電平開關S1、S2、S3、S4作為邏輯輸入控制。
上傳時間: 2015-11-21
上傳用戶:ghostparker
本設計以凌陽16位單片機SPCE061A為核心控制器件,配合Xilinx Virtex-II FPGA及Xilinx公司提供的硬件DSP高級設計工具System Generator,制作完成本數字式外差頻譜分析儀。前端利用高性能A/D對被測信號進行采集,利用FPGA高速、并行的處理特點,在FPGA內部完成數字混頻,數字濾波等DSP算法。
上傳時間: 2014-11-23
上傳用戶:bjgaofei
本文當介紹了采用Matlib進行PID控制中的相關例程,并配有Word文檔說明,介紹了P、I、D三個參數分別在控制中的作用。較適合初學者學習。
上傳時間: 2013-12-09
上傳用戶:410805624
You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You d like to take your SQL skills to the next level.
標簽: advantage the rudiments you
上傳時間: 2014-01-18
上傳用戶:xz85592677
ARM7平臺上的A/D轉換器程序,能實現直流電機和步進電機的交替控制,及速度和步距角的控制。
上傳時間: 2013-12-25
上傳用戶:ukuk
Status CreateSMatrix(RLSMatrix &M) { // 創建稀疏矩陣M int i Triple T Status k printf("請輸入矩陣的行數,列數,非零元素數:") scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 為以下比較做準備 for(i=1 i<=M.tu i++) { do {
標簽: Status CreateSMatrix RLSMatrix Triple
上傳時間: 2013-12-22
上傳用戶:shanml
用AVR的mega64單片機控制DS1302,并用標準I/O流輸出到PC的C程序。使用avr_gcc.
上傳時間: 2016-03-15
上傳用戶:himbly
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.
標簽: bottleneck developed the concept
上傳時間: 2014-12-03
上傳用戶:ikemada