-
Csharp-internet-programming
C#网络编程基础一书的所有例子,涵盖从SOCKET到加密的所有功能,值得学习(C# Network Programming, a book of all the examples, ranging from SOCKET to encrypt all the features, it is worth learning)
- 2011-12-23 17:31:39下载
- 积分:1
-
数字图像颜色反转
#include #include using namespace std;using namespace cv;int main(){Mat image, gray,dst; image = imread("D:/ps/fly_.jpg"); if (!image.data) { cout
- 2022-03-05 01:06:24下载
- 积分:1
-
Visual C# 自动识别Access数据库路径
Visual C# 自动识别Access 2000数据库路径,当然不仅限于Access2000,Access2007版本也可以,此源码仅是示例,当然打开程序后,程序会自动搜索Access路径,连接之后自动打开程序。大致的实现方法,可参考下述代码:
string strPath = Application.StartupPath + " est.mdb";//得到数据库路径
string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data source=" + strPath;//创建连接字符串
OleDbDataAdapter OleDatOleDat = new OleDbDataAdapter(//创建数据适配器对象
"select * from 帐目", ConStr);
OleDatOleDat.Fill(dt);//填充数据表
count = dt.Rows.Count;
textBox1.Text = dt.Rows[0][0].ToString();//显示数据表中数据
textBox2.Text = dt.Rows[0][1].ToString();//显示数据表中数据
textBox3.Text = dt.Rows[0][2].ToString();//显示数据表中数据
textBox4.Text = dt.Rows[0][3].ToString();//显示数据表中数据
- 2022-03-24 00:39:43下载
- 积分:1
-
PTZ-camera-control-system
使用vc++开发的云台镜头控制系统,主要通过串口实现控制,已编译通过,可学习使用(PTZ camera control system)
- 2013-09-24 22:31:17下载
- 积分:1
-
tongxin
智能小车使用遥控控制的源代码,本代码可以作为进一步研究的参考(Smart car using the remote control of the source code, the code can be used as reference for further research)
- 2013-10-25 15:14:21下载
- 积分:1
-
heibaiqi
说明: 实现了黑白棋的人机对战功能,使用最简单的方法编译而成。(Othello Battle achieve man-machine functions, the easiest way to use compiled from.)
- 2011-05-22 13:57:55下载
- 积分:1
-
AudioPlayer
这是语音播放接口组件,将语音数据输入,会播放声音。经过测试确保可用。(This is the voice player interface module, the voice data input, will play the sound. After testing to ensure that the.)
- 2016-11-11 16:57:53下载
- 积分:1
-
Map OpenGL
一个简单的DEM格式数据读入,opengl三维显示演示程序。(A simple to read DEM data format, opengl demo of three-dimensional display.)
- 2009-03-29 23:38:11下载
- 积分:1
-
k_mean_uv
利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。(K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.)
- 2013-01-15 15:05:42下载
- 积分:1
-
jian
【C51】8路舵机 PROTEUS仿真+源程序.rar(8 the steering gear PROTEUS simulation+ source program)
- 2015-09-22 13:48:43下载
- 积分:1