登录
首页 » C# » TestGoogleEarth

TestGoogleEarth

于 2020-10-31 发布 文件大小:226KB
0 60
下载积分: 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 个回复

  • r3network
    在ring3下能开启、禁用网卡的示例程序。很好很强大。。。-_-#(Ring3 under the open, disable the network card of the sample programs. Very good very strong. . .-_-#)
    2008-05-19 18:08:32下载
    积分:1
  • hpcv-water-29-oct-2010
    OSG实例,shader编程,实现简单的小溪河流定向移动(OSG , shader programming, achieve a simple directional movement of rivers )
    2020-09-13 17:27:58下载
    积分:1
  • BasicControlsAJAX
    一个简单的AJAX控件的应用,希望对初学者有帮助(A simple application of AJAX controls, and they hope to help beginners)
    2010-07-25 15:07:05下载
    积分:1
  • Anti-jammingGPS-space-time-filtering
    这是针对华为GSM/GPRS模块的GPS接收机空时抗干扰滤波技术研究(Research jamming GPS receiver space-time filtering technology)
    2014-02-20 18:01:18下载
    积分:1
  • DSP2812-PID
    基于DSP2812的无刷直流电机伺服控制程序,用PID算法控制电机的转动.(Based on DSP2812 brushless DC motor servo control program, with the rotation of the motor control PID algorithm.)
    2014-12-20 16:45:24下载
    积分:1
  • 象棋放马
    说明:  在棋盘上放马,使得每一行的马均处于安全位置,输出棋盘的所有摆放的可能性。(Put the horse on the chessboard, so that each line of horse is in a safe position, output all the possibilities of the chessboard.)
    2020-06-23 21:40:02下载
    积分:1
  • medo
    设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits.  programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)
    2021-03-22 16:29:16下载
    积分:1
  • telescope-optical
    大口径望远镜光学系统的误差分配与分析 (Error large telescope optical system distribution and analysis)
    2013-11-28 13:06:08下载
    积分:1
  • vendorSample
    usbtrace dll c making sample
    2015-04-25 05:06:32下载
    积分:1
  • 3d_data
    一些三维点云的pcd文件,用于研究三维点云的(3D data)
    2016-03-12 21:18:15下载
    积分:1
  • 696518资源总数
  • 104223会员总数
  • 35今日下载