• 大小: 93KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: C#
  • 标签: 大地测量  

资源简介

大地测量程序必备,本程序使用了C#编写,操作简单,便于实现,如果有也在学习大地测量学的同学可以进行下载参考学习。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;

namespace 七参数求解
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            StreamReader sr = File.OpenText(@“data.txt“);
            textBox1.Text = sr.ReadLine();
            textBox2.Text = sr.ReadLine();
            textBox3.Text = sr.ReadLine();
            textBox4.Text = sr.ReadLine();
            textBox5.Text = sr.ReadLine();
            textBox6.Text = sr.ReadLine();
            textBox7.Text = sr.ReadLine();
            textBox8.Text = sr.ReadLine();
            textBox9.Text = sr.ReadLine();
            textBox17.Text = sr.ReadLine();
            textBox18.Text = sr.ReadLine();
            textBox19.Text = sr.ReadLine();
            textBox20.Text = sr.ReadLine();
            textBox21.Text = sr.ReadLine();
            textBox22.Text = sr.ReadLine();
            textBox23.Text = sr.ReadLine();
            textBox24.Text = sr.ReadLine();
            textBox25.Text = sr.ReadLine();
            sr.Close();
        }


        private void Form1_Load(object sender EventArgs e)
        {

        }

        private void button1_Click(object sender EventArgs e)
        {



           double[] arrayB= new double[9 7];
           double[] arrayX = new double[7 1];
           double[] arrayL = new double[9 1];
         
           
            arrayL[0 0] = double.Parse(textBox17.Text);
            arrayL[1 0] = double.Parse(textBox18.Text);
            arrayL[2 0] = double.Parse(textBox19.Text);
            arrayL[3 0] = double.Parse(textBox20.Text);
            arrayL[4 0] = double.Parse(textBox21.Text);
            arrayL[5 0] = double.Parse(textBox22.Text);
            arrayL[6 0] = double.Parse(textBox23.Text);
            arrayL[7 0] = double.Parse(textBox24.Text);
            arrayL[8 0] = double.Parse(textBox25.Text);//输入已知值矩阵

            arrayB[0 0] = 1;
            arrayB[1 0] = 0;
            arrayB[2 0] = 0;
            arrayB[3 0] = 1;
            arrayB[4 0] = 0;
            arrayB[5 0] = 0;
            arrayB[6 0] = 1;
            arrayB[7 0] = 0;
            arrayB[8 0] = 0;
            arrayB[0 1] = 0;
            arrayB[1 1] = 1;
            arrayB[2 1] = 0;
            arrayB[3 1] = 0;
            arrayB[4 1] = 1;
            arrayB[5 1] = 0;
            arrayB[6 1] = 0;
            arrayB[7 1] = 1;
            arrayB[8 1] = 0;
            arrayB[0 2] = 0;
            arrayB[1 2] = 0;
            arrayB[2 2] = 1;
            arrayB[3 2] = 0;
            arrayB[4 2] = 0;
            arrayB[5 2] = 1;
            arrayB[6 2] = 0;
            arrayB[7 2] = 0;
            arrayB[8 2] = 1;

            arrayB[0 3] = double.Parse(t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        260  2017-12-19 21:32  七参数求解\七参数求解\bin\Debug\data.txt

     文件       6547  2017-12-16 14:30  七参数求解\七参数求解\bin\Debug\picture.jpg

     文件      29184  2017-12-23 10:37  七参数求解\七参数求解\bin\Debug\七参数求解.exe

     文件      40448  2017-12-23 10:37  七参数求解\七参数求解\bin\Debug\七参数求解.pdb

     文件      11600  2017-12-26 16:01  七参数求解\七参数求解\bin\Debug\七参数求解.vshost.exe

     文件        490  2016-07-16 19:44  七参数求解\七参数求解\bin\Debug\七参数求解.vshost.exe.manifest

     文件      10475  2017-12-26 16:02  七参数求解\七参数求解\Form1.cs

     文件      32573  2017-12-26 16:02  七参数求解\七参数求解\Form1.Designer.cs

     文件      15954  2017-12-26 16:02  七参数求解\七参数求解\Form1.resx

     文件       5420  2017-12-19 21:39  七参数求解\七参数求解\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6444  2017-12-26 16:01  七参数求解\七参数求解\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1813  2017-12-26 16:01  七参数求解\七参数求解\obj\x86\Debug\七参数求解.csproj.FileListAbsolute.txt

     文件        975  2017-12-19 21:39  七参数求解\七参数求解\obj\x86\Debug\七参数求解.csproj.GenerateResource.Cache

     文件       9174  2017-12-19 21:39  七参数求解\七参数求解\obj\x86\Debug\七参数求解.csprojResolveAssemblyReference.cache

     文件      29184  2017-12-23 10:37  七参数求解\七参数求解\obj\x86\Debug\七参数求解.exe

     文件       7041  2017-12-19 21:39  七参数求解\七参数求解\obj\x86\Debug\七参数求解.Form1.resources

     文件      40448  2017-12-23 10:37  七参数求解\七参数求解\obj\x86\Debug\七参数求解.pdb

     文件        180  2017-12-17 23:58  七参数求解\七参数求解\obj\x86\Debug\七参数求解.Properties.Resources.resources

     文件        496  2017-12-17 12:27  七参数求解\七参数求解\Program.cs

     文件       1362  2017-12-17 12:27  七参数求解\七参数求解\Properties\AssemblyInfo.cs

     文件       2882  2017-12-17 12:27  七参数求解\七参数求解\Properties\Resources.Designer.cs

     文件       5612  2017-12-17 12:27  七参数求解\七参数求解\Properties\Resources.resx

     文件       1102  2017-12-17 12:27  七参数求解\七参数求解\Properties\Settings.Designer.cs

     文件        249  2017-12-17 12:27  七参数求解\七参数求解\Properties\Settings.settings

     文件       3689  2017-12-17 23:57  七参数求解\七参数求解\七参数求解.csproj

     文件       1337  2017-12-23 10:57  七参数求解\七参数求解.EXE.lnk

     文件        887  2017-12-17 12:28  七参数求解\七参数求解.sln

    ..A..H.     18944  2017-12-26 16:02  七参数求解\七参数求解.suo

     目录          0  2017-12-17 12:27  七参数求解\七参数求解\obj\x86\Debug\TempPE

     目录          0  2017-12-23 10:37  七参数求解\七参数求解\obj\x86\Debug

............此处省略10个文件信息

评论

共有 条评论