-
open_camera
应用vs2015+opencv3.0实现打开摄像头,保存视频的功能(open the carema )
- 2015-10-28 09:25:22下载
- 积分:1
-
C# 使用COMPUTE BY 统计查询数据库中各部门工资
C# COMPUTE BY数据库查询实例,本查询可用于统计各部门总工资,测试前请附加好数据库。定义以下代码完成此查询:
DataSet P_ds = GetPay();//得到数据集
txt_Pay1.Text = P_ds.Tables[1].Rows[0][0].ToString();//得到部门总工资
txt_Pay2.Text = P_ds.Tables[3].Rows[0][0].ToString();//得到部门总工资
txt_Pay3.Text = P_ds.Tables[5].Rows[0][0].ToString();//得到部门总工资
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=LVSHUANGSHJ;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Employee ORDER BY 所属部门 COMPUTE SUM(工资) BY 所属部门");//创建COMPUTE BY 查询语句
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataSet P_ds = new DataSet();//创建数据集
P_SqlDataAdapter.Fill(P_ds);//填充数据集
return P_ds;//返回数据集
本查询将结果返回DataTable到对象中显示,完整源代码请下载。
- 2022-02-05 08:50:14下载
- 积分:1
-
串口工具开发实例
串口工具开发实例
- 2021-01-06 14:48:54下载
- 积分:1
-
houghbianhuan
hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。(hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation techniques. The principle is the point of the image space using the Hough parameter space and line- duality converting the detection problem in the image space to the parameter space. By a simple statistical accumulated in the parameter space, and then in the Hough parameter space to find a method of detecting the peak accumulator line.)
- 2014-08-27 10:37:38下载
- 积分:1
-
abc
数据结构的稀疏矩阵的几部分操作,广工的课程设计(Sparse matrix operations)
- 2013-12-03 15:57:53下载
- 积分:1
-
VHRXEX
win32 opengl画线,配置好了glut,h(Win32 opengl draws lines, and glut,h is configured)
- 2018-12-30 07:59:19下载
- 积分:1
-
c# mongodb实例源码(asp.net mvc实现)
实现了 对mongodb数据库的增删改 操作
- 2014-12-20下载
- 积分:1
-
2323
这是一个简单的学生信息管理系统 vc++可作为作业使用(This is a simple student information management system vc++ can be used as a work)
- 2020-07-03 07:00:02下载
- 积分:1
-
up
说明: 简单例子A simple exampleA simple example(A simple example)
- 2014-10-22 13:13:14下载
- 积分:1
-
VC++ Firewall防火墙源代码
VC++ Firewall防火墙源代码VC++ Firewall防火墙源代码VC++ Firewall防火墙源代码
- 2022-07-09 23:08:08下载
- 积分:1