-
Ls
说明: 如何编图形软件开发程序,画图过程的显示,图像分层显示
图层软件架构:
大型图形软件通用的架构,是用一个抽象类(CLayer)的多态派生类对不同图层代码分类管理。
(如果将各种图形绘制以及拖放过程在一个类中编写,最后这个类的代码将无比庞大而且难于维护)
a)支持画直线、矩形和椭圆等多种图形的软件,必须将鼠标按下、释放和拖动等事件联合处理;
b)支持绘图过程中的显示;
c)支持鼠标光标掠过某个图层时显示热点跟踪(HotTrack)状态;
d)单击某个图层时显示选中状态;
e)拖动某个选中状态图层的功能(根据鼠标落点和起点的距离进行偏移);
f)新绘制的图层和已绘制好选中的图层边框和填充颜色管理。(How to make graphical software development procedures, drawing process display, image layered display
Layer software architecture:
The general architecture of large graphics software is to classify and manage different layers of code using a polymorphic class derived from an abstract class (CLayer).
(if the various graphic drawing and drag and drop processes are written in a class, the code for that class will be extremely large and difficult to maintain)
A) software that supports graphics such as straight lines, rectangles, and ellipses. It must combine the mouse, press, release, and drag events together;
B) support display in drawing process;
C) displays the hot spot tracking (HotTrack) state when the mouse cursor is passed over a layer;
D) displays a selected state when clicked on a layer;
E) drag the function of a selected layer (offset by the distance between the mouse and the starting point);
F) the new layer and the selected layer border and fill color management.)
- 2017-06-12 23:32:17下载
- 积分:1
-
Bluetooth_Core_Specification_v1.2
蓝牙协议1.2版,pdf格式,共四卷
1、Master Table of Contents &Compliance Requirements
2、Architecture & Terminology Overview
3、Core System Package
4、Core System Package(Bluetooth protocol version 1.2, pdf format, a total of four volumes of 1, Master Table of Contents )
- 2008-01-29 19:59:20下载
- 积分:1
-
callchain
Performance events callchain code.Disallow cross-task user callchains.
- 2015-11-09 16:13:35下载
- 积分:1
-
本sablog V1.5从www.cncode.com博客系统。
This SaBlog v1.5 from www.cncode.com Blog system.
- 2023-01-15 05:00:03下载
- 积分:1
-
abc
基于MFC在编辑框中实现文件的打开、查找和关键字搜索定位等功能(Based on MFC it realized the openning and searching of files or texts in your edit box and so on )
- 2013-12-04 21:04:59下载
- 积分:1
-
PHP 动态生成图片,介绍如何利用 GD2 动态生成论坛的验证码程序...
PHP 动态生成图片,介绍如何利用 GD2 动态生成论坛的验证码程序-PHP dynamically generated images, how to use GD2 dynamically generated code Forum certification procedures
- 2023-07-23 16:20:03下载
- 积分:1
-
PennState_III-V_TFET_VA_Model_1.0.1
//VerilogA for double-gate GaSb-InAs Heterojunction Tunnel FET model based on lookup tables, which employs the current and capacitance characteristics calibrated TCAD Sentaurus Simulations
//Model details: V. Saripalli et al IEEE/ACM NanoArch 2011.
//Original Model Developed by V. Saripalli
//Implemented by H. Liu
- 2017-05-30 20:56:36下载
- 积分:1
-
Java 2实用教程第五版实验指导与习题解答 源代码
Java 2实用教程第五版 耿祥义 张跃平 实验指导与习题解答 书中源代码
- 2020-11-29下载
- 积分:1
-
excel
才用java技术开发的程序,用于读取excel文件,方便程序开发人员开发操作excel文件()
- 2007-08-02 23:36:46下载
- 积分:1
-
MyMusicPlayer
可以播放音乐的音乐播放器,即使切入到后台也能继续运行。界面还需要加强(This one can display music,even though switch to invisible state,you can continue to use it.)
- 2016-01-21 16:45:25下载
- 积分:1