-
jxxfc1
介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的CC++文件,并在VC中调用(on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C C paper and called in VC)
- 2006-12-28 09:39:28下载
- 积分:1
-
cengcipianli
按照一定的输入求出二叉树的层次遍历,输出相应的结果(Calculated in accordance with the input binary tree traversal of the hierarchy, the output of the corresponding results)
- 2012-06-08 21:44:41下载
- 积分:1
-
FFT
对一个含有多次谐波的信号作FFT变换,利用相关分析法提取它的工频信号。(For a signal containing multiple harmonics for FFT transform using correlation analysis to extract its frequency signal.)
- 2013-06-20 09:10:53下载
- 积分:1
-
心形流水灯
说明: 自己画的板子 程序是修改过的 更方便布线(Self-drawn boards are more convenient wiring with modifications)
- 2020-06-19 22:00:01下载
- 积分:1
-
student-management
学生成绩管理系统附带数据库操作
完成成绩的增删改查以及不同用户的权限管理(Student achievement management system comes complete performance of operations CRUD and different user rights management)
- 2015-11-11 13:27:43下载
- 积分:1
-
PrintTest
.net环境下实现斑马打印机控制打印,调用CodeSoft模板(Zebra printer controls printing and calls CodeSoft template under.Net environment.)
- 2020-12-14 15:59:14下载
- 积分:1
-
单例模式-基本代码
说明: dahua hikvision test door access control
- 2020-06-24 07:20: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
-
USBCamera201310101556
vs2010上做的基于DirectShow的usb摄像头的视频采集程序,可拍照。(vs2010 done on usb camera based on DirectShow video capture program, you can take pictures.)
- 2013-10-16 22:52:47下载
- 积分:1
-
STM32 硬件SPI_中文显示测试源码
基于STM32F103的ST7735s芯片的LCD中文显示例程(LCD Chinese Display Routine Based on ST7735s Chip ST32F103)
- 2020-11-16 15:29:39下载
- 积分:1