-
MC9S12G128 LIN总线接收、发送程序
说明: MC9S12G128 LIN总线接收、发送程序(MC9S12G128 LIN bus receives and sends programs)
- 2019-12-09 19:54:44下载
- 积分:1
-
这是一个用Cshape图像处理的dem比较基础
这是一个用Cshape图像处理的dem比较基础-This is an image processing with Cshape basis of comparison of dem
- 2022-02-02 23:21:07下载
- 积分:1
-
Visual+C++游戏开发经典案例详解+源代码
《Visual+C++游戏开发经典案例详解》源代码
- 2022-02-15 03:14:32下载
- 积分:1
-
吉布斯现象
吉布斯现象涉及到这一事实,傅立叶和超调的跳跃不连续性,这过冲并没有死,因为更多的条款被添加到的总和。
- 2022-03-12 07:21:19下载
- 积分: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
-
C#类的使用 C#类的使用
C#类的使用 C#类的使用 -the use of the C# class using C# class using the C# class using the C# class using the C# type of use
- 2023-02-09 16:00:04下载
- 积分:1
-
自创简易示波器
简易示波器双通道,tim adc dma(Simple oscilloscope dual channel, Tim ADC DMA)
- 2019-04-02 16:55:10下载
- 积分:1
-
BOOST_MPPT
说明: 使用Psim软件仿真,boost电路双闭环控制。(Using Psim software simulation, boost circuit double closed-loop control.)
- 2020-12-15 15:09:13下载
- 积分:1
-
Phase_Correlation
基于OpenCV和FFTW实现的相位相关图像匹配程序,需要OpenCV和FFTW库文件的支持。本程序并没有用到OpenCV中的DFT,而是用了FFTW中的FFT,所以速度要快很多。(Based on OpenCV and the FFTW implementation phase correlation image matching procedures, require OpenCV and FFTW library files. This procedure does not use OpenCV in the DFT, but with the FFTW in the FFT, so much faster.)
- 2009-11-05 17:26:06下载
- 积分:1
-
AutoMorphicNu
判断一个数是否是自守数,华为机试题目之一。c++编写(isAutoMorphicNum the test by huawei)
- 2015-10-27 12:36:30下载
- 积分:1