在出現的提示信息中輸入大寫字母“D”,可 顯示系統當前日期;輸入大寫字母“T”,可顯示系統當前時間;輸入大寫字母 “Q”,可結束程序。
上傳時間: 2013-12-04
上傳用戶:as275944189
Linux下使用c語言實現的內存管理模擬器 假設有臺計算機物理內存大小為4MB,每個內存頁大小為4k。采用分頁機制,使用二級頁表,第一級為頁目錄,共有1024項,每個頁目錄項指向一個頁表,每個頁表項指向一個實際的物理頁面,每個頁表共有1024個頁表項。假設頁目錄和頁表不占用內存空間。 系統中還有一個交換設備,采用分塊管理機制,每塊大小為4K,共1024個。有一系列內存訪問指令,系統根據內存訪問指令的內存虛地址訪問內存。如果頁目錄項為空,則分配一個頁表,并將相關值存入頁目錄項,如果頁表項為空,則請求分配一個內存頁,如果沒有空閑內存,則使用頁面置換算法換出一個內存頁到交換設備上。如果頁表項表明內存頁在交換設備上,則先請求一個物理內存頁,然后從交換設備上讀入內存內容,釋放交換設備上的磁盤塊。
上傳時間: 2015-05-01
上傳用戶:ardager
D觸發器的設計 主要用在時序電路中。 所用語言為Verilog HDL.
上傳時間: 2014-06-23
上傳用戶:ywqaxiwang
嵌入式應用技術基礎教程1 第1章 嵌入式應用技術概述 第2章 嵌入式應用技術的硬件基礎 第3章 高級語言的串行通信編程 第4章 Freescale 08系列單片機概述 第5章 HC08 CPU與匯編基礎 第6章 通用I/O與第一個匯編程序 第7章 08C語言 第8章 串行通信接口SCI與串行外設接口SPI 第9章 鍵盤中斷模塊與A/D轉換模塊 第10章 定時接口模塊
上傳時間: 2015-05-03
上傳用戶:er1219
This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.
標簽: microcontroll Converter configure following
上傳時間: 2014-12-01
上傳用戶:獨孤求源
ADC0832 是美國國家半導體公司生產的一種8 位分辨率、雙通道A/D轉換 芯片。由于它體積小,兼容性強,性價比高而深受單片機愛好者及企業歡迎, 其目前已經有很高的普及率。學習并使用ADC0832 可是使我們了解A/D轉換器 的原理,有助于我們單片機技術水平的提高。
上傳時間: 2015-05-04
上傳用戶:小眼睛LSL
The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.
標簽: KEIL_IODemo allocation routines project
上傳時間: 2013-12-08
上傳用戶:ve3344
UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.
標簽: Allocation GNU_IODemo Example project
上傳時間: 2015-05-04
上傳用戶:Amygdala
STMicroelectronics STR7xFxx A/D Example Program
標簽: STMicroelectronics STR7xFxx Example Program
上傳時間: 2015-05-04
上傳用戶:愛死愛死
Philips LPC22xx A/D Example Program
標簽: Philips Example Program LPC
上傳時間: 2014-01-09
上傳用戶:王者A