-
qt透明窗体(蝴蝶)
【实例简介】在桌面上显示可移动的透明蝴蝶
- 2021-09-11 00:31:12下载
- 积分:1
-
422
dsp28335的RS422通讯调试程序,已经通过实验,收发正常。(dsp28335 the RS422 communication debugger, has passed the test, send and receive normal.)
- 2020-12-17 09:19:12下载
- 积分:1
-
C# 查询数据库时不显示重复记录
C# 查询数据库时不显示重复记录,以查询已销售图书信息为例,演示如果略过重复数据,不显示重复的数据记录。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 书号,条形码,书名,作者,出版社 FROM tb_Book");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-06-11 17:53:03下载
- 积分:1
-
winform 浮雕效果的图像 例子
winform 浮雕效果的图像 例子
- 2021-05-07 16:43:36下载
- 积分:1
-
VC_ADO_MFC_POS
数据库编程练习、界面(标准控件)编程练习,很简单便于学习,有注释。有一些很有意思的函数。(Database programming practice, the interface (standard control) programming practice, very simple easy to learn, there are comments. There are some very interesting function.)
- 2010-05-14 21:40:32下载
- 积分:1
-
嵌入式第六次实验
说明: 实时对A/D转换数据通过串口通讯方式发送上位机,并实时显示当前下位机A/D转换值(Real time a / D conversion data is sent to the upper computer through serial communication, and the current a / D conversion value of the lower computer is displayed in real time)
- 2020-07-04 12:00:01下载
- 积分:1
-
7_seg driver
使用altera de1的7段例程董事会.nios二
- 2023-03-31 18:40:03下载
- 积分:1
-
Bios-upgrade-_eng_
Ugrading BIOS on Digitech Pro device - detailed manual
- 2010-07-10 05:55:31下载
- 积分:1
-
cviimage
cvi图像设计替换背景 扣图专用代码 毕业设计可用(cvi replace the background of graphic design graduate design buckle Figure specific code available)
- 2020-07-01 15:00:01下载
- 积分:1
-
C# 电脑卫士垃圾清理工具源码下载
就是那个两个圈比较有设计亮点,其他没啥,还有就是弹出U盘的 还有一点一定要看,点击文件粉碎就会有一个右键菜单,AddFile()就是注册事件 下面是清除方法调用和AddFile()一样一样的 U盘自动检测设备
- 2017-03-26下载
- 积分:1