-
Flight_System
用MFC做的航空售票系统,是数据库课程设计,全部是自己做的,还不错哦。(MFC to do with air ticketing system is a database of curriculum design, to do all of their own, oh well.)
- 2009-04-02 21:18:58下载
- 积分:1
-
8sort_method
随机函数产生10000个随机数,用快速排序、直接插入排序、冒泡排序、选择排序的排序方法排序,并统计每一种排序所花费的排序时间和交换次数。其中随机数的个数由用户定义,系统产生随机数。(Random function generates 10,000 random numbers using quick sort, insertion sort, bubble sort, select Sort sort Sort, and statistics for each sort spend the sort of time and the number of exchanges. Wherein the number of the random number defined by the user, the system generates random numbers.)
- 2013-02-27 17:27:04下载
- 积分:1
-
mega64 LCD多级菜单 可视对讲门口机
楼宇可视对讲门口主机程序,已在现场应用ok
- 2022-07-20 01:04:28下载
- 积分:1
-
DrvSpace
获取磁盘空间数据DrvSpace,很不错的vc源码,希望能对大家有所帮助(Disk space for data DrvSpace, very good vc source code, I hope you can help)
- 2011-09-06 22:59:51下载
- 积分:1
-
c03
该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
- 2020-07-04 05: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
-
fengimngqi
基于51单片机的简单c语言小程序,用于蜂鸣器的测试等(Based on 51 single simple small c language program for testing the buzzer)
- 2014-07-28 11:16:31下载
- 积分:1
-
welding_arc
电磁力源项,焊接热源welding process simulation welding molten fluid welidng CFD welding UDF and UDS.(welding process simulation welding molten fluid welidng CFD welding UDF and UDS.)
- 2018-09-08 21:21:35下载
- 积分:1
-
FTool
说明: 使用MFC技术演示了如何安装和加载驱动,驱动代码在另外一个上传文件中(Using MFC technology to demonstrate how to install and load drivers)
- 2019-03-08 10:46:57下载
- 积分:1
-
眼睛鼻子嘴识别
说明: 图像处理-人脸识别技术:识别出图像中人物的五官形态,从而达到识别人脸的目的。(Image Processing-Face Recognition Technology)
- 2020-06-23 11:00:02下载
- 积分:1