-
MFC简易计算器(VS2013)
使用VS2013编辑了简易计算器,能够实现简单四则运算等,主要用于面向对象高级编程初学者借鉴使用,主要平台为VS2013,MFC,编程语言为C++。
- 2022-02-28 21:36:54下载
- 积分:1
-
Keystone-Transfor
Keystone Transform in ground moving target detection,it s very useful new comer(Keystone Transform in ground moving target detection)
- 2020-08-17 21:38:23下载
- 积分:1
-
maibo
脉搏测量仪代码
主要功能是显示脉搏跳动次数,测试时间和上一次测试次数(Pulse measuring instrument code
The main function is to display the number of pulse, the test of time and the last number of tests)
- 2012-05-14 01:10:27下载
- 积分:1
-
C_Ngeshi
利用Crank-Nicolson隐式差分格式求解抛物型偏微分方程,matlab程序代码(Crank-Nicolson implicit difference scheme)
- 2013-08-29 11:39:57下载
- 积分:1
-
Program-name
点名程序可以帮助老师在课堂上进行随机点名,帮助老师更好的进行教学工作(Named program can help teachers in the classroom on a random name, to help teachers better job of teaching)
- 2011-07-30 18:24:28下载
- 积分:1
-
TwoBarcodeSolution
调用摄像头,自动识别拍到的二维码,并显示出来,识别时有声音提示。(Call camera automatically identify photographed two-dimensional code, and displayed, identifying the voice prompts.)
- 2016-03-14 09:38:13下载
- 积分:1
-
C# 在分组查询中使用ROLLUP
C# 在分组查询中使用ROLLUP,/// /// 查询数据库信息
/// /// 方法返回DataTable对象 private DataTable GetEmployee()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=LVSHUANGSHJ;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所属部门,性别, AVG(工资) AS 平均工资 FROM tb_Employee GROUP BY 所属部门,性别 WITH ROLLUP");
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-01-25 22:57:00下载
- 积分:1
-
xjhn
VS2010做完用户、角色、权限后的代码,SQL数据库。界面挺漂亮。BS三层架构(The VS2010 finished code, SQL database users, roles, permissions. Interface pretty)
- 2012-10-30 18:20:57下载
- 积分:1
-
ZLG-the_ARM-based_tutorials_and_Embedded_Systems
周立功-《ARM与嵌入式系统基础教程》,以PHILIPS公司LPC2000系列ARM微控制器为例,深入浅出地介绍嵌入式系统开发的各个方面。随书源代码,包含3,4,6,8,9章的代码。(ZLG- " ARM-based tutorials and Embedded Systems" to PHILIPS' s LPC2000 series ARM microcontrollers, for example, learn more on various aspects of embedded system development. With the book source code, the code contains chapters 3,4,6,8,9.)
- 2009-12-23 14:18:11下载
- 积分:1
-
08320179
一个类似于word中选取表格规模的类,推荐给大家()
- 2017-11-21 07:42:51下载
- 积分:1