登录
首页 » C# » TestGoogleEarth

TestGoogleEarth

于 2020-10-31 发布 文件大小:226KB
0 194
下载积分: 1 下载次数: 23

代码说明:

  Google Earth二次开发,Google Earth COM API的初始化,基于C#实现(Google Earth COM API to initialize the secondary development based on C# implementation)

文件列表:

TestGoogleEarth
...............\TestGoogleEarth
...............\...............\bin
...............\...............\...\Debug
...............\...............\...\.....\app.publish
...............\...............\...\.....\...........\Application Files
...............\...............\...\.....\...........\.................\TestGoogleEarth_1_0_0_0
...............\...............\...\.....\...........\.................\.......................\TestGoogleEarth.exe.deploy,10240,2013-06-27
...............\...............\...\.....\...........\.................\.......................\TestGoogleEarth.exe.manifest,6730,2013-06-27
...............\...............\...\.....\...........\setup.exe,428952,2013-06-27
...............\...............\...\.....\...........\TestGoogleEarth.application,5656,2013-06-27
...............\...............\...\.....\TestGoogleEarth.exe,11264,2013-07-08
...............\...............\...\.....\TestGoogleEarth.pdb,26112,2013-07-08
...............\...............\...\.....\TestGoogleEarth.vshost.exe,11600,2013-07-12
...............\...............\...\.....\TestGoogleEarth.vshost.exe.manifest,490,2012-06-02
...............\...............\Form1.cs,4518,2013-07-08
...............\...............\Form1.Designer.cs,3196,2013-07-08
...............\...............\Form1.resx,5817,2013-07-08
...............\...............\obj
...............\...............\...\x86
...............\...............\...\...\Debug
...............\...............\...\...\.....\DesignTimeResolveAssemblyReferences.cache,5420,2013-06-20
...............\...............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6480,2013-07-08
...............\...............\...\...\.....\Interop.EARTHLib.dll,23552,2013-06-17
...............\...............\...\...\.....\TempPE
...............\...............\...\...\.....\TestGoogleEarth.csproj.FileListAbsolute.txt,798,2013-07-12
...............\...............\...\...\.....\TestGoogleEarth.csproj.GenerateResource.Cache,975,2013-07-08
...............\...............\...\...\.....\TestGoogleEarth.csproj.ResolveComReference.cache,767,2013-06-17
...............\...............\...\...\.....\TestGoogleEarth.exe,11264,2013-07-08
...............\...............\...\...\.....\TestGoogleEarth.Form1.resources,180,2013-07-08
...............\...............\...\...\.....\TestGoogleEarth.pdb,26112,2013-07-08
...............\...............\...\...\.....\TestGoogleEarth.Properties.Resources.resources,180,2013-07-04
...............\...............\Program.cs,507,2013-06-17
...............\...............\Properties
...............\...............\..........\AssemblyInfo.cs,1442,2013-06-17
...............\...............\..........\Resources.Designer.cs,2860,2013-06-17
...............\...............\..........\Resources.resx,5612,2013-06-17
...............\...............\..........\Settings.Designer.cs,1102,2013-06-17
...............\...............\..........\Settings.settings,249,2013-06-17
...............\...............\TestGoogleEarth.csproj,4446,2013-06-17
...............\...............\TestGoogleEarth.csproj.user,452,2013-06-27
...............\...............\TestGoogleEarth_TemporaryKey.pfx,1676,2013-06-27
...............\...............\WindowsAPI.cs,983,2013-06-17
...............\TestGoogleEarth.sln,887,2013-06-17

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

发表评论

0 个回复

  • C#
    1、求解水仙花数 2、输出 200 ~300 之间的所有素数和 3、统计 4×5 二维数组(数组中的数据为随机产生的 10~99 之间的整数)中奇数的个数和偶数的个数。 4、编写控制台应用程序,创建一个结构类型数组用于存放学生信息(学号、姓名、出生日期和成绩),编程输入 5 个学生的相关数据, 然后按成绩的降序进行排序,并输出排序后的学生的名次、学号、姓名、年龄和成绩。(Solving narcissus number)
    2020-11-21 20:09:35下载
    积分:1
  • mfc
    mfc进度条,实现多个进度显示!很有帮助,帮助了解多个进度条的显示,(mfc progress bar, to achieve more progress display,)
    2013-11-07 21:37:27下载
    积分:1
  • src
    emule source, use c++ to develop.(open source)
    2009-02-17 22:41:24下载
    积分:1
  • Untitled
    说明:  基于PIC18F2580实现的 电压A/D转换程序 结果送液晶1602显示(Based on PIC18F2580 realize the voltage A/D conversion process to send the results of 1602 LCD display)
    2008-08-27 16:56:08下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • mzc1
    网络报告,可以快速修改使用,方便快捷!谢谢,使用!(Network report, you can quickly modify to use, quick and easy!)
    2013-12-25 12:50:36下载
    积分:1
  • BusinessManage
    1115511121c#1111assdhgfhfjk
    2019-04-15 08:29:13下载
    积分:1
  • 永磁同步电机模型预测控制仿真
    说明:  永磁同步电机模型预测控制仿真,结果可以使用,仿真成功(Model Predictive Control Simulation of Permanent Magnet Synchronous Motor)
    2021-03-01 20:59:35下载
    积分:1
  • W5300_Drv
    w5300 以太网模块驱动程序 c 语言 控制芯片为DSP TMS320f28335 (w5300 ethernet module driver program with c, the controller is DSP TMS320F28335)
    2020-06-30 01:20:01下载
    积分:1
  • SFML-2.1-windows-vc10-32bits
    SFML-2.1-windows-vc10-32bits.zip 2d游戏开发库
    2020-08-07 16:58:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载