-
libcpp
驱动开发,实现运行时支持,支持异常处理,支持标准模版库(rtti surport in driver)
- 2012-08-28 12:04:30下载
- 积分: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
-
Desktop
跑马灯设计,主要是利用51单片机完成跑马灯的设计(Marquee design)
- 2012-09-18 21:59:36下载
- 积分:1
-
PDFView4NET+4.7.5+WinForms+Edition
很好很强大的pdf预览插件,内含案例,仅供学习之用(Good PDF preview plug-in)
- 2019-05-12 20:47:22下载
- 积分:1
-
PCF8591
AD模数转换,基础lcd1602显示屏。。。。。。(AD analog-to-digital conversion, basic LCD 1602 display screen...)
- 2020-06-19 22:20:02下载
- 积分:1
-
FloatMenu
VC++制作窗口内的浮动菜单和工具栏实例,像标准的窗口菜单和工具栏类似,只不过通过处理后,菜单和工具栏可以从主窗体中分享,浮动在屏幕的任意位置,可关闭浮动菜单和工具栏,像Office软件中,类似的菜单工具条随处可见,按住菜单头部的竖条即可把菜单从主窗口中分离。(Variation within the vc++ to make the window menu and toolbar example, as a standard window menus and toolbars are similar, only after processing, menus, and toolbars can share, from the main form of floating on any position of the screen, can be closed floating menus and toolbars, like Office software, similar to the menu bar can be seen everywhere, hold down the menu bar of the head to the menu from the main window.
)
- 2013-11-28 22:40:45下载
- 积分:1
-
lpc1788LCDdriveKD030C-2-TP
深圳柯达科技的KDO3OC-2-TP的3线SPI+RGB16BIT 的初始化代码!经修改和测试过可用!驱动芯片是NXP lpc1788!有需要借鉴的可以看看(3 lines Shenzhen Kodak technology KDO3OC-2-TP s SPI + RGB16BIT initialization code! Revised and tested available! Driver chip is NXP lpc1788! There needs to learn to look at)
- 2014-01-21 15:42:55下载
- 积分:1
-
PubNub PIC32
他纯粹的足迹的pubnub图书馆本身是在Flash 14680字节
- 2022-03-24 01:08:43下载
- 积分:1
-
cifa
编译原理词法分析程序,用于对PASCAL语言进行的词法分析程序(Compiler theory lexical analysis procedures used to PASCAL language lexical analysis program)
- 2020-06-30 08:00:01下载
- 积分:1
-
点特征提取算法包括moravec,forstner,harris算子
点特征提取算法,包括moravec,forstner,harris算子
- 2023-07-30 06:50:05下载
- 积分:1