点击切换搜索课件文库搜索结果(1109)
文档格式:DOC 文档大小:1.64MB 文档页数:214
《科技论文写作》 《高等数学 A》 《线性代数》 《大学物理 C》 《物理实验 C》 《概率论与数理统计 B》 《C/C++语言程序设计 A》 《C/C++语言程序设计》实验 《电子技术》 《电子技术》实验 《数据结构 A》 《数据结构 A》实验 《数据库系统原理 A》 《数据库系统原理 A》实验和设计 《计算机组成原理》 《计算机组成原理》实验 《微机原理与接口技术 B》 《微机原理与接口技术 B》实验 《操作系统》 《操作系统》实验 《计算机网络 A》 《计算机网络 A》实验 《离散数学》 《面向对象程序设计》 《面向对象程序设计》上机 《软件工程》 《编译原理》 《编译原理》实验 《计算机系统结构》 《软件系统分析与设计》 《软件系统分析与设计》设计大纲 《软件质量保证与测试》 《软件质量保证与测试》设计大纲 《软件项目管理》 《网络系统集成技术》 《网络系统集成技术》实验 《网络管理与维护》 《嵌入式系统》 《嵌入式系统》实验 《NET 开发技术》 《NET 开发技术》实验 《Java 开发技术》 《Java 开发技术》实验 《算法设计与分析》 《算法设计与分析》实验 《计算机图形学》 《计算机图形学》实验 《Linux 操作系统》 《Linux 操作系统》实验 《管理信息系统》 《管理信息系统》实验 《软件过程改进与管理》 《软件工程日语》 《计算机网络安全》 《电子商务》 《人工智能》 《虚拟现实技术》 《虚拟现实技术》实验 《数据仓库与数据挖掘》 《数据仓库与数据挖掘》实验 《网络编程》 《网络编程》实验 《计算机组装实习》 《基于NET 数据库系统开发》课程设计大纲 《Java 软件项目开发课程设计》 《IT 项目实践》
文档格式:PPT 文档大小:498KB 文档页数:46
一、使用不同的用户界面组件: JButton, JCheckBox, 二、JRadioButton, JLabel, JTextField, JTextArea, 三、JComboBox, JList, JScrollBar, and JSlider. 四、为不同的事件类型创建监听器 五、使用边框在外观上分类组织用户界面组件 六、使用ImageIcon类创建图像图标 七、在一个应用程序中显示多个窗口
文档格式:PPT 文档大小:535.5KB 文档页数:40
一、使用组件JMenuBar、 JMenu 、 JMenuItem、JCheckBoxMenuItem和JRadioButtonMenuItem 创建菜单。 二、使用组件JPopupMenu、JMenuItem、JCheckBoxMenuItem和JRadioButtonMenuItem创建弹出式菜单。 三、使用JToolBar类创建工具栏。 四、使用Action对象生成处理行为事件的代码 五、使用JOptionPane类创建标准对话框 六、扩展JDialog类来创建自定义对话框 七、使用JColorChooser类选择颜色。 八、使用JFileChooser类显示Open File和Save File对话框
文档格式:PPT 文档大小:178KB 文档页数:34
为面向对象的四大特性。通过前面的学习,对前两个特性有 了一定程度的理解,本章将继续探讨后两个特性,即继承性 和多态性。 ◼类的继承; ◼类成员的隐藏与重载; ◼多态性; ◼Object类和 Class类; ◼抽象类与接口; ◼对象克隆; ◼对象转型和类的设计原则
文档格式:PPT 文档大小:573.5KB 文档页数:28
无论程序设计的如何巧妙,一旦达到一定的复杂程度难免会出现 错误。即使是简单的程序也难以避免。程序运行出错往往是没有 预料到这种情况,不知道如何处理。如果是经常出错、不健壮的 程序是没有人愿意使用的。甚至有的程序由于没有预料的某种错 误造成对运行环境的影响,甚至造成对计算机系统的影响更是让 人难以忍受。程序在运行中出现的难以预料的错误称为异常 (Exception)。Java的异常处理机制就是尽最大努力,提供一套机 制保证程序在编写中方便的处理异常,使程序在运行阶段顺利处 理异常,从而使程序稳定、可靠地运行且不损伤运行系统
文档格式:PPT 文档大小:339.5KB 文档页数:18
在网页中应用多媒体效果当前十分普遍, 例如大量使用Flash动画、视频、声音、 Java Applet等使网页动感十足,变化多端。 本章内容包括插入Flash元素、插入背景音 乐、插入视频、插入图像查看器等内容。 本章的重点是插入Flash元素,难点是插入 图像查看器
文档格式:PPT 文档大小:1.21MB 文档页数:48
⚫ To become familiar with the process of program development (§10.2). ⚫ To the relationship types: association, aggregation, composition, strong inheritance, and weak inheritance (§10.3). ⚫ To declare classes to represent the relationships among the classes (§10.3). ⚫ To design systems by identifying the classes and discovering the relationships among these classes (§10.4). ⚫ To implement the Rational class and process rational numbers using this class (§10.5). ⚫ To design classes that follow the class-design guidelines (§10.6). ⚫ To model dynamic behavior using sequence diagrams and statechart diagrams (§10.7 Optional) ⚫ To know the concept of framework-based programming using Java API (§10.8)
文档格式:PPT 文档大小:2.95MB 文档页数:90
4.1 面向对象编程思想 4.2 类与对象 4.3 封装性 4.4 构造方法 4.5 匿名对象 4.6 类设计分析(一) 4.7 String类 4.8 引用传递应用 4.9 this关键字 4.10 垃圾回收机制 4.11 static关键字 4.12 代码块 4.13 构造方法私有化 4.14 对象数组 4.15 内部类 4.16 类设计分析(二) 4.17 本章小结
文档格式:PPT 文档大小:1.38MB 文档页数:65
⚫ To distinguish simple GUI components (§11.2). ⚫ To describe the Java GUI API hierarchy (§11.3). ⚫ To create user interfaces using frames, panels, and simple UI components (§11.4). ⚫ To understand the role of layout managers (§11.5). ⚫ To use the FlowLayout, GridLayout, and BorderLayout managers to layout components in a container (§11.5). ⚫ To specify colors and fonts using the Color and Font classes (§11.6-11.7). ⚫ To use JPanel as subcontainers (§11.8). ⚫ To paint graphics using the paintComponentmethod on a panel (§11.9). ⚫ To draw strings, lines, rectangles, ovals, arcs, and polygons using the drawing methods in the Graphics class (§11.9). ⚫ To center display using the FontMetricsClass (§11.10). ⚫ To develop a reusable component MessagePanel to display a message on a panel (§11.11). ⚫ To develop a reusable component StillClock to emulate an analog clock (§11.12 Optional)
文档格式:PPT 文档大小:778KB 文档页数:65
To discover file properties, delete and rename files using the File class (§16.2). To understand how I/O is processed in Java (§16.3). To distinguish between text I/O and binary I/O (§16.3). To read and write characters using FileReader and FileWriter (§16.4). To improve the performance of text I/O using BufferedReader and BufferedWriter (§16.4). To write primitive values, strings, and objects as text using PrintWriter and PrintStream(§16.4). To read and write bytes using FileInputStreamand FileOutputStream (§16.6). To read and write primitive values and strings using DataInputStream/DataOutputStream(§16.6). To store and restore objects using ObjectOutputStreamand ObjectInputStream, and to understand how objects are serialized and what kind of objects can be serialized (§16.9 Optional). To use the Serializable interface to enable objects to be serializable (§16.9 Optional). To use RandomAccessFile for both read and write. (§16.10 Optional)
首页上页2627282930313233下页末页
热门关键字
搜索一下,找到相关课件或文库资源 1109 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有