-
C#在列上加入计算
C#在列上加入计算,这个主要是指SQL查询语句的列上面,如下面定义的语句,进行合并计算后,被执行:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生编号,学生姓名,高数+外语 AS 高数加外语的分数 FROM tb_Grade");
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-08-18 16:13:26下载
- 积分:1
-
SED1565_KING
Proteus仿真:AT89C51RD2 & HDG12864F-1 & HDG12864F-3显示一幅图片;分别是串口通讯控制 和 并口通讯控制;(Proteus simulation: AT89C51RD2 & HDG12864F-1 & HDG12864F-3 shows a picture were serial communication control and parallel communication and control )
- 2013-10-30 09:48:31下载
- 积分:1
-
Kernal
适合于单片机,DSP的程序(suited to MCU, DSP procedures)
- 2004-12-09 10:43:08下载
- 积分:1
-
BackResTest
说明: 实现stm32f103的 spwm a/d转换,屏幕显示。(it is very good for arm.a/d convert ,lcd screen.)
- 2010-04-14 17:24:15下载
- 积分:1
-
BLH_xyz
大地坐标系正算,由空间大地直角坐标系转到WGS84坐标系(terristial coordinates transform)
- 2011-10-23 10:33:19下载
- 积分:1
-
HDSC额温枪release20200322
说明: 完整的额温枪 耳温枪 华大 HC32L136 方案 包含源代码和硬件原理图(The complete scheme of temperature gun includes source code and hardware schematic diagram)
- 2020-06-26 14:00:02下载
- 积分:1
-
WMS
该系统是仓库管理系统,详细功能可参考里面的设计文档。(The system is warehouse management system, detailed functional design documents can be reference to the inside.)
- 2010-08-05 16:47:04下载
- 积分:1
-
dataset
关于数据从EXCEL文件的导入到datagridview中(About the data from EXCEL file into datagridview in)
- 2013-10-15 15:43:15下载
- 积分:1
-
STM32-ADDA-PCF8591
利用stm32上自带的ad和da进行模数和数模转换实验(Use the built-in ad and da stm32 analog to digital and digital to analog conversion experiments)
- 2021-03-07 15:49:29下载
- 积分:1
-
SAMP游戏中实现摆摊和个人背包系统 摊位+背包
说明: 它可以在SAMP游戏中实现摆摊和个人背包系统。它需要自己运行,实现不同的颜色。(It can be used in SAMP games to implement stand and personal backpack system. It needs to run on its own to achieve different colors.)
- 2020-06-25 00:40:02下载
- 积分:1