本文檔描述了無需證書撤消列表就可以決定一張數字證書當前狀態的協議。 第二章中有協議的概述。功能必要條件在第三章中有詳細描述。第四章是具體協議。第 五章我們將討論一些和協議有關的安全問題。附錄A定義了在HTTP之上的OCSP,附 錄B有ASN.1的語義元素,附錄C詳細描述了信息的mime類型。
上傳時間: 2013-12-21
上傳用戶:417313137
程序:JSP+Beans+文本留言簿 調試環境:Apache Tomcat/4.1.18+j2sdk1.4.0_01 開發工具:EditPlus 作者:Redhat 版本:1.0 1.0新增功能: 1 支持JUBB(類似UBB) 2 留言數據的合法性檢測,如EMAIL,主頁地址 3 支持繁體字符的輸入 4 出錯頁面美化
標簽: 1.0 EditPlus Apache Tomcat
上傳時間: 2015-04-11
上傳用戶:鳳臨西北
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標簽: government streamline important alphabet
上傳時間: 2015-06-09
上傳用戶:weixiao99
實現阿克曼函數并統計遞歸調用次數 Counting times of recursion calling 1. 問題描述 定義阿克曼遞歸函數: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 讀入m、n,輸出ACK(m,n)的值,并統計遞歸調用次數。
標簽: recursion Counting calling times
上傳時間: 2015-06-11
上傳用戶:hgy9473
電力系統在臺穩定計算式電力系統不正常運行方式的一種計算。它的任務是已知電力系統某一正常運行狀態和受到某種擾動,計算電力系統所有發電機能否同步運行 1運行說明: 請輸入初始功率S0,形如a+bi 請輸入無限大系統母線電壓V0 請輸入系統等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運行時的系統直軸等值電抗Xd 2故障運行時的系統直軸等值電抗X d 3故障切除后的系統直軸等值電抗 請輸入慣性時間常數Tj 請輸入時段數N 請輸入哪個時段發生故障Ni 請輸入每時段間隔的時間dt
上傳時間: 2015-06-13
上傳用戶:it男一枚
魔王語言解釋 [問題描述] 有一個魔王總是使用自己的一種非常精練而又抽象的語言講話,沒有人能聽得懂,但他的語言是可以逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規則由人的語言逐步抽象上去的: (1) α 轉換為 β1β2…βm (2) (θδ1δ2…δn) 轉換為 θδnθδn-1… θδ1θ 在這兩種形式重,從左到右均表示解釋。試寫一個魔王語言的解釋兄,把他的話解釋成人能聽得懂的話。 [基本要求] 用下述兩條具體規則和上述規則形式(2)實現。設大寫字母表示魔王語言的詞匯;小寫字母表示人的語言詞匯;希臘字母表示可以用大寫字母或小寫字母代換的變量。魔王語言可含人的詞匯。 (1)B 轉換為 tAdA (2)A 轉換為 sae [測試數據] B(exnxgz)B解釋成tsaedsaeezegexenehetsaedsae 若將小寫字母與漢字建立下表所示的對應關系,則魔王說的話是:“天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一直鵝地上一只鵝”。 t d s a e z g x n h 天 地 上 一只 鵝 追 趕 下 蛋 恨
上傳時間: 2014-12-21
上傳用戶:大三三
在線教育系統緒言…………………………………………………………………………………………… 1 1.系統設計與實現…………………………………………………………………………… 1 1)目標設計……………………………………………………………………………… 1 2)設計思想……………………………………………………………………………… 2 3)系統功能分析與設計………………………………………………………………… 2 2.數據庫設計與實現………………………………………………………………………… 3 1)數據庫的需求分析…………………………………………………………………… 3 2)數據庫的邏輯設計…………………………………………………………………… 3 3.數據庫的配置……………………………………………………………………………… 4 4.前端網絡頁面的設計與開發……………………………………………………………… 5 1)系統公用頁面…………
標簽: 系統設計
上傳時間: 2013-11-28
上傳用戶:2467478207
針對M/PH/1(k)排隊系統推導出該排隊系統在任意時刻、到達時刻、退去時刻的隊列長度狀態概率分布、平均隊列長度、以及平均等待時間,并編寫程序進行數值計算,并對M/E2/1(k), M/M/1(k), M/H2/1(k)排隊系統的性能進行數值比較。
上傳時間: 2013-11-30
上傳用戶:秦莞爾w
The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero+length-k-1
標簽: length the Reed-Somolon specified
上傳時間: 2014-07-31
上傳用戶:skfreeman
* 高斯列主元素消去法求解矩陣方程AX=B,其中A是N*N的矩陣,B是N*M矩陣 * 輸入: n----方陣A的行數 * a----矩陣A * m----矩陣B的列數 * b----矩陣B * 輸出: det----矩陣A的行列式值 * a----A消元后的上三角矩陣 * b----矩陣方程的解X
上傳時間: 2015-07-26
上傳用戶:xauthu