-
本文件里面是Costas环跟踪信号的几幅图,对于加深理解有所一定的帮助。...
本文件里面是Costas环跟踪信号的几幅图,对于加深理解有所一定的帮助。
- 2022-11-03 09:50:02下载
- 积分:1
-
yuanbaozhuceji
数学建模常用的仿真方法 元胞自动机 常用的仿真说明(it is the simulation in mathmatic model)
- 2010-02-02 00:03:59下载
- 积分:1
-
This is a signal generator under Labview7 procedures, for debugging hardware use...
这是Labview7下的信号发生器程序,对于调试硬件的朋友来说很有用啊-This is a signal generator under Labview7 procedures, for debugging hardware useful friends ah
- 2023-08-26 06:40:03下载
- 积分:1
-
FSO-Simulator-MATLAB-master
说明: this is a matlab code for simulating of free space communication.
- 2021-02-05 20:17:23下载
- 积分:1
-
farrow_delay1
说明: MATLAB编写程序验证分数延时滤波器功能(Programming in MATLAB to verify the function of fractional delay filter)
- 2021-03-04 20:39:32下载
- 积分:1
-
SVM-KM
MATLAB SVM TOOLBOX,是一个在GUN 编写的基础上加速的版本(MATLAB SVM TOOLBOX, is a preparation based on GUN-accelerated version of)
- 2008-03-22 13:20:15下载
- 积分:1
-
Debug.x : Packaging, but SEH role : the procedural anomalies occurred untreated,...
Debug.x:封装SEH 作用:在程序发生未处理的异常时,利用SEH获得异常时刻的信息,并将信息显示或存储到文件。 相关:pe文件操作 Stack操作-Debug.x : Packaging, but SEH role : the procedural anomalies occurred untreated, but SEH use was unusual moment of the information and information display or storage of the document. Related : pe file manipulation operations Stack
- 2022-07-15 04:14:31下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
sz
说明: 1302专用时钟芯片
1602 LCD 显示
(1302 dedicated clock chip 1602 LCD display)
- 2008-05-04 13:37:53下载
- 积分:1
-
Zbus
说明: 基于隐式Zbus的配电网潮流计算程序,IEEE33节点(Power Flow Calculation of Distribution Network Based on Zbus)
- 2020-06-22 14:00:02下载
- 积分:1