码迷,mamicode.com
首页 >  
搜索关键字:programmer dvorak    ( 500个结果
程序员老司机谈到的一位优秀程序员应该具备的十个优秀的习惯
在这个世界上,有数百万的人热衷于软件开发,他们有很多名字,如:软件工程师(Software Engineer),程序员(Programmer),编码人(Coder),开发人员(Developer)。经过一段时间后,这些人也许能够成为一个优秀的编码人员,他们会非常熟悉如何用计算机语言来完成自己的工作。 ...
分类:其他好文   时间:2017-01-08 21:42:56    阅读次数:329
主席树——求静态区间第k大
例题:poj2104 http://poj.org/problem?id=2104 讲解:http://blog.sina.com.cn/s/blog_6022c4720102w03t.html http://seter.is-programmer.com/posts/31907.html 刚刚根据 ...
分类:其他好文   时间:2017-01-07 17:48:25    阅读次数:365
C++学习笔记30:模板与型式参数化
转型操作 接受目标型式作为模板参数 Programmer *p = dynamic_cast<Programmer*>(e) 模板工作原理 使用template<typename T>定义函数模板或者类模板 体化(instantiation):使用特定的模板实际参数,生成真正的模板函数和模板类 编译 ...
分类:编程语言   时间:2017-01-04 23:22:59    阅读次数:226
zz 游戏程序员的学习之路(中文版)
游戏程序员的学习之路(中文版) Milo Yip · 1 天前 感谢 @楚天阔(tkchu)编写脚本及整理中文译本数据,自动从英文版生成中文版,SVG / PDF 版本中的书籍图片现在链接至豆瓣页面。 Github miloyip/game-programmer 检视/下载中文版 SVG / PDF ...
分类:其他好文   时间:2016-12-19 00:04:27    阅读次数:243
the essence of the internet idea
Computer Systems A Programmer's Perspective Second Edition Of course, we are glossing over many difficult issues here. What if different net- works ha ...
分类:Web程序   时间:2016-12-17 01:58:40    阅读次数:251
physical addressing virtual addressing 物理寻址 虚拟寻址
Computer Systems A Programmer's Perspective Second Edition The main memory of a computer system is organized as an array of M contiguousbyte-sized cel ...
分类:其他好文   时间:2016-12-15 21:09:03    阅读次数:201
Codeforces Round #384 (Div. 2) B. Chloe and the sequence(规律题)
传送门 Description Chloe, the same as Vladik, is a competitive programmer. She didn't have any problems to get to the olympiad like Vladik, but she was c ...
分类:其他好文   时间:2016-12-15 20:56:18    阅读次数:210
General protection fault Exceptions in Linux/IA32 Systems
Computer Systems A Programmer's Perspective Second Edition Exception number Description Exception class0 Divide error Fault13 General protection fault ...
分类:系统相关   时间:2016-12-15 20:50:16    阅读次数:211
concurrency parallel 并发 并行
Computer Systems A Programmer's Perspective Second Edition The general phenomenon of multiple flows executing concurrently is known as concurrency . T ...
分类:其他好文   时间:2016-12-15 14:36:30    阅读次数:166
Programs vs. processes
Computer Systems A Programmer's Perspective Second Edition This is a good place to pause and make sure you understand the distinction between a progra ...
分类:其他好文   时间:2016-12-15 14:20:07    阅读次数:187
500条   上一页 1 ... 14 15 16 17 18 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!