-
本例实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。...
本例实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。-the cases achieved a calculator applications, introduced a dialog menu added, the High button controls, senior editor controls, the expansion of the dialog function applications.
- 2023-02-13 01:20:04下载
- 积分:1
-
VC创建不规则窗口
VC创建不规则窗口-VC create irregular window
- 2022-01-24 09:47:45下载
- 积分:1
-
这是一个VC的界面分割程序。多个界面View视图可以很方便的进行切换,单个文档可以对应多个视图。...
这是一个VC的界面分割程序。多个界面View视图可以很方便的进行切换,单个文档可以对应多个视图。-This is a VC interface segmentation procedures. View multiple interfaces can easily view the switch, a single document can be more than counterparts View.
- 2022-07-12 21:24:54下载
- 积分:1
-
window can be achieved and the call of the tools of call control, and the source...
可以实现窗口停靠和工具条停靠的控件,包含范例和源程序,很Cool,功能强大,推荐下载-window can be achieved and the call of the tools of call control, and the source code contains examples, very Cool, powerful and recommend downloading
- 2022-10-25 00:50:05下载
- 积分:1
-
the cases to achieve a Windows Explorer, the resource manager with View system f...
本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions. The cases mainly introduces the tree controls the use, list control the use of the Windows API related to the use, icon list system for the acquisition, and recursive directory traversal.
- 2022-03-03 08:12:53下载
- 积分:1
-
一个猜数字游戏的程序,在程序的开始自动生成100内的数字,用户可以根据提示信息输入猜测答案...
一个猜数字游戏的程序,在程序的开始自动生成100内的数字,用户可以根据提示信息输入猜测答案-A number guessing game program, the beginning of the program automatically generates 100 the figures, the user can be prompted to enter information to guess the answer
- 2022-05-18 12:49:56下载
- 积分:1
-
特殊形状窗口,根据位图,比如将位图中RGB(255, 0, 255)色去掉,保留剩下的位图形状,将该形状应用于对话框窗口,使窗口个性化...
特殊形状窗口,根据位图,比如将位图中RGB(255, 0, 255)色去掉,保留剩下的位图形状,将该形状应用于对话框窗口,使窗口个性化-special shape of the window, bitmap, for example- will map RGB (255, 0, 255) remove color, retain the remaining bitmap shape, the shape used in this dialog window, the window of personality
- 2022-03-06 17:31:29下载
- 积分:1
-
Win32 SDK C TabControl的演示
Win32 SDK C TabControl demo
- 2022-04-23 12:10:06下载
- 积分:1
-
java是一种简单、对象
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
- 2022-04-12 10:50:09下载
- 积分:1
-
Windows 2000有个新的“Open”对话框,这个对话框的左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函...
Windows 2000有个新的“Open”对话框,这个对话框的左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Windows 2000 with a new "Open" dialog, the dialog box on the left is a Places Bar, to get this dialog box appears to be : : GetOpenFileName transfer function OPENFILENAME structure, the structure hidden in the MFC CFileDialog class
- 2022-01-28 21:19:41下载
- 积分:1