登录
首页 » Windows开发 » 计算卫星星历的小程序,还不太完善,请多多指教。VC++6.0环境下编译...

计算卫星星历的小程序,还不太完善,请多多指教。VC++6.0环境下编译...

于 2022-10-27 发布 文件大小:33.22 kB
0 192
下载积分: 2 下载次数: 2

代码说明:

计算卫星星历的小程序,还不太完善,请多多指教。VC++6.0环境下编译-satellite ephemeris calculation of the small program is not really perfect, the exhibitions. VC 6.0 compiler environment

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

发表评论

0 个回复

  • 根据ORACLE用户ID从数据库里提取已经已经执行过的语句,并导出到Access或者Excel中便于分析。也可用于跟踪所有连接数据的程序执行的。使用时需要先从数...
    根据ORACLE用户ID从数据库里提取已经已经执行过的语句,并导出到Access或者Excel中便于分析。也可用于跟踪所有连接数据的程序执行的。使用时需要先从数据库查一下V$session中的用户ID,有兴趣的可以完善一下。-According to ORACLE user ID extracted from the database has already been implemented statement, and export to Access or Excel, to facilitate analysis. Can also be used to connect data to keep track of all the procedures implemented. Need to start with the database used to check V $ session user ID, are interested in what can be perfect.
    2022-08-07 05:09:29下载
    积分:1
  • 串口通信并将所搜集的数据用波形图显示出来,采用了均值滤波,保存的结果可直接在matlab中重绘图形...
    串口通信并将所搜集的数据用波形图显示出来,采用了均值滤波,保存的结果可直接在matlab中重绘图形-Serial communication and data collected with waveform display using the mean filter, the results can be saved directly in the redraw graphics in matlab
    2023-04-16 21:35:04下载
    积分:1
  • 此实验是解决8数码难题问题,并计算出其计算的步数和时间
    此实验是解决8数码难题问题,并计算出其计算的步数和时间-This experiment is to solve problems 8 digital issues and to calculate its calculation step and time
    2022-02-15 18:36:04下载
    积分:1
  • 本程序是关于快速排序的算法与归并排序,并比较两者所需的时间...
    本程序是关于快速排序的算法与归并排序,并比较两者所需的时间-the procedures for the rapid sequencing of the ranking algorithm and its stock, and compare the time required for both
    2022-06-13 03:57:40下载
    积分:1
  • vb调用webservice接口函数
    vb调用webservice接口,远程调用,传入参数是xml文档,返回结果也是xml文档。环境是windowsXP,需要安装Microsoft SOAP Toolkit Version3 控件。安装后即可在工作中引入,Microsoft SOAP Type Library v3.0
    2022-09-03 15:35:03下载
    积分:1
  • 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
    采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows: Input Format: The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges Second row, enter information in each vertex, that enter each vertex character Start typing in the third line of each side, each side in the form of two vertices
    2022-01-26 03:32:41下载
    积分:1
  • In some cases you need to display the callstack of the current thread or your ar...
    In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project. The goal for this project was the following: Simple interface to generate a callstack C++ based to allow overwrites of several methods Hiding the implementation details (API) from the class interface Support of x86, x64 and IA64 architecture Default output to debugger-output window (but can be customized) Support of user-provided read-memory-function Support of the widest range of development-IDEs (VC5-VC8) Most portable solution to walk the callstack -In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project. The goal for this project was the following: Simple interface to generate a callstack C++ based to allow overwrites of several methods Hiding
    2022-02-14 18:26:54下载
    积分:1
  • used to prepare an "electronic display screen characters" procedures,...
    一个用ASM51编写的《 电子屏字符显示器》程序,现在贡献给大家分享。-used to prepare an "electronic display screen characters" procedures, contribution to share with you all.
    2022-08-20 05:24:28下载
    积分:1
  • 狗狗管理系统 java
    跟着老师一起写的一个狗系统,主要完成的就是对狗狗的添加,修改,删除,查找的功能。可以为狗狗添加图片和相关信息。用eclipse工具写的,适合刚学java得人学习一下的。
    2022-08-23 15:34:19下载
    积分:1
  • 一个小简单的图书查询系统.可以调用数据库里的存书情况.
    一个小简单的图书查询系统.可以调用数据库里的存书情况.-A tiny and simple system for book searching. You can use it to get the informations about the books in your lib data base
    2023-02-21 11:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载