P47 Saks已经在他的文章里完全概括了const的所有用法,因此ESP(译者:Embedded Systems Programming)的每一位读者应该非常熟悉const能做什么和不能做什么.如果你从没有读到那篇文章,只要能
P36 ows的API函数。 Windows的API函数是应用程序接口(Application Programming Interface)的意思,是一系列用C语言编写的函数库,是附带在Windows系统内部
P48 如需进一步了解如何在应用程序中使用Core Animation,请查看Core Animation Programming Guide and Core Animation参考集。 Core Services 层
P133 highlighted text on page 184 contains a common programming error. Identify and correct each error. (a) unsigned
P97 you have an experience with web application programming, you can safely think that it's a cousin of Servlet
P87 Saks已经在他的文章里完全概括了const的所有用法,因此ESP(译者:Embedded Systems Programming)的每一位读者应该非常熟悉const能做什么和不能做什么.如果你从没有读到那篇文章,只要能
P67 构造方法注入)技术实现了控制反转。 什么是AOP? Aspect Oriented Programming 面向方面编程。 面向方面编程侧重点是关注方面组件(共通处理部分),可以将方面组件作用到某一批目标对象的方法上。
P57 BEGIN V_book.code :=’123’; V_book.name :=’C++ Programming’; DBMS_OUTPUT.PUT_LINE(v_book.code||v_book.name);
P57 Strategies for genetic Algorithms, Evolutionary Programming VI,Springer,235~246 22. D.Quagliarella,J.Periaux
P39 。在以后的版本中它会被包含进来,并添加一个表示感谢的脚注。 参考 《The C Programming Language》(Kernighan and Ritchie, Prentice-Hall
P385 经典名书内附的一些习题,在我看来颇有点玩得过火的味道。至於什麽百题精选、题库大成,除了修练基本功之外,都满无趣的东西。 Programming 应该是一种天马行空的想像力与创意的组合;如果你能够自己想题目,譬如说实作一个天体运行的 class
P383 comments made by James Gosling, father of the Java programming language. He has since addressed the flame war
P382 comments made by James Gosling, father of the Java programming language. He has since addressed the flame war
P146 与DRM有关的隐藏参数(RAC) 10g的RAC中引入的DRM(Dynamic Resource Mastering)的概念,在RAC的不同节点间根据资源使用情况决定master节点。由于该功能并不十分完善,
P467 148、解释一下什么叫AOP(面向切面编程)? 答:AOP(Aspect-Oriented Programming)指一种程序设计范型,该范型以一种称为切面(aspect)的语言构造为基础,切面是一种新的
P288 This is especially important for choosing a programming language. Despite public perception to the contrary
P137 所有希望在核心级进行编程的开发者,包括设备驱动程序的编程人员,则需要阅读 Inside Mac OS X: Kernel Programming 一书。书中对 Mac OS X 核心环境的架构和组件(Mach,BSD,网络,文件系统,I/O
P275 杂的测试脚本。同样,QTP本身的对象库编程(Object Programming)和描述性编程(Descriptive Programming),这一切也都必须在专家视图中才能完成。 关于对象库编
P59 Direct3D概述 Direct3D是一套底层(low-level)图形API(Application Programming Interface,应用程序编程接口),借助该API,我们能够利用硬件加速功能来绘制3D
P62 JavaME,JavaEE),它由Java应用程序接口(Java Application Programming Interface,API)和JVM组成,Java API是一个现成的软件组件集合,可以