-
讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。...
讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。--- mine is to download tool, in my very popular around, I think it is very convenient and practical.
- 2022-06-15 19:37:34下载
- 积分:1
-
frmGoodsInventory.designer
说明: 用MATLAB生成FIR滤波器系数后,用C#语言,在上位机演示及实现FIR滤波器(After the FIR filter coefficients are generated by MATLAB, the FIR filter is demonstrated and implemented on the host computer in C # language)
- 2020-06-25 06:40:01下载
- 积分:1
-
Robust_MVDR_Simulation
一些稳健MVDR程序,其中包括对角加载算法(LSMI)算法,权值范数约束稳健MVDR算法(Robust MVDR Beamforming)
- 2018-11-13 09:45:22下载
- 积分:1
-
laser-principle
本课件从量子力学的角度阐述了激光的产生和性质。(The courseware the perspective of quantum mechanics describes the emergence and nature of the laser.)
- 2015-04-25 08:56:38下载
- 积分:1
-
twoD_XY_model
利用平面波展开法计算二维声子晶体的固固组合XY模式声子晶体禁带(Calculating the Forbidden Band of Two-dimensional Phononic Crystals in Solid-solid XY Mode by Plane Wave Expansion Method)
- 2021-04-07 20:49:01下载
- 积分:1
-
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。...
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。-Its own series of a biological signal processing platform, including the coherent average, filtering and Fourier analysis methods.
- 2022-01-25 19:58:38下载
- 积分:1
-
DynamicDataDisplay-example-master
一款强大的图表框架,支持大数据图形显示(通过图片方式)(DynamicDataDisplay-example-master)
- 2020-06-17 10:00:02下载
- 积分:1
-
RTD2660_spec
说明: RTD2260芯片手册,该芯片支持VGA,HDMI,DVI等多种格式输入,LVDS输出连接液晶屏,内部集成单片机,可以做OSD菜单(RTD2260 chip manual, the chip supports VGA, HDMI, DVI and other forms of input, LVDS output connected to the LCD screen, internal integration of microcontroller, can do OSD menu)
- 2020-06-23 11:40:02下载
- 积分:1
-
MobileBroadbandWirelessWAN_Qualcomm
Mobile Broadband Wireless WAN_Qualcomm PDF
- 2008-08-01 20:42:37下载
- 积分: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