-
miniFilter
miniFilter.rar所有框架代码以及对应的PPT资料,可以直接拿来进行修改即可完成各种驱动,是你开发微软新过滤构架驱动所必下资料(miniFilter.rar all the framework code as well as the corresponding PPT information, can be directly used to modify a variety of drivers to complete, your new filter framework for the development of Microsoft, will drive the next data)
- 2008-07-17 09:18:55下载
- 积分:1
-
fuzzy-control
使用C语言实现的模糊控制算法,并通过验证的(fuzzy controler with C language)
- 2021-04-12 22:48:56下载
- 积分:1
-
C# 是行提交方式插入、删除、更新数据库记录
C# 是行提交方式插入、删除、更新数据库记录,本实例小程序主要演示了以行提交方式插入数据库记录、以行提交方式修改数据库记录、以行提交方式删除数据库记录、使用带有列值的Update()方法修改记录、使用带有列值的Delete()方法删除记录、使用带有列值的Insert()方法插入记录,对应的各个功能核心代码如下:
private void button2_Click(object sender, EventArgs e)
{//以行提交方式修改数据库记录(首先以添加新数据源方式新增NorthwindDataSet)
NorthwindDataSet.ShippersRow MyRow;
MyRow = this.northwindDataSet.Shippers.FindByShipperID(1);
MyRow.Phone = "13996060872";
this.shippersTableAdapter.Update(this.northwindDataSet.Shippers);
}
private void button4_Click(object sender, EventArgs e)
{//使用带有列值的Update()方法修改记录
NorthwindDataSetTableAdapters.ShippersTableAdapter MyAdapter =
new MyForm.NorthwindDataSetTableAdapters.ShippersTableAdapter();
MyAdapter.Update("Speedy Express", "13036371686", 1, "Speedy Express", "13996060872");
this.shippersTableAdapter.Fill(this.northwindDataSet.Shippers);
}
private void button3_Click(object sender, EventArgs e)
{//以行提交方式删除数据库记录(首先以添加新数据源方式新增NorthwindDataSet)
Northwi
- 2023-02-24 10:00:04下载
- 积分:1
-
bmpfile_read
bmp文件的读取,2,8,16,24bit自适配(bmp file read,2、8、16、24bit adjust)
- 2012-11-21 23:23:14下载
- 积分:1
-
麦蓝
此代码是 AVR 为 ATMega64 以 C 语言编写的项目的集合。此代码在 CodeVision AVR 开发接口开发的地方。他们可以通过 CodeVision 和 avr gcc 编译器编译。请注意前, 两个项目被用 avr 单片机汇编语言编写,但别人是纯 c。
- 2022-06-30 10:19:52下载
- 积分:1
-
STM08
stm08L152资料文件,可以应用国网芯片,STM08GC101B。(stm08L152 data files, application of the national network of chips, STM08GC101B.)
- 2012-06-07 10:28:51下载
- 积分:1
-
dsf2
基于RBF_HMM模型的时间序列在线预测.Based on the RBF_HMM model of time series forecasting.(Based on the RBF_HMM model of time series forecasting.)
- 2011-12-08 08:55:23下载
- 积分:1
-
libpangowin32-1.0-0
yetretytryer ytryer5yetye rtyt4ye54
- 2017-12-12 04:33:06下载
- 积分:1
-
BarCode_2D
条码生成技术源码,可以方便的生成各类型条码!经测试完全可以达到效果!(Barcode generator technology source code, you can easily generate various types of barcode! Tested can achieve the desired effect!)
- 2016-06-01 23:30:39下载
- 积分:1
-
C#.Net网络程序开发
C#.Net网络程序开发-Socket篇-c
- 2022-06-19 19:14:27下载
- 积分:1