码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Patching Array
Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can be for ...
分类:其他好文   时间:2016-04-12 12:50:53    阅读次数:105
70. Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-04-12 12:48:49    阅读次数:117
重学STM32---(十) ——CAN通信(二)
CAN协议是非常难的,但是在stm32中却是简单的,只需要我们配置寄存器即可,,,即使这样,我在学习的时候也遇到了许多困难 1.开时钟,不用说 2.设置GPIO口,,CAN_TX复用推挽输出,CAN_RX上拉或浮空输入 3.CAN初始化了,分三步 (1) 一般设置 u8 txBuff[8] ;int ...
分类:其他好文   时间:2016-04-11 22:27:51    阅读次数:466
重学STM32---(九) ——CAN通信(一)
一.CAN简介 1.CAN是什么? CAN 是 Controller Area Network的缩写(以下称为 CAN),是 ISO 国际标准化的串行通信协议。 2.CAN特点 (1) 多主控制 (2) 消息的发送 在 CAN 协议中,所有的消息都以固定的格式发送。总线空闲时,所有与总线相连的单元都 ...
分类:其他好文   时间:2016-04-11 22:26:48    阅读次数:358
Oracle merge
oracle merge 語法: 用途: Use the MERGE statement to select rows from one or more sources for update orinsertion into a table or view. You can specify cond ...
分类:数据库   时间:2016-04-11 20:34:08    阅读次数:296
rsync Backups for Windows
rsync.net provides cloud storage for offsite backups. If you run Windows systems, you can point them to us to secure your data. Our cloud storage is b ...
分类:Windows程序   时间:2016-04-11 20:25:37    阅读次数:361
[刷题]Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-04-11 18:21:41    阅读次数:131
Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-neg ...
分类:其他好文   时间:2016-04-11 18:15:11    阅读次数:112
Navicat for mysql 远程连接 mySql数据库10061错误问题
远程使用Navicat for mysql 客户端软件连接 mySql数据时,连接出现 2003-Can’t connect to MySQL on ’192.168.1.2’(10061)错误时,是由于MySQL不准许远程连接。 修改方法如下: 1:在服务端MySQL文件夹下找到my.ini文件。 ...
分类:数据库   时间:2016-04-11 00:09:30    阅读次数:276
[RxJS] Observables can complete
The Observer object has the functions next() and error(). In this lesson we will see the other (and last) function available on observers, complete(), ...
分类:Web程序   时间:2016-04-11 00:01:53    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!