-
simplify
滤波器耦合矩阵的简化,在实际应用中,综合出来的滤波器耦合矩阵往往难以实现,需要对耦合矩阵进行简化,使其拓扑结果容易实现。附件中还包含了滤波器耦合矩阵的综合过程。(simplify of the coupling matrix)
- 2020-07-02 21:00:01下载
- 积分:1
-
LMS
(1)LMS子程序,简单好用,编写主程序直接调用就可以
(2)实现计算二阶AR过程的理论学习曲线与实际曲线(LMS subroutine(easy to use)and realize the theoretical learning curve and actual curve for calculating the second-order AR process)
- 2018-07-05 20:20:56下载
- 积分:1
-
文字动画特效jquery插件
说明: 一款超酷波浪文字动画特效jquery插件(Jquery Plug-in for Super Cool Wave Text Animation Special Effects)
- 2019-01-08 10:33:35下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
ReadWrite
说明: 简单的文件读写源码
提供给入门者参考
(Read and write simple documents available to the entry-source reference)
- 2008-11-30 00:49:09下载
- 积分:1
-
Essntial COM
com 内幕()
- 2018-01-19 10:08:53下载
- 积分:1
-
脱机加脚本
说明: 7.0版本以上UO脱机脚本,功能强大,非常好用,适合挂小号(Uo offline script above version 7.0, powerful, very easy to use, suitable for small size)
- 2020-10-10 04:27:34下载
- 积分:1
-
轴承动力学建模matlab
说明: 轴承动力学故障诊断,使用ode45解动力学微分方程(Bearing dynamic fault diagnosis, use ode45 to solve dynamic differential equations)
- 2021-04-08 15:49:00下载
- 积分:1
-
GA_SVM
说明: 使用GA优化SVM,便于分类或者性能退化(Use GA to optimize SVM for easy classification or performance degradation)
- 2020-12-15 10:40:01下载
- 积分:1
-
585813_weno-codes
说明: weno格式多种精度的 黎曼问题和双马赫反射问题求解,可直接运行(The solution of the Riemann problem and the double Mach reflection problem with various accuracy in the WENO scheme, which can be operated directly)
- 2019-12-18 23:03:47下载
- 积分:1