Toggle navigation
Hux Blog
Home
About
Archive
Hux Blog
「离开世界之前 一切都是过程」
Numpy notes
introduce 标准安装的Python中用列表(list)保存一组值,可以用来当作数组使用,不过由于 列表的元素可以是任何对象,因此列表中所保存的是 对象的指针。这样为了保存一个简单的[1,2,3],需要有3个指针和三个整数对象。对于数值运算来说这种结构显然比较 **浪费内存和CPU计算**时间. 此外Python还提供了一个array模块,array对象和列表不同,它直接保存数值,和C...
Posted by Hux Blog on May 23, 2016
Welcome to Jekyll!
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run je...
Posted by Hux Blog on May 23, 2016
Hello 2015
"Hello World, Hello Blog"
“Yeah It’s on. ” Hux 的 Blog 就这么开通了。 跳过废话,直接看技术实现 2015 年,Hux 总算有个地方可以好好写点东西了。 作为一个程序员, Blog 这种轮子要是挂在大众博客程序上就太没意思了。一是觉得大部分 Blog 服务都太丑,二是觉得不能随便定制不好玩。之前因为太懒没有折腾,结果就一直连个写 Blog 的地儿都没有。 在玩了一段时间知乎...
Posted by Hux on January 29, 2015
← Newer Posts
FEATURED TAGS
other
AI-News
program
caffe
read
topic search
anti-35
linux
worklife
ABOUT ME
帝都码农大头兵, 主营算法,搞过CV目前在搞推荐,拼命提升中