登录
首页 » Dialog_Window » 形状怪异的多边形窗体

形状怪异的多边形窗体

于 2022-02-13 发布 文件大小:69.36 kB
0 154
下载积分: 2 下载次数: 1

代码说明:

形状怪异的多边形窗体-polygon shapes strange forms

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

发表评论

0 个回复

  • 形如Word中标尺的例子
    形如Word中标尺的例子--Example that similar to the rule in word
    2022-07-27 21:35:55下载
    积分:1
  • This is vc++ Realize transparent form of software, I hope useful for you!
    这是vc++实现的 透明窗体功能的软件,希望对您有用!-This is vc++ Realize transparent form of software, I hope useful for you!
    2022-03-21 07:49:50下载
    积分:1
  • 本例实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。本章主要介绍了视图文档的程序框架的应用,...
    本例实现了一个简单的绘工具,该绘图工具具有打开,关闭,保存,另存文件的功能;它能够对直线,矩形等几种图元进行绘制和操作。本章主要介绍了视图文档的程序框架的应用,创建工具条,使用设备环境变量的各种绘制功能,使用设备环境变量的不同绘制模式,实现文件的流式存储与加载功能等。-the cases to achieve a simple painting tool, the graphics tools with open and closed, preservation, Save document functions; It is capable of linear, rectangular, etc. Several map yuan for mapping and operation. This chapter introduces the Document View the procedural framework of the applications, create tools, equipment use environment variables in the various functional mapping, the use of equipment of different environmental variables mapping models and document flow storage and loading capabilities.
    2022-11-17 04:00:04下载
    积分:1
  • 随着Microsoft凭借Windows在操作系统上取得的巨大成绩,Windows用户界面也日益成为业界标准。统一的界面给广大用户对应用软件的学习与使用带来了很...
    随着Microsoft凭借Windows在操作系统上取得的巨大成绩,Windows用户界面也日益成为业界标准。统一的界面给广大用户对应用软件的学习与使用带来了很大方便。但每天都面对同一副面孔,日久天长难免会产生一些厌倦,开发一些“离经叛道”,一改Windows应用程序千篇一律的“标准”界面,一定会给你带来一种清新的感觉。-With Microsoft Windows operating system has made great achievements, the Windows user interface has also increasingly become an industry standard. A unified user interface for the majority of software applications with the use of the learning is a big convenience. But every day face the same faces, lack of long days will inevitably produce some tired, develop some "deviant", a change Windows application size-fits-all "standard" interface, we will bring you a fresh feeling.
    2023-05-17 09:40:02下载
    积分:1
  • 纯代码读取 png文件,通过类实现该功能 值得参考学习的代码...
    纯代码读取 png文件,通过类实现该功能 值得参考学习的代码-pure code reader png file, the feature category to achieve learning valuable reference source
    2022-06-28 21:53:58下载
    积分:1
  • Delphi7.0实现漂亮的汉字窗口,很好用,也很漂亮,不是垃圾
    Delphi7.0实现漂亮的汉字窗口,很好用,也很漂亮,不是垃圾-Delphi7.0 achieve beautiful Chinese characters window is useful, very beautiful, not rubbish
    2022-08-23 07:23:17下载
    积分:1
  • 在风险投资环境下建立“引导”对话框
    在vc++环境下编制向导对话框的源代码,使用该类可以方便地进行基于对话框的多步向导类型程序的编制。- Establishes the guide dialog box under the vc environment the source code, uses this kind to be allowed conveniently to carry on based on the dialog box many steps of guides type procedure establishment.
    2022-03-22 16:39:21下载
    积分:1
  • a perfect SHBrowseForFolder Packaging Category
    一个完善的SHBrowseForFolder封装类-a perfect SHBrowseForFolder Packaging Category
    2022-11-03 19:55:02下载
    积分:1
  • 透明对话框的vc++源代码。
    透明对话框的vc++源代码。-transparent dialog vc the source code.
    2022-05-14 02:14:31下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载