代码搜索结果

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

part6.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, and a

part5.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, and a

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

roots.c

/* * Program to calculate square roots * * Copyright (c) 1988-2001 Shamus Software Ltd. */ #include #include "miracl.h" int main() { /* Find roots */ flash x,y;

roots.cpp

/* * Program to calculate roots * * Requires: flash.cpp * * Copyright (c) 1988-2001 Shamus Software Ltd. */ #include #include "flash.h" using namespace std; Mir

direng.m

% Directed Energy Power Density Levels % ------------------------------------ clear;clc;clf; % Enter System Parameters D=3; % Antenna Diameter - m Pd=1e5; % Near Field Power Dens

lasdmg.m

% High Energy Laser Anti-IR Missile System % ----------------------------------------- clear;clc;clf; % Input Range R=500:5000; % Range - m % Input Seeker Parameters Id=1e7; % Seeke

repjam.m

% Repeater Jamming Effects %--------------------------------------------- % Clear Old Variables clear,clc,clf; Rmin=.1; Rmax=500; % km % Define Rtar(km) from Rmin to Rmax Rtar=Rmin:.

adconb.m

% A/D Converter Spectrum % ----------------------- clear;clf;clc; % Set Input Parameters N=2048; % Sample Points f=80; % Hz b=[3 5]; % Quantizing Bits % Define Time Vecto

dfcm.m

% Dicke-Fix Countermeasure % ------------------------- clf;clc;clear; % Define Time Vector tmax=.06;N=1024; t=tmax*(1:N)/N; % Sample Frequency fs=N/tmax; % Generate Modulated Sig