摘要: 何为导数 1 : 如何求一条直线上一点的切线? what did we learn in high school about what a tangent(切) line is ? :任意一点上的切线都可以有一个方程 y-y0 = k*(x-x0)来表示。 切线:一种极限是当Q趋近于P。->在一条弧 阅读全文
posted @ 2017-01-10 21:24 X-POWER 阅读(732) 评论(0) 推荐(0)
摘要: import serial import ImageEnhance from PIL import Image import ImageFilter import sys import os from pytesser import * threshold = 140 table = [] for i in range(256): i... 阅读全文
posted @ 2017-01-10 21:22 X-POWER 阅读(217) 评论(0) 推荐(0)