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

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

寬帶網(wǎng)

  • 處理機調度

    處理機調度,編寫一個進程調度程序,允許多個進程共行的進程調度程序。   進程調度算法:采用最高優先數優先的調度算法(即把處理機分配給優先數最高的進程)和先來先服務算法。   每個進程有一個進程控制塊(PCB)表示。進程控制塊可以包含如下信息:進程名、優先數、到達時間、需要運行時間、已用CPU時間、進程狀態等等。   進程的優先數及需要的運行時間可以事先人為地指定(也可以由隨機數產生)。進程的到達時間為輸入進程的時間。   進程的運行時間以時間片為單位進行計算。   每個進程的狀態可以是就緒 W(Wait)、運行R(Run)、或完成F(Finish)三種狀態之一。   就緒進程獲得 CPU后都只能運行一個時間片。用已占用CPU時間加1來表示。   如果運行一個時間片后,進程的已占用 CPU時間已達到所需要的運行時間,則撤消該進程,如果運行一個時間片后進程的已占用CPU時間還未達所需要的運行時間,也就是進程還需要繼續運行,此時應將進程的優先數減1(即降低一級),然后把它插入就緒隊列等待CPU。   每進行一次調度程序都打印一次運行進程、就緒隊列、以及各個進程的 PCB,以便進行檢查。    重復以上過程,直到所要進程都完成為止

    標簽: 處理機 調度

    上傳時間: 2013-11-26

    上傳用戶:tianjinfan

  • Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord

    Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.

    標簽: replacement dispatched messages Metalog

    上傳時間: 2014-01-03

    上傳用戶:腳趾頭

  • 一個很好用的控件

    一個很好用的控件,也很實用在網絡上找了很入才找到的哦,希望大家不要錯過哦!

    標簽: 控件

    上傳時間: 2013-12-25

    上傳用戶:tyler

  • 背包問題(java)一個用JAVA 實現的背包問題

    背包問題(java)一個用JAVA 實現的背包問題,P,W,M自己輸入

    標簽: java JAVA 背包問題

    上傳時間: 2015-08-16

    上傳用戶:zgu489

  • /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F

    /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N. * * OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T. */

    標簽: APPROXIMATE ALGORITHM THE SOLUTION

    上傳時間: 2015-08-20

    上傳用戶:zhangliming420

  • 本程序為驅動LCD為LCM161(HD44780驅動器)字符顯示器. 接線:LCD D0-D8(PIN7-14) 對映用戶板P0.0--P0.7 LCD VSS(PIN1) 接 GND,VDD

    本程序為驅動LCD為LCM161(HD44780驅動器)字符顯示器. 接線:LCD D0-D8(PIN7-14) 對映用戶板P0.0--P0.7 LCD VSS(PIN1) 接 GND,VDD(PIN2)接+5V,LCD驅動電源V0(PIN3)接可調電阻ADJ,調節亮度 LCD寄存器選擇RS(PIN4)接P2.0,讀寫選擇R/W(PIN5)接P2.1,使能端EN(PIN6)接P2.2(高電平 有效) 本程序采用I/O口模仿總線時序,故無需做任何硬件擴展.屏幕顯示:"I m SuperICES! ",

    標簽: LCD 44780 PIN1 161

    上傳時間: 2014-01-19

    上傳用戶:xg262122

  • A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w

    A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc

    標簽: complete routines software created

    上傳時間: 2013-12-17

    上傳用戶:王小奇

  • performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w

    performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix

    標簽: alpha beta matrix-vector operations

    上傳時間: 2014-08-17

    上傳用戶:qlpqlq

  • his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w

    his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.

    標簽: simulation baseband channel packet

    上傳時間: 2013-12-23

    上傳用戶:zhangyigenius

  • burgers方程的數值解

    burgers方程的數值解,包括L-W格式,L-F格式,Upwind格式,以類組織,VC6.0環境

    標簽: burgers 方程 數值

    上傳時間: 2014-08-20

    上傳用戶:小碼農lz

主站蜘蛛池模板: 乐亭县| 中超| 晋江市| 莱州市| 漳州市| 松江区| 金坛市| 龙里县| 怀来县| 衡东县| 沙河市| 文水县| 平塘县| 和林格尔县| 巩义市| 平原县| 盈江县| 宽甸| 三河市| 揭西县| 云龙县| 邹平县| 嘉峪关市| 昭苏县| 静宁县| 梅州市| 抚州市| 龙岩市| 晋城| 青河县| 涿州市| 思南县| 兴隆县| 林周县| 尼勒克县| 射阳县| 张家港市| 西吉县| 南陵县| 洛宁县| 永丰县|