登录
首页 » 算法 » 计算子午圈半径M 计算卯酉圈半径N 计算玮圈半径r 计算经线弧长Sm 计算纬线弧长Sn 计算球面梯形面积 计算最大角度变形...

计算子午圈半径M 计算卯酉圈半径N 计算玮圈半径r 计算经线弧长Sm 计算纬线弧长Sn 计算球面梯形面积 计算最大角度变形...

于 2023-04-10 发布 文件大小:15.75 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

计算子午圈半径M 计算卯酉圈半径N 计算玮圈半径r 计算经线弧长Sm 计算纬线弧长Sn 计算球面梯形面积 计算最大角度变形 计算球面极坐标-calculated Meridian circle radius circle conveniently calculated M N calculation Wei radius circle radius r calculated meridian arc Sm calculated latitude arc Sn calculated spherical long trapezoidal area of the greatest deformation angle spherical polar coordinates

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

发表评论

0 个回复

  • 运用最小二乘的数值拟合,以及得到的结果
    运用最小二乘法的数值拟合,以及得到的结果-Numerical application of least squares fitting, as well as the results
    2022-05-31 07:54:22下载
    积分:1
  • 给定n个结点的有向图的邻接矩阵,可判断该图是否为强连通的,单向连通的,或弱连通的。...
    给定n个结点的有向图的邻接矩阵,可判断该图是否为强连通的,单向连通的,或弱连通的。-For a given n-node directed graph adjacency matrix, can determine whether the plan strongly connected, and one-way connected, or weak connectivity.
    2022-08-16 01:43:17下载
    积分:1
  • 练习程序,问题如下:进行高精度整数的加、减、乘运。输入两个十进制大整数M和N(M、N最长可达50位),计结果并输出。【输入形式】标准输入上依次分行输入以...
    练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
    2022-02-06 02:31:19下载
    积分:1
  • VB仿射加密
    VB仿射加密算法
    2022-03-06 02:28:12下载
    积分:1
  • 钢筋混凝土截面分析
    RCSA是一个互动的微机程序开发是为了提供一个实用,可靠的部分分析工具来预测深或法兰RC的回应部分。现有程序的某些组件,UNCOLA,这是在美国加州大学开发,伯克利,被纳入RCSA。与RCSA一个人能够的预应力进行分析,钢筋混凝土,或根据任何任何极限状态下的复合节指定加载历史。该方案利用了层,或长丝,方法,离散的一部分。假设在分析如下:(1)部分必须通过对称由单向轴向轴装力,弯曲和剪切; (2)任何类型的用户定义应变分布,以及伯努利-Nairer假说,可以被实现。即使是“粘结滑移”或“剪切滞后”可能通过对钢铁正确界定应变系数模拟或混凝土的纤维和/或长丝; (3)剪切力和/或剪切变形关系不明确包括;然而,剪切对轴向弯曲的效果响应可以通过一个等效双轴考虑响应混凝土;钢之间(4)完善债券具体的存在,除非确定采用防滑防滑因素,个别酒吧; (5)精细裂纹和可能存在作为初始条件可以是显微裂纹通过修改混凝土材料占性能; (六)其他初始应力和/或粘结滑移其可存在的建筑或固化的结果影响忽略不计。中钢最初的预应力效应如果指定的预应力和一个可并入使用双线性模型钢。
    2022-03-18 16:42:36下载
    积分:1
  • mathematical formula, all the mathematical formula can be obtained directly, a v...
    数理公式,所有的数学公式都可以直接得到,非常方便-mathematical formula, all the mathematical formula can be obtained directly, a very convenient
    2022-03-20 19:05:15下载
    积分:1
  • AC-BM算法的实现的压缩包,很流行的字符串匹配算法,已经测试,-AC-BM algorithm for the realization of the compressed, the very popular string matching algorithm has been tested,
    2022-02-02 16:56:07下载
    积分:1
  • 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
    素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
    2022-03-13 12:39:07下载
    积分:1
  • Vc中关于FFT的编程
    Vc中关于FFT算法的编程-Vc on the FFT algorithm programming
    2022-02-15 01:32:16下载
    积分:1
  • Gauss
    高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
    2022-03-20 12:23:23下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载