码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
CAN通讯二
1.CAN标准:ISO11898(高速应用)和ISO11519(低速应用) 2.CAN特点:  1)多主机方式,不分主从。  2)节点可分为不同的优先级,满足不同的实时性需要。  3)采用非破坏性位冲裁总线结构机制,多节点同时向总线传输数据时,低优先级的节点主动停止数据发送。  4)实现点对点,一对多和全局广播的方式进行通讯。  5)节点数实际可达到110个。  6)短帧结构。  ...
分类:其他好文   时间:2015-05-09 15:05:12    阅读次数:177
CAN通讯一之汽车局域网
...
分类:其他好文   时间:2015-05-09 15:04:44    阅读次数:125
Can you find it
Can you find it:http://acm.hdu.edu.cn/showproblem.php?pid=2141 1 /* 2 2015.5 3 Can you find it 4 5 */ 6 #include 7 #include 8 using namespace std; ...
分类:其他好文   时间:2015-05-09 14:49:37    阅读次数:130
MFMessageComposeViewController 界面语言问题
使用MFMessageComposeViewController 编写发短信模块时界面是英文的情况下,用下面的方法可以解决问题在plist里面Localization native development region 选择 china ,然后Localized resources can be m...
分类:编程语言   时间:2015-05-09 14:46:40    阅读次数:134
LeetCode-79 Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2015-05-09 06:30:14    阅读次数:100
Reverse Linked List****
Reverse a singly linked list.click to show more hints.Hint:A linked list can be reversed either iteratively or recursively. Could you implement both?分...
分类:其他好文   时间:2015-05-09 01:13:01    阅读次数:176
The Improvement of Reduction Summation on GPU Using CUDA
We can never be satisfied with the program just only running correctly.The reduction summation program described in previous blog post needs to be opt...
分类:其他好文   时间:2015-05-08 23:47:38    阅读次数:130
一个Java应用,三种字体风格(Java, Windows, Mac),真是蛋疼
Oanda fxTrade, with Chinese language, there are clearly three font rendering styles. I can not bear the java one.
分类:编程语言   时间:2015-05-08 23:37:35    阅读次数:241
Your Prediction Gets As Good As Your Data
Your Prediction Gets As Good As Your DataMay 5, 2015 by KazemIn the past, we have seen software engineers and data scientists assume that they can kee...
分类:其他好文   时间:2015-05-08 23:25:55    阅读次数:189
数据结构:链表
下面是完整的代码: /* ?*?Data?Structure ?*?this?file?is?the?implemention?of?the?Linked?List? ?*?author:?John?Woods ?*?date:?2015/5/7 ?*?statement:?anyone?can?use?this?f...
分类:其他好文   时间:2015-05-08 20:30:47    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!