-
创建Excel文件并保存-例1(Excel入门级源码).zip
创建Excel文件并保存-例1(Excel入门级源码).zip
- 2019-08-07下载
- 积分:1
-
matlab_fem
Introduction to programming finite element with matlab
- 2012-12-01 04:49:46下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
intelmirco
INTEL 微处理器 第八版 答案 从第二章开始,奇数偶数的答案都有。(INTEL microprocessor eighth edition answer from the beginning of the second chapter, the answer has odd and even.)
- 2021-01-19 02:38:43下载
- 积分:1
-
cd4ef1
考虑端部效应的永磁直线同步电机键合图建模Considering the end effect of permanent magnet linear synchronous motor with bond graph modeling(Considering the end effect of permanent magnet linear synchronous motor with bond graph modeling)
- 2012-02-18 14:36:34下载
- 积分:1
-
winform实例书源代码,CSharp编写的,适合想学CSharp winform编程的各位...
winform实例书源代码,CSharp编写的,适合想学CSharp winform编程的各位-winform example source code book, CSharp prepared, suited to studying CSharp winform programming you
- 2022-03-16 06:22:32下载
- 积分:1
-
计算输入的某年某月某日是该年的第几天
资源描述由用户输入一个日期,年月日形式,计算输入的某年某月某日是该年的第几天
- 2022-03-23 13:02:01下载
- 积分:1
-
Lex
说明: 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单(Simulation of the lexical analysis procedure is relatively simple)
- 2011-02-23 14:33:50下载
- 积分:1
-
the-stress-of-a-bridge
ansys模拟桥梁受力分析,在桥上有车行驶过时计算出桥梁不同部位受力状况及挠度变化值。(ansys stress analysis simulation bridge, a car traveling on the bridge obsolete bridges in different parts of the calculated force status and changes in the value of deflection.)
- 2014-08-27 10:18:30下载
- 积分:1
-
8019
一个8019网卡驱动程序(A device driver for 8019 Ethernet card)
- 2004-10-30 10:41:34下载
- 积分:1