自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (9)
  • 收藏
  • 关注

原创 linux-watch

watch -n 1 -d command

2017-07-31 13:57:10 691

原创 python-heapq

top_ka = []k = 6heapq.heappush(a, ele)heapq.heappop(a)heapq.heareplace(a, ele)

2017-07-29 15:29:13 346

原创 python-super

cls.mro()method resolution oderdef super(cls, inst):    mro = inst.__class__.mro()    return mro[mro.index[cls] + 1]

2017-07-29 13:55:21 299

原创 flownet2-errors

1.  engine error'Layer conv1 has unknown engine'modify: CUDNN -> CAFFEhttps://github.com/BVLC/caffe/issues/26822. ‘RandomGeneratorParameter’ does not name a type, ’https://github.com/l

2017-07-28 15:24:35 1352

原创 stack

def calx(op, a, b): if op == 'mul': return str(int(a) * int(b)) elif op == 'add': return str(int(a) + int(b)) elif op == 'div': if b == '0': return 'er

2017-07-26 22:20:14 386

原创 python-argparse

parser = argparse.ArgumentParser()parser.add_argument('echo')parser.add_argument('-num', typr=int, default=0)args = parser.parse_args()print(args.echo, args.num)

2017-07-24 14:03:05 296

原创 linux-du/df

df -hdu -hs ./

2017-07-23 11:34:10 348

原创 python-pypdf2

from PyPDF2 import PdfFileWriter, PdfFileReaderpdf_input = PdfFileReader(open('xx.pdf', 'rb'))pdf_output = PdfFileWriter()print(pdf_input.numPages)page = pdf_input.getPage(0) #pdf_output.addPa

2017-07-21 17:07:51 1423

原创 linux-screen

screen screen -lsscreen -r xxctrl + a+ d

2017-07-21 13:14:16 398

原创 python-bisect/np-searchsorted

bisect()np.searchsorted()

2017-07-20 13:28:11 431

原创 visual studio-third part lib

Configuration Properties -> VC++Directories -> Include Directories(.h)   Library Directories(.lib)  Linker/Input add .lib nameabout .dll file add directories into Configuration Properties/Debu

2017-07-14 22:40:51 388

原创 N/D to float number

#include "stdafx.h"#include#include#include#include#includeusing namespace std;int _tmain(int argc, _TCHAR* argv[]){ int n, d; cin >> n >> d; int tmpn = n; int tmpd = d; int x = 0; w

2017-07-12 22:15:02 285

原创 mxnet-install using source code

1. openblasmake make PREFIX=/PATH/ installexport LD_LIBRARY_PATH=/PATH/bin:$LD_LIBRARY_PATHor.modify ~/.bashrcsource ~/.bashrcmxnet/make.config.mdUSE_BALS=openblasA

2017-07-04 19:47:36 518

原创 python-skimage

1. skimage.utilcroppadrandom_noiseregular_gridview_as_windowsview_as_blcks2. skimage.transformimg = np.array(img, dtype=float)resize(img, [], order=1)  0-nearest 1-bilinear 3-cub

2017-07-02 21:08:40 1727

Picasa_3.9

免费,最新版本,非常好用,有google强大的技术支持,让你在windows下有mac的体验。

2015-06-04

MSP430用户使用手册

MSP430单片机用户使用手册,英文原版, M430系列通用值得收藏。

2013-08-23

木马清除百种方法.chm

木马清除百种方法.chm。百种方法值得收藏!

2013-07-26

Google使用全攻略

Google搜索怎么用??怎么才能发挥它最大作用,,快来看看Google使用全攻略,值得收藏!

2013-06-16

photoshop实例教程

photoshop入门教程,大量实例,简单易学,值得收藏|!!

2013-06-16

Fdisk分区教程

分区必备,简单易学,长知识,值得收藏!

2013-06-14

软件破解入门教程和解密手册

全面详细的介绍了软件破解方面的知识和技巧,好东西共享一下,值得收藏!

2013-06-14

注册表使用手册

电脑高手必备的关于注册表方面的知识,,内容全面,值得收藏!

2013-06-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除