91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

這是一個用c#實現的GPS定位系統軟件,你只需輸入所要查詢的城市名就會連接到地圖,你可以對其執行放大,縮小,左移,右移,上移,下移等操作,非常實用,絕對值得,希望對您有幫助

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;

namespace?GPS定位
{
????public?class?DegreesMinutesSeconds
????{
????????bool?isPositive;
????????public?bool?IsPositive
????????{
????????????get?{?return?isPositive;?}
????????}

????????uint?degrees;
????????public?uint?Degrees
????????{
????????????get?{?return?degrees;?}
????????}

????????uint?minutes;
????????public?uint?Minutes
????????{
????????????get?{?return?minutes;?}
????????}

????????double?seconds;
????????public?double?Seconds
????????{
????????????get?{?return?seconds;?}
????????}



????????public?DegreesMinutesSeconds(double?decimalDegrees)
????????{
????????????isPositive?=?(decimalDegrees?>?0);

????????????degrees?=?(uint)Math.Abs(decimalDegrees);

????????????d

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1677??2009-07-16?16:58??GPS_locating_Map\Backup\GPS定位-地圖\DegreesMinutesSeconds.cs

?????文件????????511??2009-07-16?16:58??GPS_locating_Map\Backup\GPS定位-地圖\DeviceStateChangedEventArgs.cs

?????文件????????688??2009-07-17?11:51??GPS_locating_Map\Backup\GPS定位-地圖\Form1.cs

?????文件???????4024??2009-07-17?11:51??GPS_locating_Map\Backup\GPS定位-地圖\Form1.Designer.cs

?????文件???????5814??2009-07-17?11:51??GPS_locating_Map\Backup\GPS定位-地圖\Form1.resx

?????文件???????7986??2009-07-17?20:45??GPS_locating_Map\Backup\GPS定位-地圖\Form2.cs

?????文件???????8565??2009-07-17?20:45??GPS_locating_Map\Backup\GPS定位-地圖\Form2.Designer.cs

?????文件???????5814??2009-07-17?20:45??GPS_locating_Map\Backup\GPS定位-地圖\Form2.resx

?????文件???????4425??2009-07-18?08:39??GPS_locating_Map\Backup\GPS定位-地圖\Form3.cs

?????文件???????3269??2009-07-16?17:44??GPS_locating_Map\Backup\GPS定位-地圖\Form3.Designer.cs

?????文件???????5814??2009-07-16?17:44??GPS_locating_Map\Backup\GPS定位-地圖\Form3.resx

?????文件???????7189??2009-07-17?20:49??GPS_locating_Map\Backup\GPS定位-地圖\Form4.cs

?????文件???????8180??2009-07-17?20:45??GPS_locating_Map\Backup\GPS定位-地圖\Form4.Designer.cs

?????文件???????5814??2009-07-17?20:45??GPS_locating_Map\Backup\GPS定位-地圖\Form4.resx

?????文件???????8268??2009-07-17?10:40??GPS_locating_Map\Backup\GPS定位-地圖\GPS.cs

?????文件???????1582??2009-07-16?16:51??GPS_locating_Map\Backup\GPS定位-地圖\GpsDeviceState.cs

?????文件??????11627??2009-07-16?17:00??GPS_locating_Map\Backup\GPS定位-地圖\GpsPosition.cs

?????文件???????4615??2009-07-20?20:25??GPS_locating_Map\Backup\GPS定位-地圖\GPS定位-地圖.csproj

?????文件????????478??2009-07-16?17:00??GPS_locating_Map\Backup\GPS定位-地圖\LocationchangedEventArgs.cs

?????文件????????475??2009-07-16?09:16??GPS_locating_Map\Backup\GPS定位-地圖\Program.cs

?????文件???????1180??2009-07-16?09:16??GPS_locating_Map\Backup\GPS定位-地圖\Properties\AssemblyInfo.cs

?????文件???????2855??2009-07-20?20:17??GPS_locating_Map\Backup\GPS定位-地圖\Properties\Resources.Designer.cs

?????文件???????5612??2009-07-16?09:16??GPS_locating_Map\Backup\GPS定位-地圖\Properties\Resources.resx

?????文件???????1113??2009-07-20?20:17??GPS_locating_Map\Backup\GPS定位-地圖\Properties\Settings.Designer.cs

?????文件????????249??2009-07-16?09:16??GPS_locating_Map\Backup\GPS定位-地圖\Properties\Settings.settings

?????文件???????1168??2009-07-17?10:03??GPS_locating_Map\Backup\GPS定位-地圖\Utils.cs

?????文件????????937??2009-07-16?17:10??GPS_locating_Map\Backup\GPS定位-地圖.sln

????..A..H.?????37888??2010-04-20?12:07??GPS_locating_Map\Backup\GPS定位-地圖.suo

?????文件?????434176??2005-02-04?13:42??GPS_locating_Map\GPS定位\bin\CoreDll.dll

?????文件???????1677??2009-07-16?15:32??GPS_locating_Map\GPS定位\DegreesMinutesSeconds.cs

............此處省略88個文件信息

評論

共有 條評論