-
STM32_FOC_PMSM
永磁同步电机的FOC控制方案,基于STM32硬件平台(The FOC control scheme of permanent magnet synchronous motor is based on STM32 hardware platform)
- 2021-04-27 12:58:44下载
- 积分:1
-
ZedGraghDynamic
实现动态更新二维图形,使用第三方ZedGragh控件显示曲线。使用VS2010编程。稍作改动即可满足实时刷新曲线的要求。(Dynamically updated two-dimensional graphics, use the third party ZedGragh control displays the curve. Using VS2010 programmed. Some minor changes to meet the requirements of real-time refresh curve.)
- 2012-09-27 10:32:04下载
- 积分:1
-
51-Collect
TLC2543采集十路电压电流和温度,并且在液晶屏1602上显示出来,485传输代码还没写好,目前可以正常使用(TLC2543 collect ten road voltage and current and temperature, and displayed on the LCD 1602, 485 have not written the code, you can use it)
- 2015-05-02 16:57:53下载
- 积分:1
-
airkill_web
说明: 现在比较流程的airkiss在公众号进行配置wifi密码的功能,(Now compare the airkiss of the process to configure the WiFi password on the public number.)
- 2020-06-22 00:40:01下载
- 积分:1
-
云台控制系统
控制云台上下左右8个方向移动,还有雨刷变焦等功能
在编译本章程序后,请将winio.dll、winio.vxd和winio.sys
三文件复制到可执行文件所在目录下, 否则WinIo库初始化
函数initializeWinIO调用将会失败。
- 2022-04-21 01:34:54下载
- 积分:1
-
音频频率
FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形,FFT解析频率,产生波形
- 2022-02-09 20:07:37下载
- 积分:1
-
RgnGuide_src
这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。(the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can choose freely, it can be won, segment, points, polygons, and so on.)
- 2020-12-12 15:49:18下载
- 积分:1
-
Torch
说明: 适合Symbian S60 第三版
通过数字键改变屏幕颜色,*号控制闪烁,#停止闪烁(For Symbian S60 third edition of the digital key to change screen colors, control the blinking asterisk,# stop flashing)
- 2011-03-02 14:51:29下载
- 积分:1
-
C# 使用Graphics对象在程序运行时创建位图
C# 在程序运行时创建位图,本源码实例主要是学习使用使用Graphics对象创建简单图像的例子,本程序将生成一条曲线图像,参照如下代码:
{//在程序运行时创建位图
int MyWidth=this.pictureBox1.Width;
int MyHeight=this.pictureBox1.Height;
Bitmap MyBitmap = new Bitmap(MyWidth,MyHeight);
Graphics MyGraphics = Graphics.FromImage(MyBitmap);
Pen MyPen = new Pen(Color.Black, 3);
Point[] MyPoints = { new Point(50, 100), new Point(100, 10), new Point(150, 290), new Point(200, 100), new Point(250, 10), new Point(300, 290), new Point(350, 100) };
MyGraphics.Clear(Color.White);
MyGraphics.DrawBeziers(MyPen, MyPoints);
pictureBox1.Image = MyBitmap;
- 2022-03-25 22:38:21下载
- 积分:1
-
wpf 病例管理系统源码下载(mvvm+sqlite 数据库)
wpf 病例管理系统源码下载(mvvm+sqlite 数据库)
- 2014-03-09下载
- 积分:1