登录
首页 » Dialog_Window » java是一种简单、对象

java是一种简单、对象

于 2022-04-12 发布 文件大小:9.68 kB
0 113
下载积分: 2 下载次数: 1

代码说明:

Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统一的接口与外界交互,使反映现实世界实体的各个类在程序中能够独立、自治、继承;这种方法非常有利于提高程序的可维护性和可重用性,使得面向过程语言难于操纵的大规模软件可以很方便的创建、使用和维护。为了与C语言兼容,其中还包含了一些面向过程的成分;Java去除了C++中非面向过程的部分,其程序编写过程就是设计、实现类,定义其属性、行为的过程。所以我们要学好java,但是一学期学到的东西毕竟有限,要学好还要花大量的时间和精力,不是一下子就可以学好的。下面就对我作的小程序进行分析-Java is a simple, object-oriented, distributed, the interpretation of (Executive), robust, secure, platform-independent, portable, scalable, high-performance, multi-threading and dynamic programming language. Java was developed from the C, it is a completely pure object-oriented programming language. Object-oriented languages four major characteristics : 1. Packaging 2. Inheritance 3. Four more states. Dynamic. Object-oriented technology to better adapt to today"s software development process for the var

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个用VC的MFC编程画坐标的程序。
    这是一个使用vc的MFC编程的画坐标的程序。-This is a use of the MFC programming vc paintings coordinates procedures.
    2022-01-26 02:53:22下载
    积分:1
  • MFC will secintilla package of the subclass of CView, you can use a single docum...
    MFC将secintilla包的子类CView,可以使用单个文档类型。
    2022-05-07 21:36:16下载
    积分:1
  • the listbox Fast Search and positioning sub
    在列表框中快速查找和定位子项-the listbox Fast Search and positioning sub
    2022-03-20 01:34:43下载
    积分:1
  • 这是一个小游戏的原码,用vc++写的俄罗斯方块。
    这是一个小游戏的原码,用vc++写的俄罗斯方块。-This is a small game of the original code, written using vc++ Tetris.
    2022-01-26 08:07:55下载
    积分:1
  • 界面控件flexcell.zip
    界面控件flexcell.zip -interface controls flexcell.zip flexcell.zip
    2022-07-24 07:46:37下载
    积分:1
  • 界面类outlook[pop3emaildevelop.rar]
    界面类outlook[pop3emaildevelop.rar] - 基于pop3的邮件收发软件,可以进行邮件的收发功能,并有收发附件的功能 [NET_GETMESDLG.rar] - 简单的邮件客户端程序,能够登陆并显示邮箱中邮件数目。 [Emailsndrecv.zip] - 一个电子邮件收发程序 [eping.zip] - email的 客户段~毕业设计 功能完善 [KLMail.zip] - KLMail收邮件 用pop3收邮件。用到socket/base64+pq解码/内码转换/多线程等技术。核心用SDK方式写,界面交互用MFC。 [Cpop3Conn_src.zip] - 接收email的pop3的MFC封装类 [423_Sendemail.rar] - sendmail source [SMTP_pop3.zip] - 用SMTP和pop3发送和接收邮件。 [BCB6_EMAIL_Client.rar] - 采用C++ Builder 6.0工具编写的完整的邮件收发软件源码,支持SMTP/pop3协议,可直接编译运行. [101831484478.rar] - 邮件发送程序esmtp验证有详细注解(包含一个类,可以直接调用)
    2022-04-17 10:39:44下载
    积分:1
  • 类似excel网格控件 ,是一个界面漂亮,使用方便的制表控件,性能稳定,无闪烁...
    类似excel网格控件 ,是一个界面漂亮,使用方便的制表控件,性能稳定,无闪烁-Similar to excel grid control, is a beautiful interface, easy-to-use tab control, stable performance, no flicker
    2023-08-02 13:35:03下载
    积分:1
  • 一个FileDialog的简单演示程序
    一个FileDialog的简单演示程序-a simple demonstration program
    2023-03-19 11:45:03下载
    积分:1
  • a project preparation process, the need to resort to an initial list can specify...
    在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于"bi.pidlRoot"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在"global.h"中,函数调用在"SHFolderDlg.cpp"中的"void CSHFolderDlg::OnClick_SHBrowseForFolder()"中,重要的部分我说明了一下,写的不好请大家原谅. 2.原来文章中的程序是有日文注释的,在我的朋友陈伟林帮助下写成了中文,在此向他表示感谢.-a project preparation process, the need to resort to an initial list can specify the directory to choose dialog, I initially found http://www.vckbase.com/bbs/prime/viewprime.asp id = 94 article, it is found that "bi . pidlRoot "format, it should not be difficult to achieve such a function and later in a Japanese website found an article with sample code and related (not a web site now, sorry, after finding a plus), using a callback function to solve this problem, I shall now examples of procedures done, the relevant Puzzle colleagues for reference. Note : 1. important functions and ma
    2022-07-09 23:54:21下载
    积分:1
  • 这是我从国外网站上下载的一个对话框窗口的源代码,效果不错...
    这是我从国外网站上下载的一个对话框窗口的源代码,效果不错-This is my web site from abroad, a dialog window to download the source code, the effect of good
    2022-01-22 15:27:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载