-
Cascade_integer_transform
小波的整数叠式变换程序。包括IntLBT、IntLBT。(Integer wavelet transform procedures cascade.)
- 2009-06-20 17:28:12下载
- 积分:1
-
jiekouchengxu
psasp和matlab交互仿真接口程序(psasp and matlab interactive simulation interface program)
- 2021-03-20 15:39:18下载
- 积分:1
-
解析车体数据
说明: 主要用于接收并解析自动驾驶车辆的车体CAN数据(It is mainly used to receive and analyze CAN data of automobile body.)
- 2019-07-08 21:50:21下载
- 积分:1
-
BoostHelp
关于boost库的开发,使用的知道教程。里面的内容很详细,说明都有,适合新手使用。(Know about the boost library development, the use of the tutorial.The inside of the content is very detailed description, all have, suitable for beginners to use.)
- 2014-11-21 10:13:37下载
- 积分:1
-
vc++串口通信程序
vc++串口通信程序,具有数据读取,存储,16/2进制显示等功能,可将接受的串行数据流转换为并行的数据字符供给CPU的器件
- 2022-01-31 04:53:11下载
- 积分:1
-
DAC7568驱动程序
DAC7568驱动程序。我看了一天的PDF终于写出来了,希望对大家有帮组(DAC7568-driven program. I saw the day of PDF was finally written, we want to help group)
- 2012-07-11 11:38:40下载
- 积分:1
-
STM32驱动16位并口TFT屏(ILI9341驱动) 源码
【实例简介】STM32驱动16位并口TFT屏(ILI9341/ILI驱动) 源码,理论上也可驱动ILI93xx的其它驱动芯片,KEIL5工程.
- 2021-08-11 00:30:56下载
- 积分: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
-
Complex-brain-networks
图论在脑功能网络的应用介绍,涵盖EEG,MEG,FMRI等多数据类型的综述(Graph Theory in the network to the application of brain function, covering the EEG, MEG, FMRI, and other data types overview)
- 2011-05-23 09:23:52下载
- 积分:1
-
scan
端口扫描 多线程实现 使用的是VC++语言,有vs2010调试并测试成功(Port scan)
- 2013-03-29 17:53:02下载
- 积分:1