-
CodeManage
说明: 个人代码库,VC6+ACCESS。增删改查,最小化托盘等。(Personal code library, VC6+ ACCESS. Additions and deletions to the investigation, the smallest of the tray.)
- 2011-02-28 16:47:08下载
- 积分:1
-
c#三层结构开发
用c#开发的三层架构程式,服务器层为DATABASE,中间层为C#接收前台传来的数据统一处理功能,前台为用户应用介面,有框架和一些简单的图表,可以作为新手做三层架构程式开发参考。本样例是基于VS2010开发的WEBFORM界面。
- 2022-12-13 03:30:04下载
- 积分:1
-
ACV-Unpacker
劲舞团ACV Unpacker 脱壳源码(ACV Unpacker 脱壳源码)
- 2013-03-23 11:44:19下载
- 积分: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
-
stm32 uart interrupt, receive data put into a queue
stm32 uart interrupt, receive data will put into a queue and handle.
- 2022-02-15 03:31:51下载
- 积分:1
-
最佳适应算法 信安 陆华锋 20022638
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
- 2005-07-04 08:18:40下载
- 积分:1
-
Matrice_ABCD
surfacique courant coupleur 3db
- 2019-01-07 06:20:21下载
- 积分:1
-
c#发送带附件的邮件 附源码
需要引用以下命名空间方可发送带附件的邮件 using System.Net;using System.Net.Mail;using System.Net.Mime
- 2013-04-23下载
- 积分:1
-
image5
图像灰度化处理、图像柔和处理、图像锐化处理(Grayscale image processing, image gentle processing, image sharpening)
- 2010-10-17 17:23:57下载
- 积分:1
-
电磁铁测试
电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,电磁铁激发测试,
- 2022-02-04 04:24:18下载
- 积分:1