资源简介
单像空间后方交会C#单像空间后方交会C#单像空间后方交会C#单像空间后方交会C#
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;
using System.Diagnostics;
using System.IO;
namespace qimo
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private double[] data = new double[20]; //保存表中的数据
private double f = 0; //主距
private void btnFilePath_Click(object sender EventArgs e)
{
folderBrowserDialog1.ShowNewFolderButton = true;
if (folderBrowserDialog1.ShowDialog() == DialogResult.OK)
{
string s = folderBrowserDialog1.SelectedPath + “\\“ + “RESULT.txt“;
if (s.Contains(@“\\“) == true) //解决根目录下出现如同C:\\RESULT.txt等不正确路径情况
{
s = s.Replace(@“\\“ @“\“);
}
this.textBox1.Text = s;
}
}
public static DataTable ExcelToDataTable(string strExcelFileName string strSheetName)
{
//源的定义
string strConn = “Provider=Microsoft.Jet.OLEDB.4.0;“ + “Data Source=“ + strExcelFileName + “;“ + “Extended Properties=‘Excel 8.0;HDR=NO;IMEX=1‘;“;
//Sql语句
//string strExcel = string.Format(“select * from [{0}$]“ strSheetName); 这是一种方法
string strExcel = “select * from [sheet1$]“;
//定义存放的数据表
DataSet ds = new DataSet();
//连接数据源
OleDbConnection conn = new OleDbConnection(strConn);
conn.Open();
//适配到数据源
OleDbDataAdapter adapter = new OleDbDataAdapter(strExcel strConn);
adapter.Fill(ds strSheetName);
conn.Close();
return ds.Tables[strSheetName];
}
private void btnStart_Click(object sender EventArgs e)
{
btnCheck.Enabled = false; //解算过程中不响应按键
btnExit.Enabled = false;
btnStart.Enabled = false;
this.label2.Text = “程序解算中,请稍等......“;
try
{
scale s = new scale(f data); //新建实例解算传入数据
s.makeSure(); //迭代解算
this.label2.Text = “解算完成迭代次数:“ + s.COUNT.ToString(); //显示状态
StreamWriter sw = new StreamWriter(this.textBox1.Text); //保存结果文件
sw.WriteLine(string.Format(“u={0:F9}“ s.U));
sw.WriteLine(string.Format(“w={0:F10}“ s.W));
sw.WriteLine(string.Format(“k={0:F9}“ s.K));
sw.WriteLine(string.Format(“Xs={0:F5}“ s.XS));
sw.WriteLine(string.Format(“Ys={0:F5}“ s.YS));
sw.WriteLine(string.Format(“Zs={0:F6}“ s.ZS));
sw.Close();
try //若成功则解算完成后自动打开结果文档
{
Process p = new Process();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 189 2017-11-30 14:13 qimo\App.config
文件 19456 2017-12-14 14:43 qimo\bin\Debug\qimo.exe
文件 189 2017-11-30 14:13 qimo\bin\Debug\qimo.exe.config
文件 40448 2017-12-14 14:43 qimo\bin\Debug\qimo.pdb
文件 22984 2017-12-14 15:22 qimo\bin\Debug\qimo.vshost.exe
文件 189 2017-11-30 14:13 qimo\bin\Debug\qimo.vshost.exe.config
文件 490 2010-03-17 22:39 qimo\bin\Debug\qimo.vshost.exe.manifest
文件 6360 2017-12-14 14:43 qimo\Form1.cs
文件 5863 2017-12-14 14:06 qimo\Form1.Designer.cs
文件 6025 2017-12-14 14:06 qimo\Form1.resx
文件 1318 2017-12-14 14:06 qimo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6616 2017-12-14 20:11 qimo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 1545 2017-12-14 15:22 qimo\obj\Debug\qimo.csproj.FileListAbsolute.txt
文件 975 2017-12-14 14:26 qimo\obj\Debug\qimo.csproj.GenerateResource.Cache
文件 2231 2017-12-14 14:26 qimo\obj\Debug\qimo.csprojResolveAssemblyReference.cache
文件 19456 2017-12-14 14:43 qimo\obj\Debug\qimo.exe
文件 180 2017-12-14 14:26 qimo\obj\Debug\qimo.Form1.resources
文件 40448 2017-12-14 14:43 qimo\obj\Debug\qimo.pdb
文件 180 2017-11-30 15:06 qimo\obj\Debug\qimo.Properties.Resources.resources
文件 0 2017-11-30 14:13 qimo\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2017-11-30 14:13 qimo\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
文件 0 2017-11-30 14:13 qimo\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
文件 516 2017-11-30 14:13 qimo\Program.cs
文件 1346 2017-11-30 14:13 qimo\Properties\AssemblyInfo.cs
文件 2860 2017-11-30 14:13 qimo\Properties\Resources.Designer.cs
文件 5612 2017-11-30 14:13 qimo\Properties\Resources.resx
文件 1091 2017-11-30 14:13 qimo\Properties\Settings.Designer.cs
文件 249 2017-11-30 14:13 qimo\Properties\Settings.settings
文件 3825 2017-11-30 14:47 qimo\qimo.csproj
文件 7355 2017-12-14 14:06 qimo\scale.cs
............此处省略11个文件信息
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论