代码搜索结果
找到约 10,000 项符合
Power 的代码
bkldrvmain.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi
mpsplot.cpp
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
fm_tap.m
function fm_tap(flag)
% FM_TAP define tap changer on voltage dependent load
%
% FM_TAP(FLAG)
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 differenti
fm_lf.m
function fm_lf(flag)
% FM_LF compute power flow equations and Jacobian for
% transmission lines.
%
% FM_LF(FLAG)
% FLAG = 1: power flow equations
% FLAG = 2: power flow Jacobian
fex_lineflows.m
function [Ps,Qs,Pr,Qr,Is,Ir] = fex_lineflows
% FEX_LINEFLOWS -> called by FEX_ABCD
% compute line flows
%
% Author: Alberto Del Rosso
% Date: June 2004
% Update:
% Version: preliminary vers
dds.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
cy62256vso.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
pci.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
lab5.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
rsa.cpp
#include
int gcd(int m,int n);
int power(int x,int y,int n);
int rsa(int pt,int key,int & ct);
void main()
{
int i=0,t=0;
int pt=0,key=0,ct=0;
coutpt;