-
control_s
数控机床 多轴插补原理积分算法,实现s曲线加减速原理(Numerical control machine tool multi axis interpolation principle, integration algorithm, to achieve the S curve acceleration and deceleration principle)
- 2021-05-07 09:58:36下载
- 积分:1
-
卡尔曼滤波
说明: 该代码编写了卡尔曼滤波的计算过程,以及参数的调节(This code compiles the calculation process of Kalman filter and the adjustment of parameters.)
- 2020-06-22 06:40:01下载
- 积分: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
-
VC++软件窗口多模式显示源码实例
VC++实现让软件窗口多模式显示的源码实例,可以让窗体在精简、简洁模式下显示,在简洁模式下的时候,窗体的主体窗口不显示,只显示标题栏和菜单栏,另外程序中的关于窗口还实现了动画风格,还有文字滚动等特效,这个源码里的一些小技巧还是想当实用的。
- 2022-07-28 09:49:26下载
- 积分:1
-
emif2axi_v1_00_a
说明: emif接口转axi接口,在多个项目中使用,功能完善(EMIF interface to Axi interface, used in many projects, perfect function)
- 2020-12-01 15:29:26下载
- 积分:1
-
Java
Java program to solve qruadratic equation.
- 2020-06-19 02:20:01下载
- 积分:1
-
DIVE_INTO_PYTHON-chinese
Dive into Python的中文版,对应Python2.7版(Dive into Python' s Chinese version, the corresponding Python2.7 version)
- 2014-11-18 22:44:00下载
- 积分:1
-
BA_ELM蝙蝠算法
说明: 蝙蝠算法优化ELM,是一种比较新的优化算法,希望可以借鉴下(Bat algorithm optimization elm)
- 2021-04-11 10:28:59下载
- 积分:1
-
SystemPatch
说明: SystemPatch need passwork
- 2020-02-13 13:22:49下载
- 积分:1
-
broadcom
博通交换芯片资料,详细说明了交换芯片的工作原理及注意事项(this is a very useful pdf)
- 2014-09-27 08:59:09下载
- 积分:1