順序創建N個數的鏈表L.并輸出.再按冒泡排序法進行排序.并輸出
上傳時間: 2014-11-26
上傳用戶:gououo
功能介紹: l 輸入進程P總共有的頁面數,l 并輸入系統已經在內存中分配的頁面數。當所分配的頁面數大于進程P的頁面數時,l 則不l 需要進行頁面調度工作。 l 由進程P的頁面數目,l 程序隨機生成一些訪問內存的頁面號,l 為簡化程序,l 這些頁面號的數目同l 進程P的進程數目一致(這個缺陷也有待改進)。 l 由用戶選擇FIFO算法還是LRU算法對進程P的頁面訪問內存分配的頁面進行分配,l 并輸出具體的頁面訪問過程。 原理介紹: 請求頁式管理中的置換算法:置換算法在內存中沒有空閑頁面時調用。它的目的是選出一個被淘汰的頁面。如果內存中有足夠的空閑頁面存放所調入的頁,則不必使用置換算法。 先進先出算法FIFO:該算法總是選擇在內存駐留時間最長的一頁將其淘汰。其認為先調入內存的頁不再被訪問的可能性要比其他頁大,因而選擇最先調入內存的頁換出。 最近最久沒使用頁面淘汰算法LRU
上傳時間: 2013-12-31
上傳用戶:lunshaomo
David L. Carroll的遺傳算法的fortran源代碼
上傳時間: 2015-08-22
上傳用戶:JIUSHICHEN
關于IBM Blue Gene/L一些資料
上傳時間: 2015-08-28
上傳用戶:xinzhch
關于IBM Blue Gene/L上MPI實現的資料
上傳時間: 2015-08-28
上傳用戶:huql11633
MD5 加 密的V i s u a l C + + S o u r c e C o d e .
標簽: MD5
上傳時間: 2014-01-04
上傳用戶:lunshaomo
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標簽: L. published Schwartz Edition
上傳時間: 2014-11-29
上傳用戶:kr770906
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標簽: L. published Schwartz Edition
上傳時間: 2015-09-03
上傳用戶:lifangyuan12
L為樁長,r為計算點與樁軸線的水平距離,z為計算點距離地面深度。都取正值 %f1,f2,f3依次是點荷載、均布荷載以及三角形荷載下的Geddes應力解函數 %Ip,Ir,It依次是對應三個荷載下的應力系數,負表示拉,正表示壓
標簽:
上傳時間: 2014-05-23
上傳用戶:xuanjie
叉排序樹與平衡二叉排序樹基本操作的實現 用二叉鏈表作存儲結構 (1)以回車( \n )為輸入結束標志,輸入數列L,生成二叉排序樹T; (2)對二叉排序樹T作中序遍歷,輸出結果; (3)計算二叉排序樹T的平均查找長度,輸出結果; (4)輸入元素x,查找二叉排序樹T,若存在含x的結點,則刪除該結 點,并作中序遍歷(執行操作2);否則輸出信息“無結點x”; (5)判斷二叉排序樹T是否為平衡二叉樹,輸出信息“OK!”/“NO!”;
上傳時間: 2013-12-23
上傳用戶:wab1981