-
SlnRemote
实现 远程控制 采用C#.NET技术开发 对于涉及网络编程有一定的帮助(Remote control using C#.NET technology development for network programming has some help)
- 2014-05-12 15:43:22下载
- 积分:1
-
BQ27220 Technical Reference Manual
BQ27220 Technical Reference Manual.rar
- 2017-12-21 11:57:44下载
- 积分:1
-
二维声子晶体的z模式和xy模式禁带的程序
matlab,二维声子晶体的z模式和xy模式的色散关系曲线的计算程序(The program of bandgap calculation of 2D phononic crystals by matlab)
- 2018-11-22 10:12:29下载
- 积分:1
-
huang4
利用VC++6.0,对图象进行反色处理。(Use VC++ 6.0, an anti-color image processing.)
- 2008-12-28 11:22:32下载
- 积分:1
-
Define-Grid-motion
用于fluent中模拟物面变形运动的UDF,主要用到Define_Grid_Motion宏,适合初学者练习用(Used for Fluent software)
- 2021-04-13 20:58:56下载
- 积分:1
-
Calibration
基于机器视觉,控制三自由度运动控制台来调整显微镜位置,通过图像处理得到易拉罐的表面刻痕大小和长度。(The software control the motion platform with 3 d.o.f. to position the microscope and then test the notch of cans using image processing.)
- 2013-11-07 12:29:22下载
- 积分:1
-
Directshow2.0_filter
Complete directshow for real job, mpeg1 filter.you will never find a
project like this good.Its a hard work
for me.
1.async filter
2.mpeg1 splitter
3.mpeg1/2 video filter
4.mpeg1/2 audio filter
5.ac3 filter
by Jesse Stone, Taiwan.
and thanks for many people,put the
source code let my work make it good.
msn:fatalfeel@hotmail.com
- 2007-09-03 14:02:58下载
- 积分:1
-
TOUCH_IC_TTP229
TTP229 TOUCH CAPACITIVE
- 2020-06-21 18:40:02下载
- 积分: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
-
TCP的Socket调试工具
是一款使用socket编写的TCP程序,能传图,传消息。比较好用~
- 2022-03-19 22:43:13下载
- 积分:1