登录
首页 » 其他项目 » 主要用于测绘人员的坐标换算如 大地坐标转经纬度或经纬度转大地坐标...

主要用于测绘人员的坐标换算如 大地坐标转经纬度或经纬度转大地坐标...

于 2022-03-14 发布 文件大小:5.89 kB
0 226
下载积分: 2 下载次数: 1

代码说明:

主要用于测绘人员的坐标换算如 大地坐标转经纬度或经纬度转大地坐标-Is mainly used for surveying and mapping personnel such as the Land Conversion of coordinates or latitude and longitude coordinates transfer switch geodetic coordinates latitude and longitude

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

发表评论

0 个回复

  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生...
    编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point average calculation of three lessons to require the application were used Java language in three different loop realization of the achievements of each course with the Math class, random () method of randomly generated (random () produces values between 0 and between 1), results range from 40 ~ 100. Tip: Customize a class that implements a function to return random numbers. In the main function, where the test is called the class to obtain a direct method of random numbers. Obtain a random number associated category: java.lang.Math necessary for the introduction of the class that is: import java.lang.Math
    2022-07-05 00:59:52下载
    积分:1
  • 这个是一个完整的3Ddemo,通过mascot v3引擎实现。
    这个是一个完整的3Ddemo,通过mascot v3引擎实现。-this is a complete 3Ddemo, mascot v3 engine to achieve.
    2022-06-28 14:24:47下载
    积分:1
  • 软件工程课件,介绍软件开发的技术,方法,原理(11
    软件工程课件,介绍软件开发的技术,方法,原理(11-15)章-Software engineering courseware, introduction of software development techniques, methods, principles (11-15) Chapter
    2023-05-17 00:10:04下载
    积分:1
  • 建筑工程类的一些规范,欢迎下载,或许有用
    建筑工程类的一些规范,欢迎下载,或许有用-some kind of construction norms, welcome to download, perhaps useful
    2022-05-28 17:28:55下载
    积分:1
  • 时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的)...
    时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的)-Function of time, for example 4, a guess the number of games, judge a person reaction speed. (Moderators when beginner series)
    2022-04-19 23:38:37下载
    积分:1
  • 一GPRS模块
    一GPRS模块---CMS91Modem的电路图-a GPRS module-- the circuit CMS91Modem
    2022-01-28 14:55:52下载
    积分:1
  • 这是一个用来取代structs的结构,可以自动获取jsp界面中的属性值,并且把获取到的值保存到指定的对象中...
    这是一个用来取代structs的结构,可以自动获取jsp界面中的属性值,并且把获取到的值保存到指定的对象中-This is a structs used to replace the structure, it will automatically acquire jsp interface value of the property, and make access to preserve the value of the specified object
    2022-10-25 12:55:03下载
    积分:1
  • Yet another Java implementation for the addictive Minesweeper game. This game co...
    Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square. -Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square.
    2022-09-23 19:20:03下载
    积分:1
  • 立体声是由不同的声道馈给不同的SP于不同的音频信号,使每个SP发出不同的声音,使人有声音是由不同的声源从各个位置传到人耳当中的感觉,产生空间立体概念。...
    立体声是由不同的声道馈给不同的SP于不同的音频信号,使每个SP发出不同的声音,使人有声音是由不同的声源从各个位置传到人耳当中的感觉,产生空间立体概念。-stereo is made up of different channels to different feed the SP in different audio signals, SP issued each different voices, the voices of the people are different from the sound source from the location of all of them reached the ears of people feeling have a concept of three-dimensional space.
    2022-01-26 18:56:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载