-
cppchangyongsuanfa
计算机常用数值计算算法与程序 C++版
计算机常用数值计算算法与程序 C++版(Numerical calculation of commonly used computer algorithms and procedures C++ Version of commonly used computer algorithms and numerical procedures C++ Version)
- 2008-05-20 23:54:14下载
- 积分:1
-
CS1
this is a webCam code
- 2013-04-12 23:40:58下载
- 积分:1
-
bubian
说明: 主要对学习不变矩的同学有很大的帮助,它主要讲述了不变矩在目标识别方面的应用(Mainly on students learning the same moment of great help, it is mainly about the same moment the application in target recognition)
- 2011-02-26 09:43:49下载
- 积分:1
-
sd_drv
这是sd卡驱动的源代码,适合通信设备把sd卡当作硬盘使用(This is the sd card driver source code for communications equipment put sd card as a hard disk use)
- 2007-06-07 12:11:07下载
- 积分:1
-
oqlv__syows__high
Reprint only shows that the program is very high
- 2019-04-17 11:40:36下载
- 积分:1
-
c#数据增加查询
写这个小程序,主要是锻炼我,使用datagridview增加并查询图片,写的很粗糙,数据库sql server 2000 用的是VS2005winform开发, 只写了增加和查询,过段时间会把修改和删除补上
- 2022-02-12 15:42:16下载
- 积分:1
-
AVR 驱动显示32*128点阵
本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。本程序是实现用AVR的atmega128实现驱动一个由MBI5026作为驱动芯片的显示模组。是一种静态的扫描方式。
- 2022-05-29 14:19:53下载
- 积分: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
-
SURF
基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
- 2013-10-04 11:10:04下载
- 积分:1
-
TCPView_second
This is a Scaling function definition
Image cutoff ratio for H = 3
- 2015-08-06 21:31:01下载
- 积分:1