-
psa
说明: 既可以用于高压输电网的潮流解算,又可以用于低压配电网的潮流解算,还可以同时解算输电网
加配电网的混合潮流问题,程序为PQ 分解法.(Both the trend for high-voltage transmission grid solver, but also the trend for low voltage distribution network solver, solver can also increase with the power transmission grid hybrid power flow problem, the program for the PQ decomposition.)
- 2011-04-07 14:26:13下载
- 积分:1
-
Matlab3DmodelsimulationunderDLA
简要概述了最具代表性的分形结构--扩散限制凝聚(Diffusion-Limited-Aggregation,DLA)模型的生长规则、主要性质,给出了模型模拟分形生长的算法,在MATLAB6.5平台上进行了程序设计,在Windows98/2000/XP下实现了DLA模型模拟生长的动态过程.(Briefly summarizes the most representative of the fractal structure- diffusion-limited condensed (Diffusion- Limited- Aggregation, DLA) model of growth rules, the main properties, gives the model simulation processes-fractal growth algorithm, by MATLAB6.5 platform for software design, in Windows 98/2000/XP realize DLA model to simulate the growth of dynamic process.)
- 2010-11-17 18:45:42下载
- 积分:1
-
C-language-realization-of-MATLAB-
本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,(This paper describes the use of MATLAB command M-file translation for the C language program, and modify the method can directly call C language functions)
- 2012-06-26 00:05:30下载
- 积分:1
-
1
说明: this is a source for regression and decision
- 2011-05-14 13:21:23下载
- 积分:1
-
CPPPPT
面向对象程序设计的优点表现在实现对现实世界客体的自然描述、可控制程序的复杂性、可增强程序的模块性、可提高程序的重用性和可改善程序的可维护性等方面。(The advantages of object-oriented program design performance in achieving a natural description of real world objects, and can control the complexity of the program, can enhance the module of the program, program would improve the reusability and maintainability can be improved, and so on.
)
- 2014-08-22 12:36:43下载
- 积分:1
-
mct2008
固高卡调试软件。可以控制控制卡的各个轴,jog运行,联轴运行等。(the app of motion control card.)
- 2015-02-03 11:53:54下载
- 积分:1
-
gpml
高斯过程的协方差函数 及其选着 列出多个协方差函数
- 2011-01-09 09:50:44下载
- 积分:1
-
matlabyansekongjianbianhuan
很好的图像处理代码。希望对你有用。谢谢。请多多至此(Very good image processing code. Hope useful to you. Thank you. Please lot to this)
- 2010-06-01 17:06:34下载
- 积分:1
-
Phone
c++实现的通信录,实现添加、删除、查找、修改等功能(communications recorded c++ implemented add, delete, search, modify functions)
- 2014-01-14 10:02:38下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1