-
Using visual c# Extract the data in the database, and write to Excel
用visual c#提取数据库中的数据,并写入到Excel-Using visual c# Extract the data in the database, and write to Excel
- 2022-02-02 23:51:46下载
- 积分:1
-
pinpuCS
该软件能够对振动信号进行采集并同时进行频谱分析,对波形进行存储,处理的过程中可以对不需要的频率进行去除。(The software is capable of vibration signal acquisition and the same time spectrum analysis, the waveform storage, the process can not remove the frequency.)
- 2006-08-22 01:57:51下载
- 积分:1
-
BXCSQLdxdb
Ӳ
- 2009-08-17 20:42:01下载
- 积分:1
-
Rh850123
适用于瑞萨rh850f1l,无需更改可run(Applicable to Reza rh850f1l, no need to change run)
- 2020-06-21 05:20:01下载
- 积分:1
-
C# Outcome 03
说明: List / ClassLibrary 信息传递, 页面交互(List/ClassLibrary information transfer, page interaction)
- 2019-05-16 15:53:07下载
- 积分:1
-
wushuzishizhong
基于c51环境,无数字时钟,游侠灯,爆闪灯三种模式。上一个没传成功,再试一次(C51-based environment, no digital clock, Ranger lights, Strobe three modes.)
- 2013-07-12 22:29:34下载
- 积分:1
-
record
linux下Alsa音频的播放与录制,经测试过后可用。(Alsa audio playback and recording under Linux.)
- 2018-04-18 11:41:28下载
- 积分:1
-
v2_test_key
Realize the function of key press and intelligent control of key press
- 2020-06-21 22:40:01下载
- 积分:1
-
Visual C# 交叉表查询
这是一个Visual C# 交动态交叉表查询示例程序,动态交叉表(SQLServer 2005)查询例子源码:
private void Frm_Main_Load(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter(//创建数据适配器对象
"select * from tb_VenditionInfo", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].DefaultView;
}
private void btn_Select_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter("Corss", con);//创建数据适配器
dap.SelectCommand.CommandType =//设置命令为存储过程
CommandType.StoredProcedure;
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].D
- 2022-12-26 00:25:03下载
- 积分:1
-
QT ffmpeg 播放器
该播放器实现了音频解码、视频解码、音视频同步、视频快进快退,音量大小调节
- 2022-06-16 18:51:53下载
- 积分:1