码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
【Gradle教程】Chapter 1. Introduction
使用AndroidStudio开发Android也有一段时间了,AndroidStudio使用的构建工具还没怎么去学习过,有问题基本上是Google和百度解决,今天突然想好好的去了解gradle,所以先去官网看看官方文档,随便翻译一下,加深理解! We would like to introduce...
分类:其他好文   时间:2014-12-28 01:45:29    阅读次数:135
ANSI Common lisp Exercises(未完)
ANSI Common lisp ExercisesANSI Common lisp Exerciseslisp ExercisesOnline-read address: ANSI Common lispANSI Common lisp ExercisesChapter 2 习题Chapter 3...
分类:其他好文   时间:2014-12-27 13:53:47    阅读次数:220
Cracking the coding interview汇总目录
很久之前刷的CTCI的题目,都快忘记了,做个分类汇总,再重新好好复习一遍。 Chapter 1 | Arrays and Strings 1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data stru...
分类:其他好文   时间:2014-12-26 20:20:00    阅读次数:452
在64位主机上编译产生32位的目标代码
今天又看CS630[1]的Chapter 15,发现里头的一个例程manydots.s无法正常编译。$ gcc manydots.s -o manydots/tmp/ccIvmRVT.o: In function `_start':(.text+0x0): multiple definition ....
分类:其他好文   时间:2014-12-26 18:06:28    阅读次数:190
一个简易数据库的实现 ---- APUE chapter 20 A Database library
A Database library                                               我会说明天上午十点考数据库,我现在还在写博客... 什么心态 QAQ 我还是忍不住吐槽, 那个数据库的课上的.... (此处省略一万五千字的感想) ---------------------------------------------------...
分类:数据库   时间:2014-12-24 06:24:16    阅读次数:389
译 - EF 6秘诀(第二版) - 目录
本博文系Entity Framework 6 Recipes, 2nd Edition的目录译文。保留原文,方便参考。第一章 EF入门Chapter 1. Getting Started with Entity Framework第二章 实体数据建模基础Chapter 2. Entity Data ...
分类:其他好文   时间:2014-12-18 01:31:30    阅读次数:160
Chapter 1:进程和线程
1.1 进程操作系统中最核心的概念是进程:这是对正在进行程序的一个抽象。操作系统的其他所有内容都是围绕着进程的概念展开的。进程是操作系统提供的最古老的也是最重要的抽象概念之一。没有进程的抽象,现代计算将不复存在。1.1.1 进程模型一个进程就是一个正在执行程序的实例,包括程序计数器,寄存器和变量的当...
分类:编程语言   时间:2014-12-17 20:37:43    阅读次数:203
R Customizing graphics
Customizing graphicsGraphicsLaTeXLattice (Treillis) plotsIn this chapter (it tends to be overly comprehensive: consider it as a reference and feel fre...
分类:其他好文   时间:2014-12-17 18:10:10    阅读次数:204
[搬运]CORBA中BOA和POA的含义
先来BOA,搬自:http://www.cl.cam.ac.uk/research/dtg/attarchive/omniORB/doc/2.8/omniORB2/node6.htmlThe Basic Object Adaptor (BOA)This chapter describes the B...
分类:其他好文   时间:2014-12-17 12:24:21    阅读次数:285
Finite State Machine
Contents[hide]1Description2Components3C# - FSMSystem.cs4ExampleDescriptionThis is a Deterministic Finite State Machine framework based on chapter 3.1 ...
分类:系统相关   时间:2014-12-17 00:04:19    阅读次数:418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!