代码改变世界

阅读排行榜

Top N的MapReduce程序MapReduce for Top N items

2016-03-15 21:16 by GarfieldEr007, 564 阅读, 收藏,
摘要: In this post we'll see how to count the top-n items of a dataset; we'll again use the flatland book we used in a previous post: in that example we use 阅读全文

深入理解计算机操作系统(笔记)

2016-06-17 16:50 by GarfieldEr007, 562 阅读, 收藏,
摘要: 1.实时系统概念 2.编译连接 3.AT&T汇编指令学习(GCC) 4.内存对齐 5.Big-Endian大端模式和Little-Endian小端模式 6.过程调用 1.实时系统概念 前后台系统 后台是各种面向硬件的程序,如中断,定时器,gpio等。 前台是: main() { while(1) { 阅读全文

Python、Lua和Ruby比较——脚本语言大P.K.

2016-03-06 19:09 by GarfieldEr007, 561 阅读, 收藏,
摘要: 译者按:Python、lua和ruby在C/C++是日渐式微的情况下,在java/.net的围歼中努力抗争的三个当红小生。在Tom Gutschmidt的著作《Game Programmng with Python, Lua and Ruby》一书中,介绍了三种语言在游戏中的应用,其中尤为了不起的是 阅读全文

C#图解教程 第十二章 数组

2018-12-16 14:54 by GarfieldEr007, 560 阅读, 收藏,
摘要: 数组 数组 数组实际上是由一个变量名称表示的一组同类型的数据元素。每个元素通过变量名称和一个或多个方括号中的索引来访问: 让我们从C#中与数组有关的重要定义开始 元素 数组的独立数据项称为元素。数组的所有元素必须是同类型的,或继承自相同的类型 秩/维度 数组可以有任何为正数的维度数。数组的维度数称作 阅读全文

LaTeX排版设置图表的位置 Positioning images and tables

2016-06-15 21:09 by GarfieldEr007, 559 阅读, 收藏,
摘要: Positioning images and tables Positioning images and tables LATEX is an editing tool that takes care of the format so you only have to worry about the 阅读全文
上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 222 下一页