码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
register instruction pointer
Computer Science An Overview _J. Glenn Brookshear _11th Edition We have already encountered the concept of a pointer in our study of CPUs in Chapter 2 ...
分类:其他好文   时间:2016-11-14 07:52:09    阅读次数:149
data abstractions 数据抽象
Computer Science An Overview _J. Glenn Brookshear _11th Edition In this chapter we investigate how data arrangements other than the cell-by-cell organ ...
分类:其他好文   时间:2016-11-12 19:54:58    阅读次数:201
像阿超那样,花20分钟写一个能自动生成小心四则运算题目的 “软件”,要求:除了整数以外,还要支持真分数的四则运算。 和同学们比较一下各自程序的功能,实现方法的异同,等等
package chapter;public class szys { public static void main(String[] args) { print30Questions(); } private static void print30Questions() { //说明:打印30道 ...
分类:其他好文   时间:2016-11-12 01:28:50    阅读次数:170
find principles
Computer Science An Overview _J. Glenn Brookshear _11th Edition In this chapter we explore the problems that are encountered during the development of ...
分类:其他好文   时间:2016-11-11 14:48:40    阅读次数:118
logback 常用配置详解(二) <appender>
转自: logback 常用配置详解(二) <appender> logback 常用配置详解(二) <appender> <appender>: <appender>是<configuration>的子节点,是负责写日志的组件。 <appender>有两个必要属性name和class。name指定 ...
分类:移动开发   时间:2016-11-09 11:13:26    阅读次数:318
programming languages
Computer Science An Overview _J. Glenn Brookshear _11th Edition Early Generations As we learned in Chapter 2, programs for modern computers consist of ...
分类:其他好文   时间:2016-11-08 14:01:33    阅读次数:200
大气散射 GPU Gems2 Chapter 16. Accurate Atmospheric Scattering
效果图 这次先上效果图*4 散射概念 光线击中空气中的微小颗粒后的偏折导致了光线的散射。我们看到的阳光应该是由视线上的散射在视线方向上的集合。如果由地面的反射,还要加上经过散射计算的地面反射。 Rayleigh散射 由较小的空气分子引起的散射,对不同波长的光有不同的散射程度,蓝色最强。也就是天空为啥 ...
分类:其他好文   时间:2016-11-07 11:54:13    阅读次数:415
Modern C++ CHAPTER 2(读书笔记)
CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists 使用初始化列表的使用 Recipe 2-3. Using Type Deduction 关于aut ...
分类:编程语言   时间:2016-11-06 17:13:30    阅读次数:192
Chapter 2 Open Book——8
But as far as I could tell, life worked that way most of the time. 但是即使我这么说,生活大多数时间还是这样的。 但就我所能告诉你的,生活大多数时候都是公平的。 It didn't look as if it bought them ...
分类:其他好文   时间:2016-11-05 17:49:07    阅读次数:155
spring security注解(1)
Chapter 15. 基于表达式的权限控制 Chapter 15. 基于表达式的权限控制 Spring Security 3.0介绍了使用Spring EL表达式的能力,作为一种验证机制 添加简单的配置属性的使用和访问决策投票,就像以前一样。 基于表达式的安全控制是建立在相同架构下的,但是允许使用 ...
分类:编程语言   时间:2016-11-03 22:51:13    阅读次数:350
1815条   上一页 1 ... 91 92 93 94 95 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!