寫號步驟: 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上網(wǎng)問題,請注意: 1、如果有白色三角漫游標記,通過將PRL由003升級到008解決方法是 :撥##778#,輸入SPC碼,即000000,點擊VIEW 中PRI后點EDIT,將拷貝到機子中的prl文件瀏覽選到,點擊OK升級 2、CDMA 1X無法上網(wǎng)的解決方法: 撥##778#,輸入SPC碼,即000000,點擊VIEW 中M.IP后將“Mobile IP Only ”改為“simly IP only” SPC在內存中的地址:018E:0190(只要輸入018E)
上傳時間: 2013-12-29
上傳用戶:ainimao
Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included max and min peaks, using both giant digits and an analog bar-display . A serial data output for computer data logging is provided, too.
標簽: videocomposite Video-DVM complex output
上傳時間: 2014-12-09
上傳用戶:xuan‘nian
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).
標簽: demonstrate artificial Functions program
上傳時間: 2013-12-30
上傳用戶:hfmm633
This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following structure: [min|max] C x s.t. Ax ["="|"<="|">="] b {x <= UB} {x >= LB} The calling syntax is: [XMIN,FMIN,STATUS,EXTRA]=glpkmex(SENSE,C,A,B,CTYPE,LB,UB,... VARTYPE,PARAM,LPSOLVER,SAVE)
標簽: problem following routine library
上傳時間: 2014-12-01
上傳用戶:changeboy
ADIAL Basis Function (RBF) networks were introduced into the neural network literature by Broomhead and Lowe [1], which are motivated by observation on the local response in biologic neurons. Due to their better approximation capabilities, simpler network structures and faster learning algorithms, RBF networks have been widely applied in many science and engineering fields. RBF network is three layers feedback network, where each hidden unit implements a radial activation function and each output unit implements a weighted sum of hidden units’ outputs.
標簽: introduced literature Broomhead Function
上傳時間: 2017-08-08
上傳用戶:lingzhichao
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
標簽: state algorithme Program problem
上傳時間: 2017-08-12
上傳用戶:jjj0202
基于磁阻傳感器的寬量程轉速測量電路設計 針對工程中高速寬范圍轉速測量需求,提出了一種基于磁阻傳感器的寬量程轉速測量方法。設計了轉速信號調理電路 ,著重對實際應用中因磁場不對稱、 測量轉速范圍寬引起測量不可靠問題進行了分析和實驗研究 ,最終 ,確定了轉速信號調理電路參數(shù) ,使得在最高轉速達 120 000 r /min的條件下工作可靠 ,并成功應用于微型渦噴發(fā)動機控制系統(tǒng)。
上傳時間: 2014-01-16
上傳用戶:13681659100
第一章JSP簡介 例子1(效果如圖1.1所示) Example1_1.jsp: < @ page contentType="text/html charset=GB2312" > <HTML> <BODY BGCOLOR=cyan> <FONT Size=1> <P>這是一個簡單的JSP頁面 < int i, sum=0 for(i=1 i<=100 i++) { sum=sum+i } >
標簽: contentType Example charset 2312
上傳時間: 2017-08-31
上傳用戶:zycidjl
Java的面向對象編程 掌握類的定義以及繼承機制,熟悉方法的多態(tài)性。1、 成下面父類及子類的聲明:(1)聲明Student類。屬性包括學號、姓名、英語成績、數(shù)學成績、計算機成績和總成績。方法包括構造方法、get方法、set方法、toString方法、equals方法、compare方法(比較兩個學生的總成績,結果分大于、小于、等于)、sum方法(計算總成績)和testScore方法(計算評測成績,即平均成績
上傳時間: 2017-09-12
上傳用戶:ecooo
記錄學生的信息 :(1)聲明Student類。屬性包括學號、姓名、英語成績、數(shù)學成績、計算機成績和總成績。方法包括構造方法、get方法、set方法、toString方法、equals方法、compare方法(比較兩個學生的總成績,結果分大于、小于、等于)、sum方法(計算總成績)和testScore方法(計算評測成績,即平均成績)。
標簽: toString Student equals compa
上傳時間: 2014-11-21
上傳用戶:q123321