-
C-language-matrix-example
用C语言开发的矩阵范例,更实用,为C程序处理大量数据提供保证(Sample matrix C language development, more practical, handling large amounts of data to C program provides assurance)
- 2013-12-20 00:14:09下载
- 积分:1
-
opencv自带程序实现人脸检测
应用opencv自带人脸检测程序,加入到自己编译的程序中,实现人脸检测。能够检测到人脸、眼睛、鼻子等部位。较准确。
- 2022-01-26 20:06:03下载
- 积分: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
-
转换工具Tickstory Lite(最新版)
用于转换tick数据到mt4中,生成fxt文件,直接用于测试,免去下载数据过程(convert tick data to metatrader format)
- 2020-06-19 13:00:02下载
- 积分:1
-
灯带
说明: 基于arduino的灯带程序,可以实现RGB灯带的控制,使用fastLED库(Based on Arduino, the control of RGB light band can be realized, and fastled library is used)
- 2020-06-30 10:02:53下载
- 积分:1
-
qt creator实现文本编辑等功能
适合新手,qt creator开发菜单,图标,文本编辑,查找,状态栏显示等功能。
主要是在菜单栏里添加菜单和图标,添加资源文件。
- 2022-03-24 07:31:19下载
- 积分:1
-
ping命令的c++实现
用C++语言实现windows系统中控制台里ping命令的功能,可以实现对IP的检测,勘察
- 2022-07-26 19:27:43下载
- 积分:1
-
wtxNUlib
nucleus 的以太网协议栈,可添加入所开发的nucleus程序,即可进行以太网开发!(nucleus of the Ethernet protocol stack, which can be inserted into the nucleus of the development process can be developed for Ethernet!)
- 2005-03-29 12:50:00下载
- 积分:1
-
HMT-Hidden-Markov-Contourlet
Contourlet变换中的隐马尔科夫树模型程序 Hidden Markov Tree model of Contourlet Transform 2008年11月14日 MATLAB2 (R2006a) 这是一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。(Contourlet transform the hidden Markov model procedures for Hidden Markov Tree model of Contourlet Transform 2008 年 11 月 14 日 MATLAB2 (R2006a) is a Matlab implementation of the Hidden Markov Tree Model, used to calculate the image Contourlet factor. Program also includes denoising, texture recovery application model.)
- 2010-08-10 15:31:27下载
- 积分:1
-
Test
基于C++实现des加密算法,包含详细说明,基于C++实现des加密算法,(encryption algorithm,
encryption algorithmencryption algorithm
encryption algorithm)
- 2018-12-31 05:42:39下载
- 积分:1