-
forward-backard sweep
基于前推回代法的配电网潮流计算程序 IEEE33节点算例(An example of IEEE33 node power flow calculation program for distribution network based on forward and backward substitution method)
- 2020-06-22 13:20:02下载
- 积分:1
-
windows TTF 字型的delphi reader
windows TTF 字型的delphi reader-windows TTF font delphi reader
- 2023-03-13 07:25:04下载
- 积分:1
-
ReadDICOMSeries
此示例演示如何读取一系列DICOM图像以及如何使用鼠标滚轮或向上/向下键遍历所有切片。(This example demonstates how to read a series of DICOM images and how to scroll with the mousewheel or the up/down keys through all slices.)
- 2020-06-18 05:20:02下载
- 积分:1
-
PMSM SMO
基于滑膜观测器的无传感器控制simulink仿真技术(Simlink simulation technology of sensorless control based on SMO)
- 2019-04-04 18:36:33下载
- 积分:1
-
dt
说明: 运用MATLAB完成信号抽样以及对抽样信号的频谱进行分析,信号抽样是利用抽样脉冲序列从连续信号中抽取一系列的离散值,通过抽样过程得到的离散值信号称为抽样信号,记为。从数学上讲,抽样过程就是信号相乘的过程(Using MATLAB to complete signal sampling and analyze the spectrum of the sampled signal)
- 2019-06-05 16:04:48下载
- 积分:1
-
安卓音乐播放器android代码分享
安卓音乐播放器android代码分享,学习Android多媒体技术,尤其是播放器编写方面,提供一些参考。友情提示:主界面(判断是否已经有访问权限,如果没有,则跳转的到Auth页面进行授权),否则就到Yobo界面(展示个人的电台和音乐盒)。
- 2023-05-12 14:25:03下载
- 积分:1
-
Insar数据滤波方法
说明: InSAR数据滤波方法,包括中值滤波,均值滤波,圆周期滤波等(InSAR data filtering methods, including median filtering, mean filtering, circular periodic filtering, etc.)
- 2019-05-04 16:53:28下载
- 积分:1
-
essentialskillsforagiledevelopment
Essential Skills for Agile Development - Agile Development, in particular, eXtreme Programming (XP), has been gaining a lot of momentum because it can effectively address the problems plaguing software development such as mis-understanding customers requirements, missing deadlines, over-budget, conflicts between customers and developers and poor maintainability of legacy systems.
- 2010-12-20 00:26:38下载
- 积分:1
-
实现的是一个虚拟示波器的功能,但只能实现模拟,不能实际测量,只需增加一个模块就行了,运行时注意不要让自动的最大值与最小值相同,否则会一直跳闪,还有就是有些功能测
实现的是一个虚拟示波器的功能,但只能实现模拟,不能实际测量,只需增加一个模块就行了,运行时注意不要让自动的最大值与最小值相同,否则会一直跳闪,还有就是有些功能测的不是很准确,需要调节。-Realize a virtual oscilloscope functions, but only the realization of simulation, not actual measurements, just add a module on the list, run-time attention to not to let the automatic the same maximum and minimum value, otherwise they will always jump flash, there is Some functional test is not very accurate, needs to adjust.
- 2023-02-21 21:20:03下载
- 积分:1
-
PSO算法
说明: 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
- 2020-06-25 13:20:01下载
- 积分:1