自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 ISO 15765

Contents [hide] 1 MotoHawk support for ISO 157651.1 What is ISO 15765?1.2 Modules Supported1.3 Part Number1.4 Getting Started1.5 UDS Sessions1.6 Security1.7 Managing Faults1.8 

2016-11-24 11:50:15 1905

转载 关于STM32中CAN中断的使用

关于STM32中CAN发送和接受中断的使用    “如果你用的CAN引脚是PA11和PA12,接收中断用CAN1_RX0_IRQn。如果CAN引脚用的是PB8和PB9,也就是用重定义的引脚,接收中断用CAN1_RX1_IRQn。由于PA11和PA12也是USB的引脚,所以非互联型且带CAN控制器的微控制器的库文件在起名字时用了USB_LP_CAN1_RX0_IRQn。”具体的定义可以参

2016-11-24 11:43:00 18910 2

转载 Unified Diagnostic Services

From Wikipedia, the free encyclopediaThis article or section may have been copied and pasted from Articles looked like it was copied from a user guide. (CopyVios), possibly in

2016-11-24 11:35:41 783

转载 ISO 15765-2

From Wikipedia, the free encyclopediaThis article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may

2016-11-24 11:34:16 3146

转载 OBD-II PIDs

From Wikipedia, the free encyclopediaOBD-II PIDs (On-board diagnostics Parameter IDs) are codes used to request data from a vehicle, used as a diagnostic tool.SAE standard J/1939 defines

2016-11-24 11:23:55 7682

转载 常见的几个Qt编程问题的处理

1、如果在窗体关闭前自行判断是否可关闭答:重新实现这个窗体的closeEvent()函数,加入判断操作引用void MainWindow::closeEvent(QCloseEvent *event){       if (maybeSave())       {              writeSettings();              

2016-09-28 11:24:32 358

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除