代码搜索:N1
找到约 6,450 项符合「N1」的源代码
代码结果 6,450
www.eeworm.com/read/431168/8706244
m lyapunov.m
% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
% Programs_13d - Lyapunov exponents of the Lorenz system.
% Copyright Birkhauser 2004. Stephen Lynch.
% Special thanks to Vasiliy Go
www.eeworm.com/read/428534/8861244
m duichen.m
%Z是网络的阻抗矩阵
Z=[j*0.15 j*0.1 j*0.1
j*0.1 j*0.075 j*0.1
j*0.1 j*0.1 0 ]
N1=3; %是网络的节点数
k=3 ; %k是短路的节点号
Y=zeros(3,3); %形成3*3的零矩阵
for i=1:N1
for p=1:N1
www.eeworm.com/read/428531/8861261
m buduichen.m
function buduichen
%数据来源于教材《电力系统暂态分析》P129例(5-1)
%给学生提供的不对称短路故障的部分程序。
%要求的工作(1)自动形成导纳阵;(2)完善短路类型,两相相间短路和两相短路接地;(3)求短路后发电机的电压
clear %清除所有变量的值
<mark>N1</mark>=3; %输入网络的节点数
N2=5; %输入包括所有发电机节点的网络的节点数
k=3;%输 ...
www.eeworm.com/read/283884/8981482
c jslong.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to t
www.eeworm.com/read/378188/9242564
f synthr.f
Subroutine synthr( a, w, n, m )
! ---------------------------------------------------------------------
! --- Routine 'synthr' does a 1-D Haar wavelet systhesis. 'a' is input,
! 'w' is outpu
www.eeworm.com/read/378186/9242895
f synthr.f
Subroutine synthr( a, w, n, m )
! ---------------------------------------------------------------------
! --- Routine 'synthr' does a 1-D Haar wavelet systhesis. 'a' is input,
! 'w' is outpu
www.eeworm.com/read/353194/10465034
c jslong.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to t
www.eeworm.com/read/466243/7041442
m programs_13d.m
% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
% Programs_13d - Lyapunov exponents of the Lorenz system.
% Copyright Birkhauser 2004. Stephen Lynch.
% Special thanks to Vasiliy Go
www.eeworm.com/read/452050/7450548
cc 3698012_ce.cc
#include
#include
#include
#include
using namespace std;
int n, max;
struct node
{
int x, y;
}p[100], tp[100];
bool cmpx(node a, node b)
{
www.eeworm.com/read/452050/7450550
cc 3698057_wa.cc
#include
#include
#include
#include
using namespace std;
int n, ans;
struct node
{
int x, y;
}p[100], tp[100];
bool cmpx(node a, node b)
{