-
C++ 读取BMP图像,非常实用
程序用二进制读取BMP文件图像,并实现了图像的读取、保存,以及对图像修改后的重保存。对图像的读取以及像素的操作都很方便。相信对大家很有帮助。
- 2022-04-09 05:38:26下载
- 积分:1
-
OpenGL三维场景绘制
资源描述1、直接双击3DSLOADER文件夹中3DSLOADER.vcproj工程文件;
2、本程序是在VC2008中调试通过,运行过程中需要OpenGL库函数
- 2023-05-09 15:50:05下载
- 积分:1
-
random search method for large complex optimization problems. The only support t...
随机搜索法,用于大型复杂优化问题.该方法只支持变量的范围约束,不支持其它类型的约束.-random search method for large complex optimization problems. The only support the scope of variables bound not to support other types of constraints.
- 2022-08-11 20:16:34下载
- 积分:1
-
对于蒙特卡罗算法的程序,可用于电力系统的仿真…
该程序为mente carlo算法
可用于电力系统的随机抽样模拟系统状态
可用于大型的电力系统计算可靠性-the procedures for mente carlo algorithms can be used for power system simulation of random system state available in a large power system reliability calculation
- 2022-04-28 07:22:06下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
北京合众大公司的dsp开发板例子程序(关于矩阵运算)
北京合众大公司的dsp开发板例子程序(关于矩阵运算)-Beijing UCO big companies example dsp development board (on the matrix)
- 2022-03-05 17:11:47下载
- 积分:1
-
本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大...
本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大-procedures for the importation of expression, integral, differential, fitting, interpolation and other numerical calculation, concise interface, powerful
- 2022-03-15 01:52:11下载
- 积分:1
-
在COMSOL Multiphysics模拟悬臂
Cantilever simulations in COMSOL Multiphysics
- 2022-12-19 22:40:03下载
- 积分:1
-
IGES解释器
基于MFC对IGES文件进行解析并分流存储,采用数学算法完成NURBS模型统一建立,最后利用OpenGL完成NURBS模型重绘并进行交互操作。
- 2023-02-21 20:00:04下载
- 积分:1
-
矢量控制
基于TMS320F2812的永磁同步电动机SVPWM空间矢量控制算法实现的源代码,
- 2022-08-25 23:36:59下载
- 积分:1