-
第5章
通过主动转向,实现自动驾驶车辆对参考的路径跟踪。(Through the active steering, automatic driving vehicle path following for reference.)
- 2021-04-15 15:08:54下载
- 积分:1
-
程序
单盘碰摩转子程序,能够计算轴心轨迹图、时间历程图(Rotor system with Rubbing fault)
- 2018-12-27 17:45:40下载
- 积分:1
-
zidingyiliebiao
Dialog example is selected for the customized list that can dynamically acquire content on the internet. The dialog box shows that a list will be loaded on the Internet first. This example is suitable for the requirement of dynamically obtaining information on the internet. Friends who need it can download and study it.
- 2020-06-18 12:00:02下载
- 积分: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
-
编译器
编译器,语法分析程序,词法分析程序,词法生成器(Compiler, Grammar Analysis Program, Lexical Analysis Program, Lexical Generator)
- 2020-06-15 22:23:56下载
- 积分:1
-
Matlab
此程序可自动计算出空缆状态下悬索桥主缆线形(This program can automatically calculate the suspension bridge main cable line cable state)
- 2021-05-13 07:30:02下载
- 积分:1
-
梯度下降求解逻辑回归
梯度下降求解逻辑回归,唐虞帝程序,有代码(Gradient descent for logistic regression)
- 2020-06-20 00:20:02下载
- 积分:1
-
在VC6.0中实现了对editbox控件中使用背景位图
本程序已成功测试通过,具有可靠性,可行性.
也是初学者的好实例....
在VC6.0中实现了对editbox控件中使用背景位图
本程序已成功测试通过,具有可靠性,可行性.
也是初学者的好实例.-Realize in VC6.0 in editbox control of the use of the background bitmap This procedure has been successfully tested with the reliability and feasibility. Is a good example for beginners.
- 2022-02-12 23:28:29下载
- 积分:1
-
DCDC闭环
说明: 基于MATLAB/SIMULINK搭建仿真模型,对BUCK电路实现了闭环控制(The close loop control of the buck circuit is realized)
- 2019-12-03 22:20:19下载
- 积分:1
-
无线通信FPGA
说明: 无线通讯FPGA自留学习,内含matlab代码,Verilog代码以及缩略语说明(Wireless communication FPGA self-learning, including MATLAB code, Verilog code and acronym description)
- 2020-09-15 10:11:06下载
- 积分:1