不是IEC 60445-2010的中文版本,只是跟IEC 60445-2010规定一样的各国规定的三相电导线的颜色
2022-01-02 10:19:25 18KB IEC 60445-2010
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 鼠标画图 动态画图
终极魔幻的颜色(1).doc
2022-01-02 09:01:59 43KB
下载如有问题,可私信博主。下载前建议先查看博客内容,其地址为:https://blog.csdn.net/QQ98281642/article/details/122238482
2021-12-31 18:00:21 993KB echarts 颜色地图
键盘颜色切换器:更改System76笔记本电脑上键盘背光颜色的应用程序
2021-12-31 17:00:18 9KB python laptops system76 Python
1
FigmaExport 命令行实用程序,可将Figma中的颜色,版式,图标和图像导出到Xcode / Android Studio项目中。 颜色-Figma的颜色样式 排版-Figma的文字样式 图标— Figma的组件,带有小的黑色矢量图像 图像—带有彩色图像(浅色/深色)的Figma组件 该实用程序支持黑暗模式和SwiftUI。 为什么我们开发此实用程序: Figma不支持将颜色和图像导出到Xcode / Android Studio。手动导出需要很长时间。 使组件库与代码轻松同步 文章: 目录: 特征 将明暗调色板直接导出到Xcode / Android Studio项目 将图标导出到Xcode / Android Studio项目 将图像导出到Xcode / Android Studio项目 将文本样式导出到Xcode项目 支持暗模式 支持SwiftUI和UIKit 导出图标和图
2021-12-31 15:38:20 45.83MB android swift ios design
1
MFC可以选取颜色值的按钮控件,派生自CBUTTON,包含了头文件和CPP就可以使用,所给的资源文件是一个工程,不妨实验一下看效果!
2021-12-31 11:13:46 51KB MFC可以选取颜色值的按钮控件
1
mfc做的,已经编译好,下载之后解压!教程地址:http://blog.csdn.net/baidu_38494049/article/details/76850188 不知道怎么回事,这次上传时我不能免费了,最少一积分,我也想免费但是不行啊,不信可以查看截图:http://img.blog.csdn.net/20170809224141778
2021-12-31 11:03:32 4.75MB 颜色 MFC 选择颜色
1
滑块控件的使用,适合初学者,简单易懂
2021-12-30 22:49:02 1.77MB 滑块控件
1
java实现向word文档中插入柱状图,并更改颜色。 将docx转化为xml文件在进行操作
2021-12-30 19:31:40 20.5MB java docx 柱状图 颜色
1