-
MFC_Scroll bar
说明: MFC Scroll bar source code
- 2019-06-03 00:57:36下载
- 积分:1
-
2D3PHASESSIMULATOR
IT IS A 2D 3 PHASES RESERVOIR NUMERICAL SIMULATOR
- 2009-08-30 11:36:15下载
- 积分:1
-
OpenCVForImageProcessing
在Windows下安装OpenCV,然后在Visual C++6.0环境下对OpenCV进行配置,里面的程序都是用OpenCV工具包编的控制台程序(In Windows, install OpenCV, and then in the Visual C++6.0 environment of the OpenCV configuration, which the program is edited with the OpenCV toolkit console program)
- 2010-05-05 17:18:58下载
- 积分:1
-
adpcm_c_code
PCM数据通信压缩算法,c语言编写,适合移植到单片机、dsp等目标系统上。(PCM data communications compression algorithm, c language, suitable for transplant to the microcontroller, dsp goals systems.)
- 2007-04-02 14:03:37下载
- 积分:1
-
Dealitem
moxiang bin 54156151(moxiang bin)
- 2017-12-23 21:43:24下载
- 积分:1
-
pid-control
对于闭环控制有很好的说明以及pid算法的具体实现(Specific implementation for closed-loop control has a good explanation and pid algorithm)
- 2014-03-31 21:34:04下载
- 积分:1
-
formata
Delphi格式化磁盘源码,有三个选项:快速格式化、完全格式化、仅复制系统文件,可以制作软件启动引导盘(Delphi formatted disk source, there are three options: quick format, fully formatted, only copy the system files, you can create software boot disk)
- 2013-04-16 11:07:15下载
- 积分:1
-
和泰芯片 TM1638C代码驱动程序
一个和泰芯片上面用过的TM1638程序,一些初始化和显示,分固定地址和全写。(A TM1638 program used on Hetai chip, some initialization and display, divided into fixed address and full write.)
- 2020-06-25 01:20:02下载
- 积分: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
-
WebCourse
说明: 课程C#自动排课系统完整源码(适合智慧校园)#自动排课系统(English | A Survey of the University | The Cultivation of Talents | Disciplines and Scientific Research | Teaching Contingent | School-running Conditions)
- 2020-08-05 10:56:29下载
- 积分:1