psp上的reader 這個是以月光老大的cnreader為基礎(chǔ) 增加了zip文件瀏覽功能,象瀏覽目錄一樣瀏覽zip文件。 zip內(nèi)部的中文文件名可以正常顯示 修正了原版的cnreader不能顯示中文路徑名的問題(同處理中文文件名一樣處理)。 我只有1.5的,所以1.0沒有測試過。 zlib用的是網(wǎng)上流行的版本,可能是1.2.2版,這個版本已經(jīng)確認(rèn)了有一些安全問題,稍候后我會研究一下最新1.2.3版本。 我這樣做的原因是現(xiàn)在rip過的game都是正好放進512m的棒子里,結(jié)果為了幾兆空間不得不刪掉很多書,相當(dāng)不爽的說。 這個版本最方便的是可以把很多書放進一個zip文件里,同時解決了中文文件名亂麻問題。 原版的cnreader之所以很大是因為他把字庫也整合進去了。 下一步是準(zhǔn)備把字庫抽出來也進行zip處理。最大限度的減少占用的空間。 文檔表明zlib有內(nèi)存內(nèi)壓縮功能,就是管道處理,有興趣的朋友一起來研究一下吧 我沒有在看書的時候聽歌的習(xí)慣,我覺得那樣會讓我分心。所以下一步除了提取字庫之外只打算控制頻率以實現(xiàn)節(jié)能(到目前為止,我還沒有看到任何測試證明低頻率可以節(jié)能)通過動態(tài)調(diào)整頻率在節(jié)能和處理速度上達到平橫。
標(biāo)簽: cnreader reader psp zip
上傳時間: 2014-01-13
上傳用戶:zhliu007
數(shù)字運算,判斷一個數(shù)是否接近素數(shù) 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
這是一個在PC上的電機控制軟件,實現(xiàn)了對電機的加速、減速和設(shè)定速度等功能,同時還家了定時功能。
上傳時間: 2013-12-28
上傳用戶:tfyt
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
標(biāo)簽: government streamline important alphabet
上傳時間: 2015-06-09
上傳用戶:weixiao99
動易2006sql全功能版 如果遇到MD5加密文件,而又不知道密碼的, 請在數(shù)據(jù)庫中換上這組加密的數(shù)據(jù)469e80d32c0559f8 密碼就是admin888 此程序如需調(diào)試后方能使用,請您在百忙中抽出一點點時間,把調(diào)試好的程序打包發(fā)給我們。 為了您和大家都能使用到無錯的代碼,也為了程序的質(zhì)量,請大家貢獻自己的一份力量,為 創(chuàng)建更好的學(xué)習(xí)環(huán)境,讓我們一起努力。 廣告投放請與3E建站客服聯(lián)系: QQ:486689 廣告位置和價格請查看: http://3easp.com/support/advertise.asp全功能商業(yè)版,帶齊了所有功能,注意將版本全部改為3,后臺才可以打開所有模塊:
上傳時間: 2015-06-20
上傳用戶:refent
使用到的參數(shù)跟談到彈性網(wǎng)絡(luò)的那一章里頭所講的是一樣的, ke 則是終止條件。如果 step 被打勾,則程式在每一步之間會暫停 100毫秒(或其他使用者輸入的數(shù)值)。如果 Random 被打勾,則程式會以系統(tǒng)時間作為亂數(shù)產(chǎn)生器的種子數(shù),否則,就以使用者輸入的數(shù)( Random 右邊那一格)為種子數(shù)。 你可以利用 load 來載入推銷員問題檔與其最佳解,如此便可比較彈性網(wǎng)絡(luò)所找出來的解與最佳解差了多少。 Central, Radius, and Error 這三個參數(shù)的前兩個,只影響彈性網(wǎng)絡(luò)的起使位置和大小,對求解沒有影響。第三個參數(shù)代表城市與網(wǎng)絡(luò)點之間的容忍距離,也就是說,如果某城市與某網(wǎng)絡(luò)點之間的距離,小于容忍距離,那就把這個城市當(dāng)成是被該網(wǎng)絡(luò)點所拜訪。 按下小 w按鈕會將目前的結(jié)果與參數(shù)值寫到“en.out”這個檔案。使得我們可以很方便地來比較不同參數(shù)的效果。
標(biāo)簽: 參數(shù) 彈性 網(wǎng)絡(luò)
上傳時間: 2013-12-17
上傳用戶:84425894
異步電機矢量控制,有MARS法,isq閉環(huán)測速法,可以運行有速度和無速度兩種模式。
上傳時間: 2013-12-12
上傳用戶:czl10052678
CY7C68013USB芯片的傳輸例程界面,包括傳輸和測試速度!適合于USB界面開發(fā)的參考!
標(biāo)簽: C68013 68013 CY7 USB
上傳時間: 2015-12-21
上傳用戶:佳期如夢
這個是我大學(xué)剛畢業(yè)時寫的射擊小游戲,滾軸二維平面射擊游戲,用VC2003開發(fā),用了DIRECTX,游戲操作簡單,‘D’鍵為開關(guān),可以設(shè)置武器的火力和移動速度,自己玩了就知道,源碼過兩天就上傳
上傳時間: 2016-01-06
上傳用戶:onewq
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標(biāo)簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1