资源简介
铁路轨道平面平顺性指标计算程序代码
代码片段和文件信息
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 q_002
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
#region//全局变量
public double[] sz1; //每一个轨枕实测值
public double[] data;//每一个轨枕设计坐标
public double[] sjzs;//10米弦设计正矢
public int zc;//导入数据总长
public double[] jsjg;//10米弦计算结果
public double[] jsjg30;//30米弦计算结果
public double[] jsjg300;//300米弦计算结果
public double[] sjzs30;//30米弦设计正矢
public double[] sjzs300;//300米弦设计正矢
public bool br1br2br3br4br5br6br7= false;//判断按钮触发,以生成文档
#endregion
#region//实测数据
private void button1_Click(object sender EventArgs e)
{
br1 = true;
double pi = 3.14158926;
sz1 = new double[10002];
double d f;
int a = 3;
for (int j = 0; j < 5; j++)
{
for (int i = 1; i < 161; i++)
{
d = a * Math.Sin(i * 0.625 * pi / 100);
f = 670567.403 + 0.625 *( i-1) + 100 * j;//需要注意起始值
sz1[i+160*j 0] = f;
sz1[i+160*j 1] = d;
listBox1.Items.Add(sz1[i+160*j 0] + “ “ + sz1[i+160*j 1]);
if (f > 670997)
{
break;
}
}
}
}
#endregion
#region//清除数据
private void button2_Click(object sender EventArgs e)
{
listBox1.Items.Clear();
listBox2.Items.Clear();
listBox3.Items.Clear();
listBox4.Items.Clear();
}
#endregion
private void Form1_Load(object sender EventArgs e)
{
}
#region//导入轨枕设计坐标
private void button3_Click(object sender EventArgs e)
{
openFileDialog1.InitialDirectory = “c:\\“;
openFileDialog1.Filter = “文本文档(*.txt)|*.txt“;
openFileDialog1.FilterIndex = 2;
openFileDialog1.ShowHelp = true;
openFileDialog1.title = “请打开数据“;
openFileDialog1.ShowDialog();
string[] lines = System.IO.File.ReadAllLines(openFileDialog1.FileName);
data = new double[lines.Length 3];
zc = lines.Length;
for (int i = 0; i < lines.Length; i++)
{
string[] s = new string[3];
s = lines[i].Split(‘‘);
for (int j = 0; j < 3; j++)
{
data[i j] = Convert.ToDouble(s[j]);
}
listBox2.Items.Add(data[i 0].ToString()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-05-12 11:18 平面平顺性\
目录 0 2017-05-11 20:03 平面平顺性\q_002\
文件 857 2014-04-24 00:18 平面平顺性\q_002.sln
文件 22528 2015-06-16 13:07 平面平顺性\q_002.suo
文件 44544 2017-05-11 11:17 平面平顺性\q_002.v11.suo
目录 0 2017-05-11 20:03 平面平顺性\q_002\bin\
目录 0 2017-05-11 20:03 平面平顺性\q_002\bin\Debug\
文件 17920 2014-04-29 01:46 平面平顺性\q_002\bin\Debug\q_002.exe
文件 36352 2014-04-29 01:46 平面平顺性\q_002\bin\Debug\q_002.pdb
文件 22984 2017-05-11 10:39 平面平顺性\q_002\bin\Debug\q_002.vshost.exe
文件 490 2013-03-18 17:00 平面平顺性\q_002\bin\Debug\q_002.vshost.exe.manifest
文件 140 2014-04-27 23:55 平面平顺性\q_002\bin\Debug\请保存数据
文件 12807 2014-04-29 01:50 平面平顺性\q_002\Form1.cs
文件 14016 2014-04-29 01:03 平面平顺性\q_002\Form1.Designer.cs
文件 6224 2014-04-29 01:03 平面平顺性\q_002\Form1.resx
目录 0 2017-05-11 20:03 平面平顺性\q_002\obj\
目录 0 2017-05-11 20:03 平面平顺性\q_002\obj\x86\
目录 0 2017-05-11 20:03 平面平顺性\q_002\obj\x86\Debug\
文件 2867 2017-05-11 10:39 平面平顺性\q_002\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7302 2017-05-11 10:39 平面平顺性\q_002\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 344 2014-04-29 01:03 平面平顺性\q_002\obj\x86\Debug\GenerateResource.read.1.tlog
文件 778 2014-04-29 01:03 平面平顺性\q_002\obj\x86\Debug\GenerateResource.write.1.tlog
文件 1583 2017-05-11 10:39 平面平顺性\q_002\obj\x86\Debug\q_002.csproj.FileListAbsolute.txt
文件 17920 2014-04-29 01:46 平面平顺性\q_002\obj\x86\Debug\q_002.exe
文件 180 2014-04-29 01:03 平面平顺性\q_002\obj\x86\Debug\q_002.Form1.resources
文件 36352 2014-04-29 01:46 平面平顺性\q_002\obj\x86\Debug\q_002.pdb
文件 180 2014-04-24 00:21 平面平顺性\q_002\obj\x86\Debug\q_002.Properties.Resources.resources
文件 7897 2014-04-24 14:41 平面平顺性\q_002\obj\x86\Debug\ResolveAssemblyReference.cache
目录 0 2014-04-29 16:08 平面平顺性\q_002\obj\x86\Debug\TempPE\
文件 486 2014-04-24 00:18 平面平顺性\q_002\Program.cs
目录 0 2017-05-11 20:03 平面平顺性\q_002\Properties\
............此处省略16个文件信息
- 上一篇:利用winpcap库解析pcap文件
- 下一篇:VS2008激活工具
相关资源
- 土地信息管理系统
- ServiceStack V3.9 全部dll
- PDF pdfview.ocx 无水印
- 无需共享打印机实现远程打印功能小
- 真正的破解版PDFView4NET
- 网页调用ActiveX控件获取串口数据
- Luence的与盘古分词的使用软件
- Emgu.CV 打开视频与人脸检测
- 麦克纳姆轮程序.rar
- Unity3D 实战视频教程 保卫萝卜 2D 游戏
- net微信支付
- lucene.net+盘古分词多条件全文检索并匹
- 闪电猫-电商下图助手5.0.zip
- FastReport.Net V2014.4.8 For .Net2.0
- NET Reflector 8.3破解版自带代码导出
- 清华大学计算机系网络课程之模式识
- Unity3D课程设计 模拟火焰效果
- Unity录屏模块封装清晰的可调AVPro Mo
- 利用同步TCP编写网络聊天程序
- 超屌的 查看windows窗口及其上的按钮等
- .net core 定时任务
- .Net-ORM框架-三层架构完整程序代码
- .Net 微服务实现Demo代码
- 源码仿CAD软件.rar
- 源码大型物料管理系统.rar
- 源码网络地址查询实现源码,包含查
- 周立功CAN接口开发资料
- PintuGame2.0.zip
- 非常好看的Metro风格留言板源码,(亲
- BehaviorDesigner.1.5.7_AI_111.rar
评论
共有 条评论