代码搜索结果
找到约 10,000 项符合
Power 的代码
reserv.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
shuxu.txt
#include
#include
#include
#include
#include
#define INITSIZE 20 /* 顺序表初始空间分配量 */
#define INCREMENT 10 /* 顺序表空间分配增量 */
/* 清空输入缓冲 */
mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
ch03.02.c
// #include
#include
/**
** 2 raised to the power of 10: 1024
**/
int main()
{
int value = 2;
int pow = 10;
cout
led.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,
bin2dec1.c
#include
#include
#include
#define INITSIZE 20 //顺序表初始空间分配量
#define INCREMENT 5 //顺序表空间分配增量
short flag=1, flag2=0; //定义全局变量
typedef char ElemType; //定义Elem
ave_period.m
function P=ave_period(data)
year=length(data);
wolfer=data;
% plot(year,wolfer)
% title(' signal')
Y = fft(wolfer);
Y(1)=[];
% plot(Y,'ro')
% title('Fourier Coefficients in the Complex P
caseformat.m
%CASEFORMAT Defines the MATPOWER case file format.
% A MATPOWER case file is an M-file or MAT-file which defines the variables
% baseMVA, bus, gen, branch, areas, and gencost. With the exceptio
slartg.c
#include "f2c.h"
/* Subroutine */ int slartg_(real *f, real *g, real *cs, real *sn, real *r)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berke
dlartg.c
#include "f2c.h"
/* Subroutine */ int dlartg_(doublereal *f, doublereal *g, doublereal *cs,
doublereal *sn, doublereal *r)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tenn