This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.
標簽: code originally outputs naviati
上傳時間: 2013-11-30
上傳用戶:熊少鋒
Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz
標簽: 305 bilgileri kaydedile Matlabda
上傳時間: 2014-01-06
上傳用戶:miaochun888
online sales system of texttile mill was a project within which there was great opportunity for Learning about Internet and E-commerce. As current era is the era of Communication, and Internet is becoming the vital source of communication and Information. Online sale system of fabrics is the requirement of evey texttile mill Associated (put) Lahore. Considering these reasons this project was developed.
標簽: opportunity was texttile project
上傳時間: 2017-07-08
上傳用戶:busterman
Demo Name: Main Author: Ted Rybicki Purpose: Sync up systems and workstations clock through firewalls with socks support. NOTE: You will need to set Name field in IdSocksInfo1 to your socks server for socks support to work correctly. History: Date: 27/10/2002 01:49:13 Checked with Indy version: 9.0 ---------------------------------------------------------------------------- Notes: Demonstrates a DateTime client getting current date and time from remote DateTimeServer A list of time servers is available at: http://www.eecis.udel.edu/~mills/ntp/servers.html
標簽: workstations Rybicki Purpose systems
上傳時間: 2013-12-27
上傳用戶:helmos
The code for this article was written for version 1.0 of the Active Template Library (ATL). The current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly different than the code shown in the article. The directory SieveMFC contains an MFC version of a component equivalent to the ATL version discussed in the article. It was built with version 5 of the C++ compiler and the MFC version provided with it. The code discussed in the article was later adapted for Hardcore Visual Basic, Second Edition. Comparable Visual Basic versions are discussed in Chapter 10 of the book. Bruce McKinney
上傳時間: 2013-12-01
上傳用戶:古谷仁美
This should again compile without problems. We finally need to configure a logging system - Hibernate uses commons logging and leaves you the choice between Log4j and JDK 1.4 logging. Most developers prefer Log4j: copy log4j.properties
標簽: configure Hibernat problems compile
上傳時間: 2013-11-26
上傳用戶:wangchong
Oracle數據庫性能調優,包括了對SHARED POOL、SGA的調優,也包括了SQL語句調優,是一本好書。
上傳時間: 2017-08-03
上傳用戶:ve3344
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
簡單的sso實現,需要bcprov-jdk15-135.jar,commons-logging-1.1.jar
標簽: sso
上傳時間: 2013-12-25
上傳用戶:ywqaxiwang
本程序的開發環境為MATLAB6.5版本,所編程序須在此環境下運行。由于氣動模型的離散性,且采用了許多工程計算經驗公式和實驗數據,所以在編程時會比較繁雜,為了使程序讀起來方便清晰,在編制程序時采用了如下的思路: 考慮到程序的一般結構,這里將氣動計算系統分為三大模塊:輸入模塊、氣動計算模塊以及結果輸出模塊。考慮到本系統的特殊性,又將輸入模塊劃分為初始數據輸入模塊、導彈外形參數模塊以及插值數據庫模塊,并采用M文件格式編制;氣動計算模塊則采用了子系統的結構形式,并用Simulink 模塊編制;結果輸出模塊則是采用M文件的形式將氣動計算模塊得到的結果輸出到工作區間并將數據結果繪制成曲線。最后,為了運行的方便,編制了一個名為Start_file.m的M文件,按流程依次調用編寫的所有程序,在運行此程序時,只需將所有程序加載于“Current Directory”指定的文件夾中(即路徑的設定),并在“Command Window”中輸入“Start_file”即可。 (導彈氣動計算程序)
上傳時間: 2014-01-04
上傳用戶:xhz1993