码迷,mamicode.com
首页 >  
搜索关键字:pandas matplotlib nu    ( 5990个结果
matplotlib在windows下安装
安装又卸载好多次终于把matplotlib安装成功了,安装过程中用到的各种程序包可以在以下链接中找到。链接 http://www.lfd.uci.edu/~gohlke/pythonlibs/安装主要借鉴的博客http://blog.sina.com.cn/s/blog_6fb8aa0d0101qt...
分类:Windows程序   时间:2014-10-26 16:55:13    阅读次数:213
Swift 中的getting和setter的使用
以下简单的介绍Swift中的getting和setting的使用方法:Xcode version: 6.1先附代码:class Test { var num1: Double = 0.0 init(){ } init(num2: Double){ self.nu...
分类:编程语言   时间:2014-10-25 11:46:22    阅读次数:145
[RK_2014_1024][C++_01]C++ Standard Library
1 Standard headers1.1 Containers1.2 General1.3 Localization1.4 Strings1.5 Streams and Input/Output1.6 Language support1.7 Thread support library1.8 Nu...
分类:编程语言   时间:2014-10-24 18:26:01    阅读次数:175
算法:四舍六入五成双 ,保留三位有效数字
/// /// 格式化 Decimal 数字 用于有效计算/// /// /// /// public static decimal FormatDecimal(decimal ori){ if (ori == 0) { return 0; } decimal nu...
分类:编程语言   时间:2014-10-24 18:05:33    阅读次数:259
用的比较多的linux命令
vi编辑器 :set nu 显示行号 :$ 到文件最后一行 压缩与解压 tar -cvfz XXX.tar.gz ./Track tar -xvfz XXX.tar.gz tar -cvf XXX.tar ./Track tar -xvf XXX.tar FTP 服务 1配置ftp服务 ...
分类:系统相关   时间:2014-10-24 08:02:32    阅读次数:295
vim配置分享(持续更新中)
作者:zhanhailiang 日期:2014-10-24 set nocompatible set nu   "" 自动缩进 syntax on set autoindent   "" tab, shift缩进字符 set tabstop=4 set shiftwidth=4 set expandtab   "" 空白符,tab展示 set list set listchars=tab:>-,...
分类:系统相关   时间:2014-10-24 01:46:12    阅读次数:197
python的问题集锦
今天遇到几个其他的问题:1.Y = exp(-X**2)这个里面的**是啥意思没搞明白http://stackoverflow.com/questions/9378420/how-to-plot-cdf-in-matplotlib-in-python2.legend()标记的时候,为啥是两个点出现....
分类:编程语言   时间:2014-10-23 15:58:30    阅读次数:182
PIC2, Kernel Density Estimates
核函数估计Demo Iimport sys,re,osimport numpy as npfrom scipy import stats import matplotlib.pylab as plt if __name__ == '__main__': # random data gra...
分类:其他好文   时间:2014-10-22 21:58:15    阅读次数:326
Wormholes(最短路_bellman_ford)
Wormholes Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 31762   Accepted: 11561 Description While exploring his many farms, Farmer John has discovered a nu...
分类:其他好文   时间:2014-10-22 14:38:55    阅读次数:205
客户端、服务器端编程
首先是从main函数开发: int main(itn argc,char* argv[]) { pthread_t thread; int count; int status;         client_threads = CLIENT_THREADS; for(count = 0;count { status = pthread_create(&thread,NU...
分类:其他好文   时间:2014-10-21 21:36:55    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!