码迷,mamicode.com
首页 >  
搜索关键字:peak    ( 252个结果
ipython and bpython
ipython: 1.安装easy_install工具 wget http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py 2.安装ipython ipython: 1.安装easy_install工具 wget http:/ ...
分类:编程语言   时间:2016-04-24 12:25:59    阅读次数:180
ubuntu上用python安装扩展包遇到的一些问题
python的easy_install工具非常棒,安装和卸载组件非常方便,安装过程如下:wget-qhttp://peak.telecommunity.com/dist/ez_setup.py执行上面的命令把ez_setup.py文件下载到当前的目录下执行:pythonez_setup.py下载对应的setuptools-xx.egg文件,没想到出现以下错误:zipimport...
分类:编程语言   时间:2016-04-14 22:41:55    阅读次数:436
from setuptools import setup, find_packages ImportError: No module named set
wget http://peak.telecommunity.com/dist/ez_setup.pypython ez_setup.py ...
分类:其他好文   时间:2016-04-14 01:22:41    阅读次数:275
162. Find Peak Element
...
分类:其他好文   时间:2016-04-02 16:06:21    阅读次数:135
python egg
经常接触Python的同学可能会注意到,当需要安装第三方python包时,可能会用到easy_install命令。easy_install是由PEAK(Python Enterprise Application Kit)开发的setuptools包里带的一个命令,它用来安装egg包。egg包是目前最
分类:编程语言   时间:2016-03-22 19:13:49    阅读次数:278
lintcode-medium-Find Peak Element
There is an integer array which has the following features: We define a position P is a peek if: Find a peak element in this array. Return the index o
分类:其他好文   时间:2016-03-21 08:12:37    阅读次数:134
FIRst
第一天写部落格,不知道写些什么。 记于2016.3.20 Peak Lu.
分类:其他好文   时间:2016-03-20 17:50:23    阅读次数:106
django运行django-admin.py无法创建网站
安装django的步骤: 1、安装python,选择默认安装在c盘即可。设置环境变量path,值添加python的安装路径。 2、下载ez_setup.py,下载地址:http://peak.telecommunity.com/dist/ez_setup.py 放在某个文件夹下,在cmd里进入该文件
分类:Web程序   时间:2016-03-01 00:38:16    阅读次数:272
leetcode 162 Find Peak Element(二分法)
A peak element is an element that is greater than its neighbors. Given an input array where num[i] ≠ num[i+1], find a peak element and return its inde
分类:其他好文   时间:2016-02-25 13:32:32    阅读次数:116
TVS參数具体解释及选型应用
一、首先了解TVS管的參数,我们以littelfuse的5.0SMDJ系列为例。 图1 图2 最大峰值脉冲功率 Maximum Peak Pulse Power Pppm峰值脉冲功率为ESD器件上瞬间通过的最大功率值。由最大钳位电压Vc和此时脉冲峰值电流Ipp决定的。 由上图能够看到5.0SMDJ系
分类:其他好文   时间:2016-02-06 18:22:39    阅读次数:314
252条   上一页 1 ... 10 11 12 13 14 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!