自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 C#:测绘程序设计的条件平差模型

以此题为例:写出条件方程,确定系数矩阵A,矩阵W,矩阵Qusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace _10月8号_条件平差{ class Program { //输入函数 static void InPut(ref int.

2024-09-07 14:48:42 148

原创 C#:测绘程序设计的间接平差模型

以此题为例先写出误差方程,确定系数矩阵B[i,j],l[i,j],P[i,j],带入程序运算using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 间接平差{ class Program { //输入函数 static void InPut(re.

2024-09-07 14:48:15 202

原创 C#:矩阵运算为例的函数重载运用

using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 重载函数{ class Program { static void Matrix_Mulation(ref double[,] a, ref double[,] b,ref double [,] ab) { int m1 = a.GetLen.

2024-09-07 14:47:29 175 2

原创 C#:解决四参数坐标转化问题

1、先在项目文件下添加两个类分别命名为Point和hanshupoint.cs 类 代码为:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 四参数坐标转换{ class Point { public double x; public double y; }}hanshu.cs 类...

2024-09-07 14:46:05 194

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除