综合搜索课件包文库(501)
文档格式:PPT 文档大小:437KB 文档页数:42
1.了解程序设计方法的发展; 2.理解面向对象程序设计概念; 3.理解对象、属性、事件、和方法等基本概念; 4.掌握建立简单的应用程序的方法和步骤; 5.熟悉一些基本控件和属性的设置; 6. 掌握工程的管理及环境的设置;
文档格式:DOC 文档大小:67.5KB 文档页数:3
线性表在内存中存放的形式有两种: 1、物理存储连续:各线性表元素在内存中是连续存放的。其中每个元素都包含相同的数据顶,即各线性表元素所占用的内存区域大小相同,在某一元素的内存地址上加上该内存区域的大小即可得到其下一个元素的内存地址。该线性表的结构如图3.1所示
文档格式:DOC 文档大小:95KB 文档页数:5
在对变量进行定义时,编译器都为其分配一块内存单元,该内存单元中存放该变量的值, 而该内存单元还具有确定的地址,通过该地址可以实现对该内存单元的访问。指针便是存放 一个对象在内存中的地址的。指针是非常有用。通过指针,可以直接对内存中各个不同数据 类型的数据进行快速地处理,并为函数之间各类数据传递提供了简捷便利的途径
文档格式:PPT 文档大小:1.02MB 文档页数:32
主要内容 6.1线程的概念与POSI标准 6.1.1线程的概念 6.1.2线POSIX程的标准 6.2多线程的Java实现 6.2.1线程的创建方法 6.2.2线程的状态 6.3互斥线程间的同步机制 6.3.1多线程带来的冲突问题 6.3.2共享资源合理使用的实现 6.3.3按同步协调程度划分的线程间的关系
文档格式:DOC 文档大小:30KB 文档页数:1
Exercises 4(280) 1.Create a Text class that contains a string object to hold the text of a file. Give it two constructors: a default constructor and a constructor that takes a string argument that is the name of the file to open. When the second constructor is used, open the file and read the contents into the string
文档格式:DOC 文档大小:29KB 文档页数:1
Exercises 5(15) 1. Write a class with one virtual function and one non-virtual function Inherit a new class, make an object of this class, and upcast to a pointer of the base-class type. Use the clock( function found in (you'll need to look this up in your local C library guide) to measure the
文档格式:DOC 文档大小:82KB 文档页数:6
机动车辆登记和发照系统 问题陈述 登记和发照系统维护下列信息: Organization(name, manager, address, and telephone) Clerk(user name, authorization, begin date, and end date) Owner(legal name, address and telephone)
文档格式:DOC 文档大小:46KB 文档页数:2
1、写出广义表表示法表示的树的类声明,并给出如下成员函数的实现: (1)operator>>()接收用广义表表示法表示的树作为输入,建立广义表的存储表示 (2)复制构造函数用另一棵表示为广义表的树初始化一棵树;
文档格式:DOC 文档大小:31.5KB 文档页数:1
Exercises5 1. Create two classes called Traveler and Pager without default constructors, but with constructors that take an argument of type string which they simply copy to an internal string variable. For each class, write the correct copy-constructor and assignment operator. Now inherit a class
文档格式:PPT 文档大小:328KB 文档页数:120
5.1编译时的多态性与运行时的多态性 多态性是指用同一个名字定义不同的函数,这些函数执行不同但 又类似的操作。 联编的概念: 一个源程序经过编译、连接、成为可执行文件的过程是把可执行 代码联编(或称装配)在一起的过程
首页上页3839404142434445下页末页
热门关键字
搜索一下,找到相关课件或文库资源 501 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有