-
eg1_IndependentProject_GPIO
DSP28335芯片通用输入输出模块案例程序(some case codes about GPIO of DSP28335)
- 2020-06-22 20:00:01下载
- 积分:1
-
stm8s105s4-SPI
STM8单片机的SPI主从通信,一个STM8单片机当主机,另一个STM8单片机当从机,基本实现了SPI的所有功能,特别适合对SPI的深入理解。(STM8 microcontroller SPI master or slave communication, a STM8 microcontroller as host another STM8 microcontroller from the machine, the basic realization of all the features of the SPI, especially for in-depth understanding of the SPI.)
- 2020-10-26 14:40:00下载
- 积分:1
-
C_Ngeshi
利用Crank-Nicolson隐式差分格式求解抛物型偏微分方程,matlab程序代码(Crank-Nicolson implicit difference scheme)
- 2013-08-29 11:39:57下载
- 积分:1
-
MIMO MATLAB
仿真MIMO信道容量与信噪比和发收天线数目的关系,(Simulated MIMO Channel Capacity)
- 2021-05-14 04:30:02下载
- 积分:1
-
kongjianhoufangjiaohui
空间后方交会c++源代码,欢迎广大同胞下载(Space resection c++ source code, welcome compatriots download)
- 2013-09-04 19:36:39下载
- 积分:1
-
NModbus4
Modbus是一个C#实现Modbus协议。提供与Modbus从兼容的设备和应用程序。支持串行ASCII,串行RTU,TCP和UDP协议。(NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports serial ASCII, serial RTU, TCP, and UDP protocols.)
- 2016-01-16 11:15:29下载
- 积分:1
-
C# 修复Access数据库的一个范例程序
C# 修复Access数据库的一个范例程序,不过不知道到底能不能修复吧,这个修复过程的编写,可参考以下代码:
//声明临时数据库的名称
string temp = DateTime.Now.Year.ToString();
temp += DateTime.Now.Month.ToString();
temp += DateTime.Now.Day.ToString();
temp += DateTime.Now.Hour.ToString();
temp += DateTime.Now.Minute.ToString();
temp += DateTime.Now.Second.ToString() + ".bak";
temp = strPathMdb.Substring(0, strPathMdb.LastIndexOf("") + 1) + temp;
//定义临时数据库的连接字符串
string temp2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + temp;
//定义目标数据库的连接字符串
string strPathMdb2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strPathMdb;
JRO.JetEngineClass jt = new JRO.JetEngineClass();//创建一个JetEngineClass对象
//使用JetEngineClass对象的CompactDatabase方法压缩修复数据库
jt.CompactDatabase(strPathMdb2, temp2);
File.Copy(temp, strPathMdb, true);//拷贝临时数据库到目标数据库(覆盖)
File.Delete(temp);//删除临时数据库
MessageBox.Show("修复完成");
这个程序中使用了三个类库:Interop.ADODB.dll、Interop.ADOX.dll、Interop.JRO.dll。
- 2022-01-26 03:31:51下载
- 积分:1
-
matlabc
比较超宽带SAR图像matlab和c语言的并行算法的代码效率,很好的一个算法比较(Parallel Performance of Pure
MATLAB "M-files" versus "Ccode“
as applied to formation
of Wide-Bandwidth and Wide-
Beamwidth SAR Imagery)
- 2011-01-08 22:15:57下载
- 积分:1
-
USART1接发mpu6050
说明: 可实现用stm32串口读取mpu6050数据(Mpu6050 data can be read by stm32 serial port)
- 2019-08-07 16:22:47下载
- 积分:1
-
VISSIM520_COM_中文
VISSIM——com接口 vb、c++、java的使用手册(VISSIM-Manual for the Use of vb, c++, Java in com Interface)
- 2020-06-25 02:20:02下载
- 积分:1