打开https://pip.pypa.io/en/latest/installing.html#python-os-support下载pip-get.py进入python,执行pip-get.py安装完pip,setuptool工具。进入.python/scripts目录,执行pip install...
分类:
编程语言 时间:
2014-07-27 10:47:52
阅读次数:
254
(一)环境:目标版:TINY6410OS:centOS6.5IDE:eclipse lunaCDT:v8.3GDB:V7.5(二)环境监理1、安装cenntos:参考其他相关文章,这里重点是JLINK操作。2、安装eclipse:下载http://www.eclipse.org/downloads/...
分类:
数据库 时间:
2014-07-26 14:40:42
阅读次数:
417
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2014-07-26 14:01:44
阅读次数:
219
题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get ....
分类:
编程语言 时间:
2014-07-26 09:53:37
阅读次数:
402
Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:
其他好文 时间:
2014-07-26 01:37:06
阅读次数:
221
这么好的东西,不拿来出分享,我对不起原作者呀。可是我这里不知道作者是谁,感谢在先了。ed2k://|file|%5BIBM%E8%BD%AF%E4%BB%B6%E7%B3%BB%E5%88%97%5D.IBM.Rational.Rose.Enterprise.v7.0-TFTISO.bin|6210...
分类:
其他好文 时间:
2014-07-26 01:06:56
阅读次数:
162
A Coremicro Reconfigurable Embedded Smart Sensor Node has the capability of hosting intelligent algorithms to support health monitoring applications a...
分类:
其他好文 时间:
2014-07-25 02:43:04
阅读次数:
330
官方文档http://www.xilinx.com/support/documentation/application_notes/xapp890-zynq-sobel-vivado-hls.pdf 准备工作 下载 工程文件 http://pan.baidu.com/s/1eQqwjBk 这是我用百...
分类:
移动开发 时间:
2014-07-25 02:35:14
阅读次数:
472
问题:安装VC6.0后,在打开项目或添加文件时,出现如下错误:可能导致原因:由于Ms安装软件的兼容性问题,导致VC6.0安装不完全,解决方法:--网上打sp6补丁的方法貌似不可用,所以可以采用另一种方法 1、在下面的网站下载FileTool.exehttp://support.microsoft.....
分类:
其他好文 时间:
2014-07-25 02:24:54
阅读次数:
1091
虽然SVM本身算法理论,水比较深,很难懂 但是基本原理却非常直观易懂,就是找到与训练集中支持向量有最大间隔的超平面 形式化的描述: 其中需要满足m个约束条件,m为数据集大小,即数据集中的每个数据点function margin都是>=1,因为之前假设所有支持向量,即离超平面最近的点,的functio...
分类:
其他好文 时间:
2014-07-24 21:45:22
阅读次数:
332