-
u8glib_arduino_v1.12
8位单片机系统下面的图形用户接口库,非常方便单色液晶开发使用。(8-bit microcontroller system following graphical user interface library, very convenient use monochrome LCD development.)
- 2013-04-12 00:30:30下载
- 积分:1
-
wavelet
关于图像的小波和小波包的阈值去噪的matlab语言的实现(About the image of wavelet and wavelet packet threshold denoising matlab language implementation
)
- 2014-06-30 11:29:46下载
- 积分:1
-
LINgc1
说明: 基于LIN的收发通信 调试通过 请大家放心下载(LIN transceiver, communications-based debugging assured by inviting everyone to download)
- 2008-09-04 15:02:18下载
- 积分:1
-
key11_11
单片机键盘扫描程序 微处理器课程设计 八位抢答器(SCM keyboard scanning procedures microprocessor eight Responder Course Design)
- 2013-12-06 15:07:47下载
- 积分: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
-
SHT30 source
STM8单片机与SHT30温湿度传感器通信程序(STM8 MCU communication to SHT30 temperature & humidity sensor by i2c)
- 2021-04-23 16:38:48下载
- 积分:1
-
aiqple-curriculum-with
A very simple address book, To cope with the curriculum design
- 2018-08-05 15:03:22下载
- 积分:1
-
类似QQ聊天工具源码
用图片素材自制的漂亮皮肤,编写的类似QQ的聊天工具。完成了QQ的及时聊天的功能。数据库文件在DB_51aspx文件夹下用高于sqlserver2000版本的数据库管理器附加即可。程序用vs2005或较高的版本调试。调试代码前修改DbHelpClass.cs中的string Str = "server=.\服务器;uid=sa;pwd=密码;database=MyQQ";数据库的名称不用改变附加数据库文件后名称自动附加为MyQQ。修改app.config配置文件中数据库链接字符串。
- 2014-11-09下载
- 积分:1
-
智能AI交易系统(趋势 )
自带移动止损。亏小赢大。。。。。。。。。。(Only EA, with mobile stops, small losses and big wins. A good choice)
- 2020-06-30 15:00:01下载
- 积分:1
-
LZW
在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
- 2009-12-04 20:44:45下载
- 积分:1