登录
首页 » Visual C++ » Optimization

Optimization

于 2016-08-04 发布 文件大小:385KB
0 368
下载积分: 1 下载次数: 51

代码说明:

  混合储能,风机,光伏,柴油机之间的优化配置的仿真分析程序(Optimize the allocation of mixed storage, wind, solar, diesel between Simulation Software)

文件列表:

仿真分析程序(庄) - 副本
.........................\Debug
.........................\.....\vc60.idb,50176,2016-05-13
.........................\.....\vc60.pdb,61440,2016-05-13
.........................\.....\仿真分析.exe,286777,2016-05-13
.........................\.....\仿真分析.ilk,250564,2016-05-13
.........................\.....\仿真分析.obj,71363,2016-05-13
.........................\.....\仿真分析.pch,301948,2016-05-13
.........................\.....\仿真分析.pdb,525312,2016-05-13
.........................\不平衡功率3.txt,59572,2016-05-13
.........................\仿真分析.cpp,55097,2016-05-13
.........................\仿真分析.dsp,3427,2016-03-03
.........................\仿真分析.dsw,524,2016-03-04
.........................\仿真分析.ncb,50176,2016-06-22
.........................\仿真分析.opt,48640,2016-06-22
.........................\仿真分析.plg,1154,2016-05-13
.........................\光伏功率1.txt,106620,2016-05-13
.........................\分解为平滑3.txt,59368,2016-05-13
.........................\分解为高频3.txt,60140,2016-05-13
.........................\成本.txt,60,2016-05-13
.........................\柴油发电机功率8.txt,58500,2016-05-13
.........................\电池荷电状态4.txt,57480,2016-05-13
.........................\蓄电池功率1.txt,60620,2016-05-13
.........................\超级电容器功率6.txt,60140,2016-05-13
.........................\超级电容荷电状态1.txt,57480,2016-05-13
.........................\风机2.txt,57480,2016-05-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mciduoxiangshinihe
    用c++实现m次多项式的曲线拟合,改程序简单易懂,可读性强(it s easy)
    2014-07-01 18:34:09下载
    积分:1
  • shy1
    自适应滤波器的LMS算法实现,主要实现滤波和算法的方法。(adaptive filter)
    2011-05-18 14:49:17下载
    积分:1
  • poisson
    poisson生成器,可以生成泊松分布的随机数,需要的就下载吧(poisson sasadas)
    2011-12-07 01:10:52下载
    积分:1
  • distance
    C++程序求两点距离 可以点入坐标点(C++ program distance between two points)
    2013-01-08 22:03:02下载
    积分:1
  • EedffazipD
    EDFA的掺铒光纤长度模拟计算,附3篇相关论文,330mw的980nm泵泵浦,3db的泵浦吸收,12m最佳长度已经的到验证,可作为EDFA设计参考 (EDFA erbium-doped fiber length simulation of three related papers, 330mw of 980nm pump pump pump 3db absorption 12m optimum length has been to verify, can be used as the EDFA design reference)
    2012-08-05 18:09:17下载
    积分:1
  • QuartercarJJJ
    通过具有随机结构参数的四分之一车辆模型研究了具有不确定性结构参数的车辆在受到来自道路的随 机激励作用下的振动响应问题。将簧上质量、簧下质量、悬挂阻尼、悬挂刚度以及轮胎刚度均认为是随机变量。将路面的不平整引起的对车辆的激励看作高斯随机过程并通过简单指数功率谱密度来建立力学模型。(By a quarter vehicle model with random parameters studied vehicle structure uncertain structural parameters of the vibration by the random excitation the road response under question. The sprung mass, unsprung mass, suspension damping, suspension stiffness and rigidity of the tire are considered to be random variables. The excitation caused by uneven road vehicle regarded as Gaussian random process and to create a mechanical model of a simple exponential power spectral density.)
    2020-11-02 10:09:53下载
    积分:1
  • FIR
    FFT和FIR 快速傅里叶变换和FIR滤波器实验程序(Fast Fourier Transform FFT and FIR and FIR filter experimental procedure)
    2009-12-15 16:20:02下载
    积分:1
  • chebyshevnihe
    说明:  数值分析中的chebyshev拟合程序,学习数值分析的同学可以参考参考(Numerical Analysis of chebyshev fit program, students study and numerical analysis can refer to reference)
    2011-03-24 15:07:01下载
    积分:1
  • Workshop7
    An example of using a matrix object in order to pass values and complete a function.
    2015-12-10 23:32:02下载
    积分:1
  • DLT057
    利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,建立一个对话框类,在这个类中进行像素坐标、控制点坐标文件的打开与读取,然后利用DLT公式进行外方位元素的解算。 数据检核部分用前方交会算法来进行,首先根据ID找到左右片的像点的同名点,然后计算变换矩阵及系数,根据给定的内方位元素,利用公式解算出像点的控制点坐标,然后和给定的控制点坐标相比较即可进行精度评定。 (PHOTOSHOP software can be measured using a photo of the control points around the pixel coordinates can be calculated by the formula sit out the image point Standard. According to the given coordinates of control points, the use of straight-line method to calculate the linear transformation of 11 DLT parameters that the coefficient l Value and calculate the orientation elements of exterior orientation elements and solutions. Another way is to use a single formula as the calculation of space resection Orientation elements out. Use as space resection alone to settle the image exterior orientation is the basic idea: to single video As the basis of images from the ground covered by a number of control points within the known ground coordinates and image coordinates of corresponding points in the measured values , The realities of collinearity equation, find the image in the time of aerial photography exterior orientation elements. First, the process to establish a single document)
    2011-05-19 10:18:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载