-
interactions
qt实现的遗传算法 解决最大最小值得问题 (qt genetic algorithm to achieve the maximum and minimum worth solving problems)
- 2013-12-13 02:50:38下载
- 积分:1
-
压缩与解压
说明: 通过添加第三方库ICSharpCode.SharpZipLib.Zip实现对文件和文件夹的压缩和解压缩,非常便捷,源码完整(By adding a third-party library ICSharpCode.SharpZipLib.Zip to achieve the compression and decompression of files and folders, very convenient, complete source code)
- 2020-04-27 09:28:07下载
- 积分:1
-
APFC-simulink-example
功率因数校正的一些simulink仿真实例,包括单相和三相的电路拓扑,欢迎大家下载交流!(Power Factor Correction some simulink simulation examples, including single-phase and three-phase circuit topology, welcome everyone to download!)
- 2021-03-18 15:29:20下载
- 积分:1
-
C# 演示如何使用DataGridView更新数据
C#更新修改DataGridView数据,请直接在DataGridView表格中修改数据,C# 更新DataGridView数据的实现代码如下:
private void button1_Click(object sender, EventArgs e)
{//更新数据
var MyCount = this.sqlDataAdapter1.Update(this.dataSet1, "Customers");
var MyInfo = "成功更新" + MyCount.ToString() + "条记录!";
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
private void Form1_Load(object sender, EventArgs e)
{//读取Customers数据表记录
var MySQL = "Select * From Customers ";
this.sqlConnection1.ConnectionString = "Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
this.sqlCommand1 = new System.Data.SqlClient.SqlCommand("Select * From Employees", this.sqlConnection1);
this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter(this.sqlCommand1);
this.sqlCommandBuilder1 = new System.Data.SqlClient.SqlCommandBuilder(this.sqlDataAdapter1);
this.sqlDataAdapter1.Fill(this.dataSet1, "Customers");
this.dataGridView1.DataSource = this.dataSet1.Tables[0];
- 2022-03-24 05:10:10下载
- 积分:1
-
Arduino-PS2X-master
Arduino ps2 master...
- 2019-01-13 17:19:18下载
- 积分:1
-
Steering_Engine
在arduino平台上,利用数字通信口输出pwm信号从而控制舵机转角(On the arduino plate, to use pwm signal control the rotation angle of steering engine.)
- 2021-03-22 14:39:16下载
- 积分:1
-
uCOS-286
uCOS-II官方公布的最新源代码V2.86及更新的相关资料(uCOS-II latest source code)
- 2009-09-05 13:49:14下载
- 积分:1
-
BackButton
UWP BackButton Demo UWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton DemoUWP BackButton Demo
- 2022-05-18 12:41:25下载
- 积分:1
-
DM642_Threshold
TI DSP DM642下对图像做二值化处理的使用实例,有很强的参考价值(TI s DSP the DM642 image binarization processing use cases, there is a strong reference value)
- 2012-05-16 11:47:26下载
- 积分:1
-
udf_whj
说明: 用于模拟fluent中吸附脱附的case,其中吸附脱附过程的传热传质需要自己使用udf(Case for simulating adsorption and desorption in fluent, and the heat and mass transfer in the process of adsorption and desorption should be declared by UDF)
- 2021-01-06 20:18:53下载
- 积分:1