-
experiment-with-eye-diagrams
实验四 数字解调与眼图
1. 验证2DPSK 相干解调原理。
2. 验证2FSK 过零检测解调原理。
(Four digital demodulation experiment with eye diagrams
1. verify the 2DPSK coherent demodulation.
2. Verify 2FSK zero-crossing detection and demodulation principle.)
- 2015-02-20 16:27:04下载
- 积分:1
-
STM32超声波
基于stm32f103的超声波测距程序,利用keil编写(Ultrasonic ranging based on STM32F103)
- 2020-07-04 04:20:01下载
- 积分: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
-
基于opencv的单目摄像机标定
基于opencv的单目摄像标定机标定,可应用于图像识别中的单目摄像机标定,以获取摄像机的内外参数。
- 2022-07-22 00:30:07下载
- 积分:1
-
i2c
在51单片机中用C语言描述IIC总线的功能,以LED发光二极管表现(51 single-chip using C language to describe the functions of the IIC bus, the LED light-emitting diode performance)
- 2012-07-12 10:43:31下载
- 积分:1
-
TreeEditor
VC TreeView树控件的应用(拖放、删除、添加、重命名),精选学习源码,很好的参考资料。(Application of VC TreeView tree controls (drag and drop, add, delete, rename), select learning source code, a good reference.)
- 2013-12-25 10:29:49下载
- 积分:1
-
Deconvolution
此程序为地震数据处理中的反褶积,用于提高纵向分辨率。此程序构建在简单褶积模型上,分为脉冲和预测反褶积两种,参数可自调。(This procedure for seismic data processing deconvolution, used to improve the vertical resolution. This program is built on a simple convolution model is divided into pulses and predictive deconvolution two parameters can be self-adjusting.)
- 2014-10-19 13:23:50下载
- 积分:1
-
paddle-mobile
说明: 百度深度学习前向框架,针对手机前端等作出相应优化(Baidu Deep Learning Forward Framework)
- 2019-06-09 13:52:53下载
- 积分:1
-
MATLABandVB
MATLAB与VB的集成在电力系统潮流计算中的应用
- 2010-07-21 16:40:00下载
- 积分:1
-
20051004深度优先 人工智能 八数码
说明: 人工智能中很重要的思想,用深度优先的思想解决八数码问题。(AI is very important idea, with priority to the depth of eight digital thinking to solve problems.)
- 2005-11-25 14:17:26下载
- 积分:1