-
SPICE-algorithm-and-its-reference
稀疏重构算法SPICE对时域非均匀采样信号进行重构。压缩包含源代码SPICE.m的参考文献,源代码中只包含SPICE算法,不包含参考文献中的其他对比算法。(Sparse reconstruction algorithm SPICE to reconstruct the time domain non uniformly sampled signals. Compression contains reference source code SPICE.m, the source code contains only SPICE algorithm, does not contain references to other comparative algorithms.)
- 2016-09-14 22:01:10下载
- 积分:1
-
costas
科斯塔斯环的一个程序 希望对大家有用~~~~(about costas)
- 2010-06-13 10:01:08下载
- 积分:1
-
1403
wireless communications
- 2009-06-02 01:38:28下载
- 积分:1
-
Song-Li-jie
<测量平差程序设计>——作者宋力杰,这本书中的附加源代码。(< Measurement Adjustment Program Design> - On Song Lijie, this book additional source code.)
- 2015-08-23 09:00:33下载
- 积分:1
-
CAN_J1939-master
can do the can communication
- 2019-01-05 11:43:31下载
- 积分:1
-
Simulación_motor (2)
说明: PID controller implement for a motor
- 2019-12-02 10:52:13下载
- 积分:1
-
代码
说明: 基于空时阵列最佳旋转角度的卫星导航抗干扰信号处理仿真代码,在MVDR算法基础上进行改进(The simulation code of anti-jamming signal processing of satellite navigation based on the best rotation angle of space-time array is improved on the basis of MVDR algorithm)
- 2021-01-14 18:18:47下载
- 积分:1
-
纯C写的通用数据库代码
纯C写的小型通用数据库代码,研究数据结构很不错的参考实例,模拟交互式的SOL的基本功能:动态建表,组合查询,删除,添加,更新、支持的数据类型为:char(字符型) int(整数型) double(浮点型) string(字符串型)。压缩包内附有设计PPT,学习C语言底层很好的例子,运行时请打开CMD命令提示符环境,示例可新建、删除数据库等操作。
- 2022-10-27 21:30:08下载
- 积分:1
-
ZigbeeDLCDDisplay
(IAR工程源码文档.开发板来自于<<C51RF-3-PK无线ZigBee网络开发平台>>)cc2430-的液晶屏显示程序-用于驱动液晶显示(Prepared with the IAR-based ticc2430zdk LCD screen display program )
- 2011-01-27 12:20:08下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1