-
汽车CAN总线通信矩阵设计
说明: 汽车CAN总线通信矩阵设计。
? 设计流程
? CAN通信矩阵设计 ? CAN通信矩阵设计
? 网关报文和路由设计(Can bus communication matrix design.
Design process
Can communication matrix design can communication matrix design
Design of gateway message and route)
- 2021-03-12 09:27:30下载
- 积分:1
-
学生信息管理系统
资源描述学生信息管理系统,c语言代码编写,简单易懂
- 2022-01-25 22:26:27下载
- 积分:1
-
机器学习matlab实现
说明: 使用matlab进行机器学习,内部有各种模式的识别算法,可详细参考(Using MATLAB for machine learning, there are various pattern recognition algorithms inside, which can be referred to in detail)
- 2020-07-08 00:18:57下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
signal_processing_2
说明: 对于一个移动点目标的测速以及测距。通过对一个点目标回波矩阵的分析,得到目标距离以及速度。注释清晰(Speed measurement and distance measurement for a moving point target. By analyzing the echo matrix of a point target, the target distance and velocity are obtained. Clear comments)
- 2020-09-04 19:38:09下载
- 积分:1
-
Effective_bit_6
可用于改变matlab图中显示数字的有效位数。(Used to change the significant digit of the Matlab figures.)
- 2018-08-08 09:44:37下载
- 积分:1
-
北大内部资料python数据结构和算法
说明: ython虽然很火,但用Python讲解数据结构和算法的教程比较少。最近找到一本据说是北大内部的Python算法教程,我看了看,质量还不错。文字版PDF,书签一应俱全。大家需要的下载。(Although Python is very popular, there are few tutorials on data structure and algorithm in Python. Recently, I found a python algorithm tutorial that is said to be internal to Peking University. I saw it. The quality is not bad. Text PDF with bookmarks. You need to download.)
- 2020-02-05 02:19:46下载
- 积分:1
-
进制转换pb9
powerbuileer编写进制转换小程序(Powerbuileer code conversion applet)
- 2018-03-12 13:18:49下载
- 积分:1
-
Python核心编程(第3版)PDF高清晰完整中文版
python核心编程3,适合有一定python基础的朋友,这本书讲了gui编程,网络编程,多线程,正则以及Django框架等各方面知识,比较全面。(core python programming(3rd))
- 2018-08-11 13:52:10下载
- 积分:1
-
Delphi获取系统进程端口
Delphi获取系统进程端口,可检测发现TCP/UDP端口数量,并在网格控件中枚举显示出这些端口的进程信息,包括:本地、远程IP、连接状态、进程ID/可执行文件名等。程序实现主要通过iphlpapi.dll动态库的相关函数和接口。
- 2022-02-06 08:57:09下载
- 积分:1