-
funtion
说明: 说明!!!,该程序即为一个线性脉冲高斯包络信号模糊函数的程序(explain!!! The program is a fuzzy function of linear pulse Gaussian envelope signal)
- 2020-05-01 17:31:42下载
- 积分:1
-
Flash+XML图片动画菜单
Flash+XML带图片的动画菜单(含源文件),鼠标无动作时会自动播放,也可鼠标点击播放。垂直型的网页菜单。
- 2022-01-28 21:31:18下载
- 积分:1
-
TSCMA
说明: 针对信道均衡盲均衡常模算法的初始化问题,不同于普遍的中心抽头初始化,移动抽头可以避免收敛到局部极小值。(For the initialization problem of channel equalization blind equalization constant modulus algorithm, unlike the common centralized tap initialization, mobile tap can avoid convergence to local minimum.)
- 2019-05-07 19:26:12下载
- 积分: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
-
jisuanqi
计算器,可进行四则运算,并且有符号位,退格,以及小数点。(Calculator, can be carried out in four operations, and the sign bit, backspace, and decimal point.)
- 2013-11-11 12:51:12下载
- 积分:1
-
超文本标记语言的例子。
Hypertext makup language example.
- 2023-03-06 22:50:03下载
- 积分:1
-
????????
说明: Rotating inverted pendulum source program pid control motor WDD55D5 angular displacement sensor
- 2019-02-24 17:17:41下载
- 积分:1
-
Through the program code, can quickly carry out the Chinese character input (pho...
通过该程序代码,可以快速的进行汉字输入(手机输入法)-Through the program code, can quickly carry out the Chinese character input (phone input method)
- 2022-04-19 09:47:54下载
- 积分:1
-
fai_try
Airy 光束理论仿真。包含相位片以及传输过程理论模拟(Airy beam theory simulation. Theoretical simulation of phase plates and transmission process)
- 2018-09-10 04:36:26下载
- 积分:1
-
responder3
说明: 基于VHDL的多路抢答器,用LCD12864进行显示(Multiplex answering device based on VHDL is displayed with LCD12864)
- 2019-06-17 15:29:31下载
- 积分:1