寫號步驟: 1、將手機連通CDMA Workshop 2.7,在security選項卡里的 spc中點擊讀取,將000000填入spc里的方框,點擊spc鈕選擇send, 于是顯示spc解鎖成功。 2、點擊“nam”選項卡,將min填入10位碼(就是imsi碼去掉46003剩下的),將mcc填入460,mnc填入03,填入imsi15位碼,banner填入你想填的字符(我填的中國電信),點擊寫入即可 3、這一步,就應該寫入aKey碼了(如果不知道AKey,可以通過電信機房關閉鑒權,但是不推薦這樣做,有盜號風險),點擊“cave”選項卡,在a-Key后的方框 填入你的aKey,點擊寫入即可。 4、重啟6950,能夠打電話了 針對白三角以及1X上網問題,請注意: 1、如果有白色三角漫游標記,通過將PRL由003升級到008解決方法是 :撥##778#,輸入SPC碼,即000000,點擊VIEW 中PRI后點EDIT,將拷貝到機子中的prl文件瀏覽選到,點擊OK升級 2、CDMA 1X無法上網的解決方法: 撥##778#,輸入SPC碼,即000000,點擊VIEW 中M.IP后將“Mobile IP Only ”改為“simly IP only” SPC在內存中的地址:018E:0190(只要輸入018E)
上傳時間: 2013-12-29
上傳用戶:ainimao
Each exploration in this book is a mixture of text and interactive exercises. The exercises are unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or simple Q&A exercises, lessons are interactive explorations of Key C++ features.
標簽: exercises exploration interactive mixture
上傳時間: 2017-05-14
上傳用戶:whenfly
* 使用DES加密與解密,可對byte[],String類型進行加密與解密 密文可使用String,byte[]存儲. * * 方法: void getKey(String strKey)從strKey的字條生成一個Key * * String getEncString(String strMing)對strMing進行加密,返回String密文 String * getDesString(String strMi)對strMin進行解密,返回String明文 * *byte[] getEncCode(byte[] byteS)byte[]型的加密 byte[] getDesCode(byte[] * byteD)byte[]型的解密
上傳時間: 2014-01-13
上傳用戶:libinxny
Playfair Cipher 1.not even the large number of Keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a Keyword 2.fill in letters of Keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair
標簽: monoalphabetic Playfair provides security
上傳時間: 2017-05-25
上傳用戶:變形金剛
用維吉尼亞算法加密 /** * 維吉尼亞密碼算法(BigDecimal),加/解密處理后仍為BigDecimal類型,正負號和小數點不進行處理 * * @param str * 源BigDecimal * @param Key * 密鑰,應為數字字符組成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal
標簽: BigDecimal 算法 加密 密碼算法
上傳時間: 2013-12-23
上傳用戶:yyyyyyyyyy
三星程式范例,八位元的 timer, counter, serial I/O, clock switching, power down, Key scan, A to D, software generated LCD control, ...
上傳時間: 2013-12-17
上傳用戶:zhengzg
C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate Key features of the C++ programming language. Program code is explained in an easy-to-follow, careful manner throughout. The code has been tested on several platforms and is found on the bundled CDrom accompanying this text. The code in C++ By Dissection can be used with most C++ systems, including those found in operating systems such as MacOS, MS-DOS, OS/2, UNIX, and Windows.
標簽: introduction programming Dissection carefully
上傳時間: 2014-01-27
上傳用戶:thesk123
//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any Key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any Key to exit...") wrefresh(win2) //等待按鍵 getch() //結束 delwin(win1) delwin(subwin) delwin(win2) endwin()
標簽: ACS_VLINE ACS_HLINE mvwprintw win
上傳時間: 2017-06-12
上傳用戶:plsee
rs485單線程數據通訊程序,Key鍵觸發能使單片機之間能夠通訊
上傳時間: 2013-12-18
上傳用戶:hullow
破解 IAR 程序,解開壓縮包,里面有iarkg.exe,iarkgc.exe,先運行iackgc.exe,在運行iarkg.exe,將產生的license Key 和license number 拷貝到安裝輸入框中
上傳時間: 2017-06-13
上傳用戶:qq1604324866