給定一個k進制數(shù)a,編程計算最少經(jīng)過多少次倒置相加運算,a 變成回文數(shù)。
標簽: 進制數(shù)
上傳時間: 2015-10-22
上傳用戶:miaochun888
C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛民張麗譯 Addison-Wesley 中國電力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e
標簽: Primer Addison-Wesley infopower www
上傳時間: 2014-01-14
上傳用戶:myworkpost
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code:
標簽: USER_MSG_INTERCEPT TeamInfo client search
上傳時間: 2016-01-22
上傳用戶:ynzfm
%求輸入一維信號的計盒分形維數(shù) %y是一維信號 %cellmax:方格子的最大邊長,可以取2的偶數(shù)次冪次(1,2,4,8...),取大于數(shù)據(jù)長度的偶數(shù) %D是y的計盒維數(shù)(一般情況下D>=1),D=lim(log(N(e))/log(k/e)),
上傳時間: 2013-12-13
上傳用戶:671145514
與omap5910平臺相關的jpeg2000文檔,摘自i
上傳時間: 2016-02-19
上傳用戶:bakdesec
Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289
標簽: CONFIGURATION Introduction INSTALLATION Preparing
上傳時間: 2013-12-27
上傳用戶:qiao8960
uC/OS-II是源碼公開的實時嵌入式內(nèi)核,其性能完全可以與商業(yè)產(chǎn)品競爭。自1992年以來,全世界成千上萬的開發(fā)者已經(jīng)成功地將uC/OS-II應用於各種系統(tǒng)。此份即為 uCOS-II 2.8源碼
上傳時間: 2013-11-25
上傳用戶:2404
因IAR公司曾經(jīng)發(fā)布的IAR MakeAPP也具有很好的針對AVR單片機外圍I/O口通過友好的GUI界面配置產(chǎn)生C源碼驅(qū)動。但現(xiàn)在已經(jīng)停止發(fā)布了,且只支持少數(shù)幾個器件。本文件幾乎攘括AVR單片機所有芯片簇,配置IO口自動產(chǎn)生C源碼……還有文檔說明和.NET框架。希望給你的開發(fā)工作帶來意外的驚喜。
上傳時間: 2013-12-11
上傳用戶:爺?shù)臍赓|(zhì)
凱撒密碼的過程,再用配對字母取代訊息里的原始字母位移加密法(shift cipher):模數(shù)計算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密為:mjqqt….
上傳時間: 2014-01-23
上傳用戶:nairui21
Statistical Pattern Recognition: A Review Anil K. Jain, Fellow, IEEE, Robert P.W. Duin, and Jianchang Mao, Senior Member, I
標簽: K. P.W. Statistical Recognition
上傳時間: 2016-06-18
上傳用戶:chens000