太原理工大學碩 士 學 位 論 文 摘 要 派送調度問題是物流管理領域中一個重要的課題,是大型 超市集團、大型零售連鎖店、物流派送中心及工業生產企業共 同存在的問題。隨著跨地區、跨地域的經濟活動日益加強,迫 切要求解決物資流通當中合理調度運輸工具的問題來有效實現 企業生產計劃、減少物資庫存,從而提高工商企業的生產效率。 目前對于派送調度問題的研究主要集中在對運輸工具的配置和 靜態調度領域,這些研究工作已經取得了豐富的成果,并且研 究結果也主要應用于決策和管理方面。但是對于運輸工具運行 情況變化和派送任務動態產生和調整關注較少,同時,在線派 送調度的計算機系統產品也較少
上傳時間: 2015-03-17
上傳用戶:cjl42111
RSA算法 :首先, 找出三個數, p, q, r, 其中 p, q 是兩個相異的質數, r 是與 (p-1)(q-1) 互質的數...... p, q, r 這三個數便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個 m 一定存在, 因為 r 與 (p-1)(q-1) 互質, 用輾轉相除法就可以得到了..... 再來, 計算 n = pq....... m, n 這兩個數便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個大整數, 假設 a < n.... 如果 a >= n 的話, 就將 a 表成 s 進位 (s
標簽: person_key RSA 算法
上傳時間: 2013-12-14
上傳用戶:zhuyibin
1,可自定義檢測目錄 2,程序采用模板技術,代碼與界面100%分離 3,可自定義設計用戶層界面層 4,可自定義圖形顯示百分比 5,目錄使用量單位自動轉換 6,除了主目錄的統計,還可統計當前目錄下的二級目錄容量 7,在VS開發工具中,可預覽模板界面 8,控件調用方式,無須任何后臺代碼編輯
標簽:
上傳時間: 2015-05-15
上傳用戶:epson850
數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時間: 2015-05-21
上傳用戶:daguda
源代碼\用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a,b,c依次序排列時,有13種不同的序列關系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要將n個數依序列,設計一個動態規劃算法,計算出有多少種不同的序列關系, 要求算法只占用O(n),只耗時O(n*n).
上傳時間: 2013-12-26
上傳用戶:siguazgb
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
免費分享版網路硬碟 01.創意風格首頁 02.申請會員 03.密碼查詢 04.會員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload LyfUpload.UploadFile iNotes.Upload 06.多檔上傳,最多一次10個檔案 07.重新命名 08.刪除檔案、資料夾 09.剪下、複製、貼上 10.上移功能 11.會員列表、會員修改、刪除會員 12.系統資訊列表、系統修改 13.清單模式、縮圖模式  支援線上縮圖,Persits.Jpeg  ASPThumb 14.Persits.Upload Dundas.Upload支援上傳BAR進度顯示功能 15.Admin可觀看  使用者在線顯示、目前位址 16.WebHD總使用容量統計 17.會員使用容量統計 18.Admin新增會員功能 本程式適用於: Windows  2003,Windwos  xp,Windows  2000 使用限制: 須先至本站註冊取得啟用資料庫,才可使用本系統!(註冊完全免費) 無法修改首頁圖片、廣告視窗於下方 須先安裝 Scripting.FileSystemObject ADODB.Connection 才可使用 系統管理員預設值: 帳號:Admin 密碼:system
標簽: Upload Persits Dundas nbsp
上傳時間: 2015-09-08
上傳用戶:ggwz258
上下文無關文法(Context-Free Grammar, CFG)是一個4元組G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一組有限的產生式規則集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素稱為非終結符,T的元素稱為終結符,S是一個特殊的非終結符,稱為文法開始符。 設G=(V, T, S, P)是一個CFG,則G產生的語言是所有可由G產生的字符串組成的集合,即L(G)={x∈T* | Sx}。一個語言L是上下文無關語言(Context-Free Language, CFL),當且僅當存在一個CFG G,使得L=L(G)。 *⇒ 例如,設文法G:S→AB A→aA|a B→bB|b 則L(G)={a^nb^m | n,m>=1} 其中非終結符都是大寫字母,開始符都是S,終結符都是小寫字母。
標簽: Context-Free Grammar CFG
上傳時間: 2013-12-10
上傳用戶:gaojiao1999
可以查看到自己的空間使用量 1,可自定義檢測目錄 2,程序采用模板技術,代碼與界面100%分離 3,可自定義設計用戶層界面層 4,可自定義圖形顯示百分比 5,目錄使用量單位自動轉換 6,除了主目錄的統計,還可統計當前目錄下的二級目錄容量 7,在VS開發工具中,可預覽模板界面 8,控件調用方式,無須任何后臺代碼編輯
標簽:
上傳時間: 2014-12-21
上傳用戶:mikesering
利用ajax技術及javascript語言編寫的rss閱讀器,可以讀本地的xml文檔和外網上的feed。考慮了兩種瀏覽器(IE和火狐),在Eclipse開發工具上編寫
標簽: javascript ajax rss 語言
上傳時間: 2015-12-15
上傳用戶:lvzhr