-
GPRS1-RF-Inrfce.ppt
this document gives the basics of gprs concepts in gerat detail
- 2012-11-23 22:03:23下载
- 积分:1
-
testOpencv
使用Opencv的videocapture功能,处理视频,添加水印,创建了原视频的9画面切割显示,QT使用了相应的布局和多线程,对于初学者有很好的帮助。(Using the videocapture function of Opencv, processing video, adding watermark, creating the 9 picture cutting display of the original video, QT uses the corresponding layout and multi thread, which is very helpful for the beginner.)
- 2020-10-16 17:17:29下载
- 积分:1
-
5DAC
c8051F040 单片机 DAC调试程序(c8051F040 microcontroller DAC Debugger)
- 2010-06-02 17:00:19下载
- 积分:1
-
M_Capon
Capon算法的改进算法,比capon算法角度分辨力更高,DOA估计性能有很明显的提高,适用于一个信号源。(Capon algorithm improved algorithm, the angle resolution higher than the capon algorithm, DOA estimation performance significantly improved and applied to a signal source.)
- 2012-04-24 20:27:57下载
- 积分:1
-
利用Qt实现曲线描绘
利用qwt控件和curve函数实现曲线的描绘
- 2022-11-24 01:40:03下载
- 积分:1
-
c sharp partarn design 的所有源代码
c sharp partarn design 的所有源代码-c sharp partarn design all the source code
- 2022-02-10 06:31:33下载
- 积分:1
-
几个C# 窗口标题栏 按钮 任务栏自定义实例
本源码主要是收集的几个C# 窗口标题栏 按钮 任务栏自定义实例,比如隐藏和显示标题栏、允许和禁止在窗口任务栏显示程序图标等,帮助C#初学者了解一些基础的C#窗口操作知识,有很好的学习参考价值。
private void button1_Click(object sender, RoutedEventArgs e)
{//隐藏标题栏
this.WindowStyle = System.Windows.WindowStyle.None;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//显示标题栏
this.WindowStyle = System.Windows.WindowStyle.SingleBorderWindow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//禁止在任务栏上显示程序按钮
this.ShowInTaskbar = false;
}
private void button4_Click(object sender, RoutedEventArgs e)
{//允许在任务栏上显示程序按钮
this.ShowInTaskbar = true;
}
如下图所示,点击对应的按钮,可演示对应的功能。
- 2023-03-24 21:30:03下载
- 积分:1
-
BFSK-BPSK-QPSK-DPSK
文件中包含BFSK、DPSK、BPSK、QPSK等等数字调制程序。(File contains the BFSK, DPSK, BPSK, QPSK, and so on digital modulation process.)
- 2013-03-20 16:28:11下载
- 积分:1
-
MNPC12
Library for Implementation of MNP Error Checking Protocol
(Library for Implementation of MNP Error Ch ecking Protocol)
- 2007-01-07 19:52:52下载
- 积分:1
-
MC145158
mc145158控制参考C程序 多版本参考C程序 汇编程序等,可以说比较全面 单片机控制mc145158频率合成器汇编源程序(Mc145158 control reference C program multi-version reference C program assembler, etc., can be said that more comprehensive single-chip control mc145158 frequency synthesizer assembly source)
- 2017-02-26 19:48:56下载
- 积分:1