-
Hugeint
巨型整形实现,长度不受windows机器字长限制,实现了基本的加减乘除等运行.(giant plastic realization length from windows machine word limit, realize the basic arithmetic and other operations.)
- 2007-03-26 17:18:07下载
- 积分:1
-
sftp上传下载样例代码
sftp上传下载样例代码
- 2019-05-17下载
- 积分: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
-
ethercat_slave_tl335
tl335idk_ethercat_slave
- 2017-09-14 09:49:06下载
- 积分:1
-
实验8 PWM输出实验
说明: stm pwm编程输出案例 keil c(stm32f103 pwm program plus wave output)
- 2020-12-01 14:43:34下载
- 积分:1
-
WSN定位算法
WSN传感器经典定位算法 matlab程序 质心定位 DV-HOP MDS-MAP RSSI APIT算法,算法过程详细 包括 节点部署 连通度计算等过程 程序简单 程序可顺利运行
- 2022-08-15 01:33:31下载
- 积分:1
-
VC++ Slider滑块控件自绘实例
基于VISUAL C++开发平台的滑动条空间增强显示功能,通过自绘技术,增强并改善使用交互效果,可自行美化,加入到自己的控件库中
- 2023-04-18 00:30:03下载
- 积分:1
-
How_To_Game_Programming
Why your files are not be used?
1.The content is too simple
2.Is not a sourcecode or document
3.lost some files
4.Description is not detailed or not correct
5.Compressed file has password
6.Sourcecode duplicate or already exist
- 2009-10-09 01:31:50下载
- 积分:1
-
C-Programming-for-Embedded-Systems-[CMP-Books]
Nice book of reference for AVR
- 2012-09-22 15:18:17下载
- 积分:1
-
mempool102
一个简单的内存池实现算法,使用C++实现,使用VC6.0可以正常编译通过。(A simple memory pool algorithm, using C++ implementation by using VC6.0 to compile correctly.)
- 2016-05-02 14:00:28下载
- 积分:1