-
C# Excel导出
private void ToExcel(string saveFileName, string strSql)
{
if (DateTime.Now.Year == 2014)
return;
SaveFileDialog saveDialog = new SaveFileDialog();
saveDialog.DefaultExt = "xls";
saveDialog.Filter = "Excel文件|*.xls";
saveDialog.FileName = saveFileName + this.dateTimePicker1.Value.Year.ToString().Trim() + this.dateTimePicker1.Value.Month.ToString().Trim();
if (save
- 2022-02-26 06:12:03下载
- 积分:1
-
基于改进斜投影算子的极化域通信抗干扰技术
说明: 针对无线通信中的抗干扰和干扰抑制问题, 提出一种极化域通信抗干扰方法。在信号极化域利用斜投影极化滤波器, 以克服传统的频域抗干扰技术的缺点。通过对斜投影滤波器的特点进行研究, 在信号极化域设计多种干扰抑制和抗干扰技术, 包括优化极化发射信号、非线性矢量变换的增广斜投影滤波器以及接收信号的统计特性, 以改进斜投影滤波器的设计。(Aiming at the problem of anti-jamming and interference suppression in wireless communication, a method of anti-jamming in polarization domain is proposed. The oblique projection polarization filter is used in the signal polarization domain to overcome the shortcomings of the traditional frequency domain anti-jamming technology. By studying the characteristics of oblique projection filter, we design a variety of interference suppression and anti-interference technologies in signal polarization domain, including optimizing the statistical characteristics of polarized emission signal, augmented oblique projection filter based on non-linear vector transformation and received signal, in order to improve the design of oblique projection filter.)
- 2020-06-17 18:20:02下载
- 积分:1
-
gif图片转换成jpg文件格式 实例源码
gif图片转换成jpg文件格式 实例源码
- 2013-05-22下载
- 积分:1
-
linux qt mplayer mp3播放器
linux qt mplayer mp3播放器 完成播放器的功能
上一首、下一首、快进、快退、暂停、播放、停止、
快播、慢播、添加、删除、静音、声音
- 2022-03-18 18:52:21下载
- 积分:1
-
多智能体一致性
用于一个领导者6个追随者的线性多智能体一致性仿真。分别仿真了领导者与追随者的位置误差,速度误差等的一致性问题。多智能体都能达到一致性,是一个值得参考的程序。
- 2022-03-23 16:16:49下载
- 积分:1
-
c# outlookbar 示例源码下载
c# outlookbar 示例源码下载
- 2014-01-25下载
- 积分:1
-
Gauss_Elim
高斯消去法解方程组,数据从文件中读入,结果从屏幕上输出。(Gaussian elimination method for solving equations, data is read from the file, the output from the screen.)
- 2013-12-15 10:52:48下载
- 积分:1
-
C# 拖动分页功能实例
C# 拖动分页功能实例,拖动窗口右下角的滑块,即可实现分页功能,字体会变大,和拖动改变字体大小有点相似。
- 2022-08-19 21:12:20下载
- 积分:1
-
code through this section can be achieved the following functions : obtaining ac...
通过此段代码可以实现如下功能:取得access数据库中所有用户表的表名-code through this section can be achieved the following functions : obtaining access to all users in the database table name of the table
- 2023-04-12 06:50:03下载
- 积分:1
-
16.IIC-AT24C02
说明: 基于stm8单片机的IIC总线程序,该程序员通过iic与AT24C02通讯(Based on the IIC bus program of stm8 MCU, the programmer communicates with AT24C02 through IIC)
- 2020-08-08 09:26:39下载
- 积分:1