-
zhixianyundong
悬挂系统实现两电机控制实现悬挂物体的直线运动(Suspension system to achieve two motor control to achieve linear motion of objects hanging)
- 2013-08-30 11:13:25下载
- 积分:1
-
i2c
说明: i2c驱动,可用于驱动具有i2c接口的存储芯片(i2c-driven, can be used to drive with a i2c interface memory chips)
- 2008-10-20 15:18:39下载
- 积分:1
-
app1(1)
计算结构振动,在人行桥上人走动产生的行走作用力,进而进行振动控制(Vibration control is carried out by calculating the structural vibration and the walking force produced by walking on the pedestrian bridge.)
- 2019-03-04 15:13:44下载
- 积分:1
-
高密度人群环境下群体异常行为分析研究
基于视频理解的人群密度模型的建立。利用图像像素密度与人群密度之间的关系、特征提取法在抽取群体轮廓时的矩不变特性,建立多分辨率条件下人群空间域密度逻辑模型与人群时间域轨迹逻辑模型,通过对两种模型进行自适应训练,逐步形成“时空”人群趋势变化逻辑模型
- 2023-02-06 14:30:03下载
- 积分:1
-
Matlab智能算法30个案例分析pdf
关于MATLAB实现智能算法的书籍,以案例为基础,容易理解(The realization of MATLAB intelligent algorithm books, based on a case, easy to understand)
- 2017-11-02 18:34:05下载
- 积分:1
-
C# WPF把彩色图片转换为灰度图
C# 把彩色图片转换为灰度图,这是一个基于WPF的C#图像处理程序,图像彩色转换黑白,支持的图像文件格式为:JPeg,Gif,Bmp,etc。
程序主要实现两个功能,一是将彩色转换为索引像素格式、二是将彩色转换为黑白像素格式,对应于窗口中的按钮,可查看对应功能的演示:
将彩色转换为黑白像素格式,核心代码如下:
TransformedBitmap MyRotatedBitmapSource = new TransformedBitmap();
MyRotatedBitmapSource.BeginInit();
MyRotatedBitmapSource.Source = (System.Windows.Media.Imaging.BitmapSource)this.image1.Source;
MyRotatedBitmapSource.Transform = new RotateTransform(270);
MyRotatedBitmapSource.EndInit();
FormatConvertedBitmap MyFormatedBitmap = new FormatConvertedBitmap();
MyFormatedBitmap.BeginInit();
MyFormatedBitmap.Source = MyRotatedBitmapSource;
MyFormatedBitmap.DestinationFormat = PixelFormats.BlackWhite;
MyFormatedBitmap.EndInit();
this.image1.Source = MyFormatedBitmap;
完整源码例子请在本页下载,运行效果截图如下图示。
- 2022-02-01 21:42:57下载
- 积分:1
-
MATRIX
矩阵基础计算的小程序,包括矩阵加减乘运算、矩阵求转置、矩阵方阵求逆功能,可供参考(basic Calculation of small procedural matrix, including matrix addition and subtraction multiplication, matrix transpose, inverse square matrix function, for reference)
- 2015-03-10 10:44:14下载
- 积分:1
-
电机位置闭环控制(代码详细注释,F1寄存器版本)
STM32F1、F4电机PWM调速及PID速度闭环控制(PWM Speed Regulation and PID Speed Closed-loop Control of STM32F1 and F4 Motors)
- 2020-06-22 06:40:01下载
- 积分:1
-
单片机开发示例代码
单片机开发
- 2015-04-25下载
- 积分:1
-
csharp-logger-0.1.1
C#的日志工具,思路log4j跟一致.请参阅本站关于log4j的其他资源(C# log tools, consistent with the idea of log4j. Please refer to this site on other resources log4j)
- 2009-04-11 21:23:42下载
- 积分:1