-
Gaussian-blur-with-CUDA-5
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
- 2013-10-01 10:52:33下载
- 积分:1
-
ULIW0
说明: Debugging Program of Korea Optic New Integrated vehicle Radio High Frequency head KST-1111
- 2019-03-25 16:10:45下载
- 积分:1
-
code
基于51单片机的信号发生器 四种波形显示 有级调频(Based on 51 single-chip signal generator)
- 2013-09-02 09:33:34下载
- 积分:1
-
7_SmartConfig
基于乐鑫的SDK的按键触发一键配网smartConfig模式上云端代码。(The key of SDK based on Lexin triggers the cloud code on smartConfig mode of one key distribution network.)
- 2019-03-09 08:57:54下载
- 积分:1
-
C# 使用Binding对象读取图像字段
C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。
向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:
private void button2_Click(object sender, EventArgs e)
{//从SQL Server数据库读取图像
var MySQL = "Select * From MyImageTable ";
var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");
var MySet = new DataSet();
var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);
MyAdapter.Fill(MySet);
byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];
var MyStream = new System.IO.MemoryStream(MyBytes);
this.pictureBox1.Image = Image.FromStream(MyStream);
}
- 2022-01-25 16:04:56下载
- 积分:1
-
51duolucaiji
说明: 基于51单片机的多路数据采集系统
设置3个功能键:1) 8路数据采集功能
2) 计数功能
3) 秒表功能(51 Microcontroller based multi-channel data acquisition system set up three function keys: 1) 8 channel data acquisition function 2) counting function 3) Stopwatch function)
- 2011-03-25 12:51:37下载
- 积分:1
-
Engine
说明: Engine Packet for Unreal Engine
- 2020-04-16 00:15:48下载
- 积分:1
-
CCS_pkk
CCS的配置说明,rtdx verification.
IT DSP和matlab联调(CCS description of the configuration, rtdx verification. IT DSP and matlab FBI)
- 2009-04-12 19:41:48下载
- 积分:1
-
ECSBL
说明: 该程序实现二叉树的遍历功能,能够打印出二叉树的节点(The program realization of the binary tree traversal function, is capable of printing out the binary tree node)
- 2008-11-13 15:50:49下载
- 积分:1
-
treeview
详细介绍TREEview的使用方法,完整可用的VC++源代码。(Detailed introduced the the TreeView use of methods, complete and available for VC++ source code.)
- 2013-05-18 16:14:05下载
- 积分:1