05 2015 档案
摘要:VGA Video Outputby Nathan IckesIntroductionVGA is a high-resolution video standard used mostly for computer monitors, where ability to transmit a shar...
阅读全文
摘要:一、matrix特殊属性解释numpy中matrix有下列的特殊属性,使得矩阵计算更加容易摘自 NumPy Reference Release 1.8.11.1 The N-dimensional array (ndarray)An ndarray is a (usually fixed-size)...
阅读全文
摘要:最近因项目需要用到python处理网页,因此学习相关知识。下面程序使用python抓取网页并提取信息,具体内容如下:#------------------------------------------------------------------------------import urllib...
阅读全文
摘要:开园第一个博客,简单说说Tk和Tcl。我接触Tk和Tcl是在学习Python Tkinter时候,创建Tk对象,下面言归正传:Tcl:工具命令语言,英文全称为Tool Command Language,它是一个非常强大,易学习动态编程语言,应用广泛。包括网页和桌面应用,网络,管理,测试,除此之外,还...
阅读全文