登录
首页 » C# » Location

Location

于 2020-12-01 发布 文件大小:132KB
0 68
下载积分: 1 下载次数: 26

代码说明:

  计算两地点(通过经纬度确定)之间的距离。(Calculate the the distance between two locations (identified by latitude and longitude .)

文件列表:

Location
........\Location
........\........\bin
........\........\...\Debug

........\........\...\.....\Location.exe,32768,2010-10-09
........\........\...\.....\Location.pdb,42496,2010-10-09
........\........\...\.....\Location.vshost.exe,5632,2005-11-11
........\........\...\Release
........\........\...\.......\Location.exe,32768,2010-09-30
........\........\...\.......\Location.pdb,34304,2010-09-30
........\........\Form1.cs,16061,2010-09-30
........\........\Form1.Designer.cs,19092,2010-09-30
........\........\Form1.resx,6588,2010-09-30
........\........\Location.csproj,3316,2010-09-30
........\........\Location.csproj.user,538,2010-09-30
........\........\obj
........\........\...\Debug
........\........\...\.....\Location.csproj.GenerateResource.Cache,842,2010-09-30
........\........\...\.....\Location.exe,32768,2010-10-09
........\........\...\.....\Location.Form1.resources,180,2010-09-30
........\........\...\.....\Location.pdb,42496,2010-10-09
........\........\...\.....\Location.Properties.Resources.resources,180,2010-09-26
........\........\...\.....\Refactor
........\........\...\.....\TempPE
........\........\...\Location.csproj.FileListAbsolute.txt,2150,2010-10-13
........\........\...\Release
........\........\...\.......\Location.csproj.GenerateResource.Cache,842,2010-09-30
........\........\...\.......\Location.exe,32768,2010-09-30
........\........\...\.......\Location.Form1.resources,180,2010-09-30
........\........\...\.......\Location.pdb,34304,2010-09-30
........\........\...\.......\Location.Properties.Resources.resources,180,2010-09-30
........\........\...\.......\TempPE
........\........\Program.cs,467,2010-09-26
........\........\Properties
........\........\..........\AssemblyInfo.cs,1164,2010-09-26
........\........\..........\Resources.Designer.cs,2872,2010-09-26
........\........\..........\Resources.resx,5612,2010-09-26
........\........\..........\Settings.Designer.cs,1093,2010-09-26
........\........\..........\Settings.settings,249,2010-09-26
........\........\Settings.cs,1254,2010-09-30
........\Location.sln,913,2010-09-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shurufa_moni
    通过VC++实现输入法的简单原理,从而让初学者了解输入法编程的含义。(By the simple principle of VC++ input method, allowing beginners to understand the meaning of the input method programming.)
    2012-09-16 01:54:49下载
    积分:1
  • DeleteCertainFolderFile
    删除指定目录下某种类型的文件,VC++精选编程源码,很好的参考资料。(Delete the specified file is a type of directory, VC++ select programming source code, a good reference.)
    2013-11-26 09:22:48下载
    积分:1
  • 资料汇总 杨秀珠
    在单片机上用C语言实现煤气报警器,一旦煤气浓度超过预制,就会报警(Gas Alarm Based on Single Chip Microcomputer)
    2019-03-29 11:47:16下载
    积分:1
  • SUN
    基于UC/OS-II的温度实时监测系统, 控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。(Based on UC/OS-II real-time temperature monitoring system, the control CPU comes with a temperature sensor and the temperature on the digital display or LCD when the temperature is greater than the set value alarm alarm buzzer driver and uploaded to the PC via the serial port the PC gives instructions to eliminate warning alarm is canceled restart interrupted by an alarm from the key into reasonable arrangements for UC/OS-II real-time tasks, rational use of UC/OS-II mechanism for all types of events (semaphores, message mailboxes , message queues, event flag groups, etc.).)
    2020-12-21 15:39:08下载
    积分:1
  • ModbusCommunicationTest
    MODBUS通信协议,用VC6.0调试通过,非常好用,做上位机用这个很好(MODBUS communication protocol with VC6.0 debugging through, very easy to do well with this PC)
    2013-09-11 23:12:54下载
    积分:1
  • Winsock
    关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
    2010-12-19 23:20:09下载
    积分:1
  • Timer
    本程序为单片机80c51F040的定时器程序,希望对大家有所帮助!(The procedure for the SCM 80c51F040 timer program, we want to help!)
    2011-06-27 18:05:32下载
    积分:1
  • Music
    音乐播放器,可以从系统中选择想要听的歌曲,导入到该播放器中,播放器有暂停和开始选项。(Music player, you can choose from the system you want to listen to the songs into the player, the player with pause and start options.)
    2013-11-16 20:11:53下载
    积分:1
  • number1
    实现带头结点的单向链表的创建、删除链表、插入结点等操作,并能实现年龄递增的两个单向链表合并一个链表,合并后的链表按年龄递减,可认为同名同年龄是同一个学生,每个学生在合并后的链表中仅出现一次。最后打印输出合并后的链表元素,验证结果的正确性(Take the lead node singly linked list to create, delete linked list, insert node operation, and age of increasing two-way linked list merge a linked list, combined linked list decreasing by age, with the same name in the same age a student, each student appears only once in the combined list. The final printout list elements after the merger, the correctness of the verification results)
    2013-05-14 15:14:33下载
    积分:1
  • ShowSaveBMP
    使用CDib类实现显示与保存BMP文件,VC++经典编程学习源码,很好的参考资料。(Use the CDib class to display and save the BMP file, VC++ classic learning programming source code, a good reference.)
    2013-11-25 11:53:05下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载