代码搜索:PQ芯

找到约 4,636 项符合「PQ芯」的源代码

代码结果 4,636
www.eeworm.com/read/102395/6233718

h list_pq.h

/******************************************************************************* + + LEDA 4.5 + + + list_pq.h + + + Copyright (c) 1995-2004 + by Algorithmic Solutions Software GmbH + All rights
www.eeworm.com/read/100240/6273056

h list_pq.h

/******************************************************************************* + + LEDA-R 3.2.3 + + list_pq.h + + Copyright (c) 1995 by Max-Planck-Institut fuer Informatik + Im Stadtwald, 661
www.eeworm.com/read/263516/11359203

m fm_pq.m

function fm_pq(flag) % FM_PQ define PQ loads % % FM_PQ(FLAG) % FLAG 1 -> algebraic equations % 2 -> algebraic Jacobian matrices % %Author: Federico Milano %Date: 11-
www.eeworm.com/read/344164/11904566

h rf_pq.h

/* * rf_pq.h */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Daniel Stodolsky * * Permission to use, copy, modify and distribute this software and *
www.eeworm.com/read/344164/11904966

c rf_pq.c

/* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Daniel Stodolsky * * Permission to use, copy, modify and distribute this software and * its documentation
www.eeworm.com/read/150781/12262464

h pq_compat.h

/* crypto/pqueue/pqueue_compat.h */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* =======================================
www.eeworm.com/read/250271/12419366

txt matlab pq.txt

%用于一个平衡节点,其他为PQ节点的多节点系统。 clear %=======================请输入数据================================== JDS=14 %输入系统的节点数 %线路支路数据(包括普通的线路阻抗和变压器阻抗,线路与变压器的模型均采用Pi型) %线路两端的节点号,线路(或变压器)阻抗,线路(或变压器)对地导纳1/2 ...
www.eeworm.com/read/225931/14510703

m get_pq.m

function [P,Q]=get_PQ(V,ang,Y,nb,m,bus) Q(:,1)=bus(:,5); P(:,1)=bus(:,4); for p=1:nb, for q=1:nb, G(p,q)=real(Y(p,q)); B(p,q)=imag(Y(p,q)); angl(p,q)=ang(p,1)-ang(q,
www.eeworm.com/read/212622/15151722

txt pq_powerflow.txt

/**********************************************************************/ /*****************PQ分解法潮流程序-BB方案,允许迭代次数2000次******************************/ #include #include #inclu
www.eeworm.com/read/212602/15152291

m fm_pq.m

function fm_pq(flag) % FM_PQ define PQ loads % % FM_PQ(FLAG) % FLAG 1 -> algebraic equations % 2 -> algebraic Jacobian matrices % %Author: Federico Milano %Date: 11-Nov-2002