CSR 蓝牙芯片直接运行 自带的spp_dev_b例子程序,主机无法搜索的蓝牙设备,主要因为一些PS key的值需要配置,如下
// PSKEY_BDADDR
&0001 = 0011 2003 0003 0014
// PSKEY_MAX_SCOS
&000e = 0001
// PSKEY_LOCAL_SUPPORTED_FEATURES
&00ef = f...
分类:
其他好文 时间:
2015-01-18 21:12:29
阅读次数:
631
问题描述:
Given an array S of n integers, are there elements a, b, c, and d in S such
that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target.
Note:...
分类:
其他好文 时间:
2015-01-18 21:09:04
阅读次数:
140
下面是今天的题解链接,感觉写的还是很详细的,有什么问题可以找我,大家一起探讨~~~
A - MPI Maelstrom:
题解链接:MPI Maelstrom
B - Cow Hurdles:
题解链接:Cow
Hurdles
C - Wormholes:
题解链接:Wormholes
D - Frogger:
题解链接:Frogger...
分类:
其他好文 时间:
2015-01-18 21:08:40
阅读次数:
145
via-三行或许平行世界里是基围虾在剥我的壳,练习册在写我。漫天的我落在枫叶上雪花上。而你想到了我。
分类:
其他好文 时间:
2015-01-18 21:08:54
阅读次数:
123
原文网址:http://jingyan.baidu.com/ae/3aed632e65708470108091ca.htmlFLAC全称为无损音频压缩编码,FLAC格式又称无损格式不会破坏原有的音频内容,从而能还原音乐光碟的音质音质比其他的有损压缩格式(如MP3)的音质好但FLAC格式的音乐文件较大...
分类:
其他好文 时间:
2015-01-18 21:07:39
阅读次数:
209
DescriptionThere are n lights in a circle numbered from 1 to n. The left of light 1 is light n, and the left of light k (1= 0), if the left of light i...
分类:
其他好文 时间:
2015-01-18 21:08:56
阅读次数:
131
https://oj.leetcode.com/problems/add-two-numbers/You are given two linked lists representing two non-negative numbers. The digits are stored in revers...
分类:
其他好文 时间:
2015-01-18 21:08:18
阅读次数:
243
原文:http://www.cnblogs.com/wildweeds/09年:冯大辉 vs. 王速瑜:支付宝架构师对话腾讯研发总监:http://www.programmer.com.cn/427/架构师接龙 王速瑜VS 淘宝网平台架构师 林昊:http://www.programmer.com....
分类:
其他好文 时间:
2015-01-18 21:07:46
阅读次数:
190
[cpp]view plaincopytypedefstructNODE{structNODE*fwd;structNODE*bwd;intvalue;}Node;双链表的根节点的bwd指针指向双链表的最后一个节点,fwd指针指向双链表的第一个节点,双链表的value字段为空以下程序是将一个值插入到...
分类:
其他好文 时间:
2015-01-18 21:08:03
阅读次数:
207
以下是用C语言实现的一个栈的结构:定义一个节点结构[cpp]view plaincopytypedefstructNode{intdata;structNode*p;}NODE,*PNODE;定义栈的结构体[cpp]view plaincopytypedefstructStack{PNODEtop;...
分类:
其他好文 时间:
2015-01-18 21:06:04
阅读次数:
256
很多朋友开始接触wordpress都是在本地安装调试好了,再上传到服务器正常运营,我也是一样当我在本地测试好了准备将网站上线,在搬家到服务器的时候遇到过的一些问题,记录分享一下我是如何为wordpress如何搬家换域名。一、wordpress搬家使用wordpress备份插件BackWPup中文版进...
分类:
其他好文 时间:
2015-01-18 21:07:43
阅读次数:
299
Periodic StringsTime Limit: 3000MSMemory Limit: Unknown64bit IO Format: %lld & %llu Submit Status DescriptionPeriodic StringsA character string is sai...
分类:
其他好文 时间:
2015-01-18 21:07:21
阅读次数:
199
$$\bex \sen{\pi}_{L^{s,\infty}(0,T;L^{q,\infty}(\bbR^3))} \leq \ve_*, \eex$$ with $$\bex \frac{2}{s}+\frac{3}{q}=2,\quad 3< q<\infty. \eex$$
分类:
其他好文 时间:
2015-01-18 21:05:49
阅读次数:
190
视频:[网络技术]windows8系统在路上23-Windows8系统安全http://v.youku.com/v_show/id_XNjYyNTkyOTIw.html?from=y1.2-1-87.3.3-1.1-1-1-2http://v.youku.com/v_show/id_XNjYyNTg...
分类:
其他好文 时间:
2015-01-18 21:04:28
阅读次数:
131
Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.思路:题目看上去好像很难,但实际上很简单,递归做就行,每次找到左右子树对应的子链表...
分类:
其他好文 时间:
2015-01-18 21:03:17
阅读次数:
241
编写带有点击特效的UIButton效果:源码://// ViewController.m// Button//// Created by XianMingYou on 15/1/18.// Copyright (c) 2015年 XianMingYou. All rights reserve...
分类:
其他好文 时间:
2015-01-18 21:05:42
阅读次数:
252
这几天由于实验室断网,所以一直不能发随笔,但是好习惯还是要坚持。今天讲一下一个重要的层——传输层。传输层的协议主要分为TCP协议和UDP协议。前者称为传输控制协议,后者为数据包传输协议。今天主要讲一下传输层的概述,之后会对TCP协议和UDP协议进行详细介绍。我们知道,数据包如果在IP层传输,其传输的...
分类:
其他好文 时间:
2015-01-18 21:05:03
阅读次数:
262