点击切换搜索课件文库搜索结果(636)
文档格式:PPT 文档大小:351.5KB 文档页数:32
Chapter 6 Objectives After you have read and studied this chapter, you should be able to Implement selection control in a program using if statements. Implement selection control in a program using switch statements. Write boolean expressions using relational and boolean operators. Evaluate given boolean expressions correctly
文档格式:PPT 文档大小:386.5KB 文档页数:35
Chapter 8 Objectives After you have read and studied this chapter, you should be able to Declare and manipulate data of the char data type. Write string processing programs using String and StringBuffer objects. Differentiate the String and StringBuffer classes and use the correct class in solving given task. Distinguish the primitive and reference data types and show how the memory allocation between the two is different
文档格式:PPT 文档大小:304KB 文档页数:36
Chapter 7 Objectives After you have read and studied this chapter, you should be able to Implement repetition control in a program using while statements. Implement repetition control in a program using do- while statements. Implement repetition control in a program using for statements
文档格式:PPT 文档大小:214.5KB 文档页数:22
Chapter 1 Objectives After you have read and studied this chapter, you should be able to Name the basic components of object-oriented programming. Differentiate classes and objects. Differentiate class and instance methods. Differentiate class and instance data values
文档格式:PPT 文档大小:108KB 文档页数:9
第8章多线程 8.1线程概述 8.2多线程设计 8.3线程同步与死锁
文档格式:PPT 文档大小:745KB 文档页数:94
第5章图形用户界面 5.1文本框和文本区 5.2标签 5.3按钮 5.4选择框 5.5画布 5.6面板与布局设让 5.7窗口 5.8菜单
文档格式:PPT 文档大小:184KB 文档页数:99
第10章综合实例 综合实例1:计算器 本节通过一个计算器的设计来综合运用所学的相关知识,达到巩固知识的目的田程序功能一个简单的计数器程序。用户可以利用鼠标单击数值或操作符按钮完成计算,计算的结果被显示在窗口上部的文本框中
文档格式:PDF 文档大小:375.02KB 文档页数:42
随着计算机革命的进步,“不安全”的编程方式已经成为让编程变得如此 昂贵的主要原因了。 这类安全性问题包括初始化(initialization)和清理( cleanup)这两项。C 程序的很多bug都是由程序员忘了对变量进行初始化引起的。碰到一些 用户不知道该如何初始化,甚至不知道要进行初始化的类库时,情况就更 是这样了。清理是一个特殊的问题,因为变量用过之后就没用了,因此会 很容易把这一步给忘了。这样程序仍然保留着那些元素所占用的资源
文档格式:PDF 文档大小:1.11MB 文档页数:106
如果程序的对象数量有限,且寿命可知,那么这个程序是相当 简单的。 一般来说,程序都是根据具体情况在不断地创建新的对象,而这些情况又 只有在程序运行的时候才能确定。不到运行时你是不会知道你到底需要多 少对象,甚至是什么类型的对象。为了解决这种常见的编程问题,你得有 办法能在任何时间,任何地点,创建任何数量的对象。所以你不能指望用 命名的 reference来持有每个对象 Myobject 原因就在于,你不可能知道究竟需要多少这样的对象 针对这个相当关键的问题,绝大多数语言都提供了某种解决办法
文档格式:PDF 文档大小:414.07KB 文档页数:25
初看起来“运行时类型识别(run-time type identification,缩写为 RTTI)”的想法很简单:要让你在只持有这个对象的基类的 reference的 情况下,找出它的确切的类型。 但是,这种对“RTTI的强烈需求”揭示了许多OO设计中会碰到的有趣 (同时也很令人困惑)的问题,并且引出了“该如何组织程序结构”这一根 本性的问题
首页上页5758596061626364下页末页
热门关键字
搜索一下,找到相关课件或文库资源 636 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有