-
leach master
说明: leach implemented in omnet++ by gercom
- 2020-03-25 18:55:07下载
- 积分:1
-
国产变频器键盘源程序,包括与主控板通信,
液晶驱动,led驱动,按键...
国产变频器键盘源程序,包括与主控板通信,
液晶驱动,led驱动,按键-Domestic source converter keyboard, including the master board communications, LCD driver, led driver, keys
- 2022-01-30 20:39:50下载
- 积分:1
-
该matlab程序为避圈法求最小树问题,程序非常简洁
该matlab程序为避圈法求最小树问题,程序非常简洁-Matlab program to avoid the circle method for minimum spanning tree problem, the procedure is very simple
- 2022-11-01 16:10:03下载
- 积分:1
-
iceemdan.m
说明: 信号iceemdan模态分解,包含测试信号,简单易实现,需要自己安装emd工具箱((It can be used for signal EMD, EEMD, VMD decomposition. Because the algorithm adds its own annotations, it's easy to understand))
- 2021-03-12 20:59:24下载
- 积分: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
-
SIRT算法Matlab代码
说明: SIRT算法 提高反演精度 ct成像 层析成像 提高分辨率(SIRT algorithm to improve inversion accuracy of CT imaging)
- 2021-03-29 22:59:10下载
- 积分:1
-
LU matrix decomposition, this decomposition can solve the equations
矩阵的LU分解,通过此分解可以求解方程组-LU matrix decomposition, this decomposition can solve the equations
- 2022-05-07 16:59:28下载
- 积分:1
-
SOTON-Accommodation-Assistant
英国南安普顿大学宿舍申请辅助软件,自动更新实时汇率并计算宿舍费,提供平面图参考(SOTON Accommodation Assistant)
- 2011-10-17 19:46:16下载
- 积分:1
-
PHPweibo
腾讯微博二次开发文档 对微博进行了整理和开发(Secondary development of Tencent microblogging microblogging documentation for finishing and development)
- 2013-07-10 18:05:17下载
- 积分:1
-
tether_optimal
说明: 在给定系统二阶模型、初值、终值、边界约束和路径约束、目标函数的情况下,该程序可利用hp-自使用伪谱法解算出系统从初值到终值的最优轨迹。(Given the second-order model, initial value, final value, boundary constraint and path constraint, and objective function of the system, the program can use hp-self pseudo-spectral method to calculate the optimal trajectory of the system from the initial value to the final value.)
- 2020-01-14 13:18:12下载
- 积分:1