原创 testPythonnotebooktest

Introductory examples¶ 1.usa.gov data from bit.ly¶ In [1]: %pwd Out[1]: u'C:\\Users\\Pomo

原创 c++轉python知識小記之一

# -*- coding: utf-8 -*-  #utf-8支持中文編碼   words=['cat','dog','chicken'] for w in words[:]:  #words[:]複製了原本的list     words

原创 Ipython notebook 修改默認工作路徑的方法

很多人發現Ipython notebook 打開的默認路徑在user裏面卻不知道如何修改, 這裏提供一個非常簡單的方法 1. 打開命令行, 鍵入 ipython profile create 2. 鍵入 , 根據這個地址, 打開prof

原创 python爬蟲第一課,製作搜索引擎

from BeautifulSoup import * from urlparse import urljoin ignaorewords=set(['the','of','to','and','a','in','is','it'])

原创 代碼開源:Channel Pruning for Accelerating Very Deep Neural Networks

代碼開源:Channel Pruning for Accelerating Very Deep Neural Networks [PDF] [Code] 這是我們今年 ICCV 2017 的工作。 基於CNN每一層都是稀疏地假設,我們

原创 數學建模 數學模型 GM模型 灰色模型 灰色預測(一)

灰色模型能夠有效地進行預測 , 尤其是在數據比較模糊的時候 , 比如預測什麼時候下雨 , 先講解一個簡單並且最常用的GM模型 GM(1,1) 生成列 設原始時間序列爲x1(t) t爲時間t=0,1,2,3….. , 生成列x0(t)

原创 CV牛人的主頁

以下鏈接是本人整理的關於計算機視覺(ComputerVision, CV)相關領域的網站鏈接,其中有CV牛人的主頁,CV研究小組的主頁,CV領域的paper,代碼,CV領域的最新動態,國內的應用情況等等。打算從事這個行業或者剛入門的朋友可

原创 改變查看修改安卓手機的DNS

This post is a continuation to my previous post on “[How to] Change DNS Server on Android phones?”. The earlier post wa

原创 如何在Android智能手機上捕獲數據包?

如何在Android智能手機上捕獲數據包? 本文由CSDN-蚍蜉撼青松【主頁:http://blog.csdn.net/howeverpf】原創,轉載請註明出處!         當前Android系統越來越流行,無論是對於安卓應用

原创 stm32 優先級說明

搶佔優先級和響應優先級,其實是一箇中斷所包含的兩個優先級,其中前者是對搶佔優先級的級別劃分,後者是相同搶佔優先級的優先級別的劃分。 比如: 中斷A搶佔優先級比B高,那麼A的中斷可以在B裏面觸發,忽略響應優先級; A和B搶佔優先級相同

原创 python實現數字濾波器 IIR FIR

import scipy.signal as signal import numpy as np import pylab as pl import matplotlib.pyplot as plt import matplotlib 設

原创 [實用技巧] 永久改鍵軟件SharpKeys, 超級好用

我給大家推薦一款改建軟件, 你想把難受的capslock 改掉嗎, 可以實現的, 並且是寫入註冊表的永久修改 網址在此::::   http://sharpkeys.codeplex.com/

原创 04-樹5 Root of AVL Tree

An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node

原创 python爬蟲 爬取知乎用戶的用戶信息

我用python爬蟲找到了不想告訴我她知乎ID的妹紙的ID……. 在我做了這件事情之後 , 她覺得我越來越懂她了 , 嘻嘻 有一天 , 我發現我心儀已久的妹紙在朋友圈裏分享了知乎專欄的文章 , 就知道她也刷知乎 . 如果在知乎上關注她 ,

原创 整數劃分問題--DFS

單點時限:1000ms 內存限制:256MB 描述 Given two positive integers N and M, please divide N into several integers A1, A2, …, Ak (k