zd.y = 80;
MessageBox.Show("变换成功");
}
else if (iiii == 5)
{
qd.x = 100;
qd.y = 40;
zd.x = 260;
zd.y = 60;
MessageBox.Show("变换成功");
}
else
iiii = 1;
button1.Enabled = true;
button7.Enabled=false ;
图 5-3变换始终节点界面
5.4 保存实验结果模块功能
保存实验结果模块主要是计算实验的结果,连接数据库并将算出的结果存入数据库。
代码如下:
SqlConnection conn = new SqlConnection("Data Source=KONG\\SQLEXPRESS;Trusted_Connection=SSPI;Initial Catalog=qqq");
conn.Open();
SqlCommand com = new SqlCommand("delete ta where 实验次数 is not NULL",conn);
com.ExecuteNonQuery();
conn.Close();*/
MessageBox.Show("连接成功");
SqlDataAdapter myadapter = new SqlDataAdapter("select *from ta", conn);
SqlCommandBuilder sqlBulider = new SqlCommandBuilder(myadapter);
DataSet ds = new DataSet();
myadapter.Fill(ds, "ta");
SqlCommandBuilder sqlBulider = new SqlCommandBuilder(myadapter);
DataRow row;
row = ds.Tables["ta"].NewRow();
ds.Tables["ta"].Rows.Add(row);
ds.Tables["ta"].Rows[ggg]["实验次数"] =ggg+1;
ds.Tables["ta"].Rows[ggg]["gdr跳数"] = ts[0];
- 上一篇:MATLAB的带噪声语音信号处理+滤波器设计
- 下一篇:MATLAB铁路监控视频的超分辨率技术研究
-
-
-
-
-
-
-
中国传统元素在游戏角色...
g-C3N4光催化剂的制备和光催化性能研究
江苏省某高中学生体质现状的调查研究
NFC协议物理层的软件实现+文献综述
巴金《激流三部曲》高觉新的悲剧命运
浅析中国古代宗法制度
高警觉工作人群的元情绪...
上市公司股权结构对经营绩效的影响研究
C++最短路径算法研究和程序设计
现代简约美式风格在室内家装中的运用