-
三相逆变程序 STC15F
说明: 2017年全国大学生电子创新大赛A题,用51单片机实现的微电网的程序,可以控制两个逆变器,功能基本实现。(2017 national college students electronic innovation competition A, with 51 single-chip microcomputer to achieve the micro grid program, can control two inverters, the basic function of the realization)
- 2020-06-22 22:00:01下载
- 积分:1
-
C-programme-language
C programme language
- 2015-10-28 06:10:19下载
- 积分:1
-
CEM_ADC_Ver_XEQ
CEM_ADC_Ver_MCS12XEQ512.rar
- 2018-03-28 00:39:30下载
- 积分:1
-
U3D触屏摇杆
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
///
/// 绑定到摇杆上的摇杆类
///
public class Rocker : MonoBehaviour {
Vector2 m_offet;//偏移向量
Vector2 m_originalPos;//摇杆原始屏幕坐标
Touch[] touches;//屏幕上触控点数组
int touch_Id = -1;//触控点数组下标
bool isMove = false;//是否移动
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 09:33:30下载
- 积分:1
-
CG
要使 2d cg
我让一艘船
- 2022-06-03 16:31:40下载
- 积分:1
-
stm32f4xx_conf.h
Micrium stm32f4
- 2023-05-27 10:05:04下载
- 积分:1
-
cppmath_ug2b
Matlab C++ Math Library
- 2011-11-14 19:34:34下载
- 积分:1
-
UA-LDS
The OPC Foundation has formally released the OPC Unified Architecture Local Discovery Server to the community.
- 2020-06-21 02:40:01下载
- 积分:1
-
C#合成图片 组合文字及图像的实例
C# 将多个文字图形图像组合成复合图形,一个组合文字及图像的实例。基于WPF技术实现,可作为一个C#学习WPF图像处理的简单范例。C# 将多个文字图形图像组合成复合图形:
DrawingGroup MyGroup = new DrawingGroup();
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
string MyText = "Visual C++ 2017源码素材网实例精粹罗斌编著";
var MyFont = new FontFamily("宋体");
FormattedText MyFormattedText = new FormattedText(MyText,
System.Globalization.CultureInfo.GetCultureInfo(86),
FlowDirection.RightToLeft,
new Typeface(MyFont, MyStyle, MyWeight, FontStretches.Normal),
FontSize, MyRadialGradientBrush);
Pen MyPen = new Pen(Brushes.Black, 2);
MyPen.Freeze();
……
更多源代码敬请下载本源码。运行截图如下图所示。
- 2022-06-30 08:36:55下载
- 积分:1
-
ACISbook
ACIS的几何造型技术与系统开发,ACIS的几何造型技术与系统开发(ACIS geometric modeling technology and systems development,Books)
- 2010-05-06 16:47:34下载
- 积分:1