This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So FIRST of all, you need VisualStudio 2005 and Windows Mobile CE 5 SDK. You can develop it on emulator devices or on a real device. As you can see in that photo, I developed that application on a read device: the great Asus MyPal 636N.
標簽: Framework developed Compact Mobile
上傳時間: 2016-08-11
上傳用戶:gxf2016
LL1文法的實現,先輸入語法規則,之后求出FIRST和FOLLOW,最后給出預測分析表。
標簽: LL1
上傳時間: 2013-12-28
上傳用戶:q123321
FASTICA can be called with numerous optional arguments. Optional arguments are given in parameter pairs, so that FIRST argument is the name of the parameter and the next argument is the value for that parameter. Optional parameter pairs can be given in any order.
標簽: arguments parameter Optional numerous
上傳時間: 2014-08-18
上傳用戶:2525775
Recent advances in experimental methods have resulted in the generation of enormous volumes of data across the life sciences. Hence clustering and classification techniques that were once predominantly the domain of ecologists are now being used more widely. This book provides an overview of these important data analysis methods, from long-established statistical methods to more recent machine learning techniques. It aims to provide a framework that will enable the reader to recognise the assumptions and constraints that are implicit in all such techniques. Important generic issues are discussed FIRST and then the major families of algorithms are described. Throughout the focus is on explanation and understanding and readers are directed to other resources that provide additional mathematical rigour when it is required. Examples taken from across the whole of biology, including bioinformatics, are provided throughout the book to illustrate the key concepts and each technique’s potential.
標簽: experimental generation advances enormous
上傳時間: 2016-10-23
上傳用戶:wkchong
譚浩強C課件,tanhaoqiang C,FIRST part
標簽: 譚浩強
上傳時間: 2014-02-10
上傳用戶:l254587896
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you FIRST try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content". JavaScript高級程序設計 里面自代源碼
標簽: restriction Explorer Internet security
上傳時間: 2016-11-18
上傳用戶:源弋弋
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked FIRST with perfect channel knowledge, then with an imperfect, although straightforward, channel estimation algorithm. The BER results are determined through Monte Carlo simulation. The demo shows how to use these equalizers seamlessly across multiple blocks of data, where equalizer state must be maintained between data blocks.
標簽: performance likelihood decision feedback
上傳時間: 2013-11-25
上傳用戶:1079836864
dwr.xml說明文檔。配置文件init部分聲明那些用于建立遠程bean和在方法調用中轉換bean的類.這部分是可選擇性配置的,多數情況下可以不必使用它,如果你想定義一個新的creator或者converter那么就必須在部分中聲明,but do double check on the ones that are currently available FIRST.
上傳時間: 2014-02-14
上傳用戶:偷心的海盜
大學時的編譯大作業,是對LL(1)語法的分析過程,會產生FIRST集,follow集和預測分析表!
上傳時間: 2014-01-03
上傳用戶:VRMMO
學編譯原理時寫的一個語法分析程序 分類:C/C++技術交流 一.[目的要求] ① 對輸入文法,由程序自動構造FIRST FOLLOW集 ② 對輸入文法,由程序自動生成它的LL(1)分析表; ③ 對于給定的輸入串,應能判斷識別該串是否為給定文法的句型。 二.[題目分析] 該程序可分為如下幾步: (1)讀入文法 (2)判斷正誤 (3)若無誤,判斷是否為LL(1)文法 (4)若是,構造分析表; (5)由總控算法判斷輸入符號串是否為該文法的句型。
上傳時間: 2016-12-05
上傳用戶:1101055045