代码搜索结果

找到约 10,000 项符合 Power 的代码

liangzhu.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

test.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,

seqdet2.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

examp5_21.m

[a,b,c,d]=power2sys('c5mpow1') % 获得系统的状态方程 G=ss(a,b,c,d); bode(G) % 绘制系统的 Bode 图 G1=tf(G) % 获得等效传递函数模型

lf2407a stages.prjpcbstructure

Record=SubProject|ProjectPath=1 Record=SubProject|ProjectPath=P Record=SubProject|ProjectPath=P Record=SubProject|ProjectPath=1 Record=SubProject|ProjectPath=CN? Record=SheetSymbol|SourceDocument

mpsplot.c

#include #include #include #include "msp.h" void mpsplot(float psdr[],float psdi[],int mfre,float ts) { /*----------------------------------------------------------

speaker.fit.rpt

Fitter report for speaker Fri Jan 18 19:57:55 2008 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.

al7_5.c

/*案例代码文件名:AL7_5.C*/ /*功能:通过函数的递归调用计算阶乘*/ long power(int n) {long f; if(n>1) f=power(n-1)*n; else f=1; return(f); } main() {int n; long y; printf("input a inteage

mitec_powrprof.pas

{*******************************************************} { } { MiTeC System Information Component } { Power Poli

win2000关机命令.bat

@echo off setlocal cd/d %temp% echo Set colOperatingSystems = GetObject("winmgmts:{(Shutdown)}").ExecQuery("Select * from Win32_OperatingSystem") >shutdown.vbs echo For Each objOperatingSystem