上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 188 下一页
摘要: Welcome to Apache Maven Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Ma 阅读全文
posted @ 2017-09-11 16:56 papering 阅读(463) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2017-09-11 15:44 papering 阅读(184) 评论(0) 推荐(0)
摘要: 甲问乙:你会吃什么水果呢? 乙问甲:你会吃什么水果呢? 甲回答乙:苹果,香蕉,汽车,飞机。 甲问乙:你会吃什么水果呢? 乙回答甲:飞机,汽车。 阅读全文
posted @ 2017-09-10 19:34 papering 阅读(142) 评论(0) 推荐(0)
摘要: compare 阅读全文
posted @ 2017-09-09 20:01 papering 阅读(134) 评论(0) 推荐(0)
摘要: json.dumps(i['bd_res'], ensure_ascii=False) import xlrd import time import sys import os import requests import sqlite3 import threading import math import csv import pprint import json from openpy... 阅读全文
posted @ 2017-09-09 15:17 papering 阅读(577) 评论(0) 推荐(0)
摘要: def gen_file_data(fodir, fname, sheet_index=0, ): if fname.find('.xlsx') > -1: fname_open = '%s\\%s' % (fodir, fname) book = xlrd.open_workbook(fname_open, on_demand=True... 阅读全文
posted @ 2017-09-09 14:10 papering 阅读(192) 评论(0) 推荐(0)
摘要: 蛮力 阅读全文
posted @ 2017-09-07 12:34 papering 阅读(167) 评论(0) 推荐(0)
摘要: a 搜索 复制 阅读全文
posted @ 2017-09-05 19:38 papering 阅读(339) 评论(0) 推荐(0)
摘要: <0.5 统计学的知识 减少暴力计算的次数 指数平滑法 时间序列 对计算速度提升的贡献,目前,算法>硬件。 阅读全文
posted @ 2017-09-05 01:23 papering 阅读(191) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-09-05 00:49 papering 阅读(196) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Trace_(linear_algebra) In linear algebra, the trace of an n-by-n square matrix A is defined to be the sum of the element 阅读全文
posted @ 2017-09-03 21:05 papering 阅读(762) 评论(0) 推荐(0)
摘要: 小结: 1、相似矩阵提出动机、诞生背景:化繁为简。 AB对B施加线性变换A,但A较复杂 》変基,变B所在空间的基 》化简了A https://en.wikipedia.org/wiki/Matrix_similarity Similarity is an equivalence relation o 阅读全文
posted @ 2017-09-03 20:14 papering 阅读(1938) 评论(0) 推荐(0)
摘要: 抽象 现象本质 线性变换总是在各种基之间变来变去 可整相似矩阵的特征多项式相等,进而证明特征值相同 阅读全文
posted @ 2017-09-03 19:23 papering 阅读(264) 评论(0) 推荐(0)
摘要: 迹 阅读全文
posted @ 2017-09-03 18:49 papering 阅读(205) 评论(0) 推荐(0)
摘要: 小结: 代表不同基下的相同的操作 相似矩阵 https://en.wikipedia.org/wiki/Matrix_similarity Similarity is an equivalence relation on the space of square matrices. Because m 阅读全文
posted @ 2017-09-03 18:42 papering 阅读(532) 评论(0) 推荐(0)
摘要: python D:\pymine\clean\spider_map\get_uidapi_res.py 120 160 python D:\pymine\clean\spider_map\get_uidapi_res.py 80 120 python D:\pymine\clean\spider_m 阅读全文
posted @ 2017-09-03 17:12 papering 阅读(401) 评论(0) 推荐(0)
摘要: 大陆27个省级行政区片区数据-基于58同城二手房数据 【数据来源】http://www.58.com城市清单http://www.58.com/changecity.html【结果汇总】数目省自治区份数、城市数、行政区县数、58片区数、数据总条数:27、483、3751、9723、12676行政区县 阅读全文
posted @ 2017-09-03 01:02 papering 阅读(1491) 评论(0) 推荐(0)
摘要: http://www.szzlb.gov.cn/LEAPV5/czww_webmap/czww_fwbmcx 阅读全文
posted @ 2017-09-02 18:28 papering 阅读(501) 评论(0) 推荐(0)
摘要: import sys import os import requests import threading from time import sleep from bs4 import BeautifulSoup curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.spl... 阅读全文
posted @ 2017-09-01 20:20 papering 阅读(542) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-09-01 12:18 papering 阅读(160) 评论(0) 推荐(0)
摘要: https://www.fhwa.dot.gov/planning/tmip/transims/background.cfm?from=groupmessage 阅读全文
posted @ 2017-08-30 23:07 papering 阅读(167) 评论(0) 推荐(0)
摘要: from openpyxl import Workbook import time import sys import os import pprint import re curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.split(curPath)[0] sys.path.append... 阅读全文
posted @ 2017-08-30 19:52 papering 阅读(267) 评论(0) 推荐(0)
摘要: 算法要先解决老百姓的看得见的数学 阅读全文
posted @ 2017-08-30 01:42 papering 阅读(186) 评论(0) 推荐(0)
摘要: python D:\pymine\clean\spider_map\get_bd_uid_rest_b.py python D:\pymine\clean\spider_map\get_bd_uid_rest.py python D:\pymine\clean\spider_map\get_bd_uid_28_other20_b.py #MAX_USED_TIMES = 1900 p... 阅读全文
posted @ 2017-08-29 20:04 papering 阅读(323) 评论(0) 推荐(0)
摘要: import xlrd import time import sys import os import requests import sqlite3 import threading curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.split(curPath)[0] sys.path.... 阅读全文
posted @ 2017-08-29 17:53 papering 阅读(386) 评论(0) 推荐(0)
摘要: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 62332 and this is thread id 53032 sqlite支持 阅读全文
posted @ 2017-08-29 17:09 papering 阅读(3717) 评论(0) 推荐(0)
摘要: 06 | 链表(上):如何实现LRU缓存淘汰算法?-极客时间 https://time.geekbang.org/column/article/41013 不过,数组和链表的对比,并不能局限于时间复杂度。而且,在实际的软件开发中,不能仅仅利用复杂度分析就决定使用哪个数据结构来存储数据。 数组简单易用 阅读全文
posted @ 2017-08-29 12:49 papering 阅读(251) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-28 23:28 papering 阅读(206) 评论(0) 推荐(0)
摘要: 归纳法 阅读全文
posted @ 2017-08-28 22:18 papering 阅读(275) 评论(0) 推荐(0)
摘要: n=0,1,2,3, 阅读全文
posted @ 2017-08-28 21:52 papering 阅读(190) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-28 17:53 papering 阅读(244) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-28 05:31 papering 阅读(170) 评论(0) 推荐(0)
摘要: 限 阅读全文
posted @ 2017-08-28 05:28 papering 阅读(185) 评论(0) 推荐(0)
摘要: import matplotlib matplotlib.use('Agg') import numpy as np from numpy import array from matplotlib import pyplot from scipy import integrate import math import time from sys imp... 阅读全文
posted @ 2017-08-28 03:43 papering 阅读(627) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-27 19:22 papering 阅读(243) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-27 17:28 papering 阅读(123) 评论(0) 推荐(0)
摘要: import sys import os curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.split(curPath)[0] sys.path.append(rootPath) from selenium import webdriver from selenium.webdriver.chr... 阅读全文
posted @ 2017-08-27 16:03 papering 阅读(206) 评论(0) 推荐(0)
摘要: 206. 反转链表 - 力扣(LeetCode) https://leetcode-cn.com/problems/reverse-linked-list/ class Node: def __init__(self, val=None): self.val = val self.next = No 阅读全文
posted @ 2017-08-27 13:11 papering 阅读(234) 评论(0) 推荐(0)
摘要: 小结: 1、栈内存 为什么快? Due to this nature, the process of storing and retrieving data from the stack is very fast as there is no lookup required, you just st 阅读全文
posted @ 2017-08-26 19:53 papering 阅读(847) 评论(0) 推荐(0)
摘要: from openpyxl import Workbook import xlrd import time import Levenshtein as Le target_city_list = ['北京市', '上海市', '深圳市', '广州市'] source_name = 'JMTool任务_csv_py_wholeCSV-加百度170826165729' ... 阅读全文
posted @ 2017-08-26 17:09 papering 阅读(448) 评论(0) 推荐(0)
上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 188 下一页