源码上传。从其他地方转载留存,造福E友。
2022-01-02 23:34:38 557KB GDI GDIPLUS 易语言 MOKUAI
1
210729仿Windows自带“画图”软件.zip
2022-01-02 13:08:16 604KB java
1
function varargout = net1(varargin) % NET1 M-file for net1.fig % NET1, by itself, creates a new NET1 or raises the existing % singleton*. % % H = NET1 returns the handle to a new NET1 or the handle to % the existing singleton*. % % NET1('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in NET1.M with the given input arguments. % % NET1('Property','Value',...) creates a new NET1 or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before net1_OpeningFunction gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to net1_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Last Modified by GUIDE v2.5 02-Aug-2009 23:24:02 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @net1_OpeningFcn, ... 'gui_OutputFcn', @net1_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before net1 is made visible. function net1_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % varargin command line arguments to net1 (see VARARGIN) % Choose de
2022-01-02 09:03:33 9KB MATLAB GUI 鼠标画图 动态画图
MFC单文档程序做的小绘图程序,实现了对图形的选中、反选、移动、删除,构造函数留有改变颜色,线型线宽接口,可自行完善,刚学MFC时做的,对新手有较大参考价值
2022-01-01 10:53:02 226KB MFC 绘图 移动 选中
1
使用C/C++编写的简易画图程序 功能:①绘制线,矩形,椭圆,文本 ②保存图元到文件,并能够从文件加载图像 ③能够通过鼠标点击选中图形,并进行属性的修改,修改的内容可包括: 修改图元的大小,位置,画笔画刷属性,文本的字体和内容,删除图形 【使用了动态缓冲绘图方法,能够通过鼠标右键精确选中图形,纯WinSDK,不是MFC!!!】 【实验五,山大威海】
2022-01-01 00:31:24 37KB 画图程序 Win32 C/C++ WinSDK
1
这是自己查了点资料写的一个用C#实现的压缩工具。其中实现压缩的函数是CompressImage(),可以实现规定高度宽度,指定图片保存质量的缩放。主要用的是GDI+实现的,用winform进行了展示,方便使用。
2021-12-31 22:40:45 42KB c# .net gdi/gdi+ 信息压缩
1
svg画图,用画图工具画的svg格式的汽车,供大家参考
2021-12-31 17:51:58 53KB svg
1
MFC将一些基本绘图函数封装在CDC类中,例如使用pDC->Rectangle(int,int,int,int)就可以实现矩形的绘制。代码也涉及字体,线宽设置,在OnDraw函数中,适合初学者学习。
2021-12-31 16:49:36 2.24MB MFC SDI
1
Delphi7开发实现的画图软件源代码,可画出给定的圆形、矩形、直线等图形,选择图形后在右侧空白处点击,就可画出图形,还可选择颜色,并图形进行填充,不过功能上来说确实是比较单一的,甚至没有Windows自带的画图功能强大,作为Delphi编程新手,学习一下是有益无害的。
2021-12-31 10:01:04 13KB Delphi 画图软件
1
课堂画图时的完整版,protel练习!只要安装了protel 2004的都可以打开,有原理图,pcb图等。
2021-12-31 09:38:47 4.48MB protel 画图
1