-
conjgrad
Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program: CG
- 2015-02-08 05:32:32下载
- 积分:1
-
rc
说明: rc加密算法的源码!很具体哦!里面包含了算法的具体实现的代码!C++/C源码(rc source encryption algorithm! very specific Oh! algorithm which contains a concrete realization of the code! C++/C source)
- 2008-11-26 17:17:14下载
- 积分:1
-
Adafruit_BMP085_Unified-master
Pressure sensor interface C++
- 2014-09-06 14:24:01下载
- 积分: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
-
xptable_v1.0
xptable_v1.0不错的asp.net开发用控件。(Xptable_v1.0 good asp.net development with controls.
)
- 2015-03-15 16:08:20下载
- 积分:1
-
S-MAc
说明: 关于无线传感器网络的S-MAC定位算法的C 语言代码.希望对大家有帮助.(Wireless sensor networks on S-MAC algorithm for C language code. Want to help you.)
- 2009-08-21 21:08:45下载
- 积分:1
-
C# ping工具 实例源码下载
C# ping工具 实例源码下载
- 2014-08-12下载
- 积分:1
-
MSP430F149读写卡参考例程
说明: MSP430F149读写卡参考例程,实现读卡模块和写卡模块的操作。基本例程全在。也可以实现 扣费钱包等功能。(The MSP430F149 read/write card reference routine implements the operation of the card reader module and the card reader module. The basic routines are all there. It is also possible to implement functions such as deducting wallets.)
- 2020-06-19 15:40:02下载
- 积分:1
-
滑动窗口找极大值程序
说明: C语言实现滑动窗口找极大值程序,准确路90%+(Sliding window to find the maximum C language implementation, accuracy of 90%+)
- 2019-12-16 17:10:06下载
- 积分:1
-
a revenue SVG graphics library that is the completion of some basic SVG graphics...
一套开源的SVG图形开发库,可以完成一些基本的SVG图形操作功能!-a revenue SVG graphics library that is the completion of some basic SVG graphics feature!
- 2022-02-12 18:33:11下载
- 积分:1