代码搜索结果

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

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

div16.v

// // Integer Multicycle Divide circuit (divide a 16-bit number by a 16-bit number in 16 cycles). // // a / b = q with remainder r // // Where a is 16-bits, // Where b is 16 bits // // Module

program_15_4.m

% Program 15_4 % Power Spectrum Estimation Using Welch's Method % n = 0:1000; g = 2*sin(0.12*pi*n) + sin(0.28*pi*n) + randn(size(n)); nfft = input('Type in the fft size = '); window = hamming(25

haar_1d.m

function [Y] = haar_1D(X) % Computes the Haar transform of the input vector X % The length of X must be a power-of-2 % Recursively builds the Haar matrix H v = log2(length(X)) - 1; H = [1 1;1 -1]

ex5_01.cpp

// Ex5_01.cpp // Declaring, defining, and using a function #include using std::cout; using std::endl; double power(double x, int n); // Function prototype int main(void) {

ex3_09.cpp

// Ex3_09.cpp // Using multiple counters to show powers of 2 #include #include using std::cin; using std::cout; using std::endl; using std::setw; int main() { lon

quanjia.fit.rpt

Fitter report for quanjia Sun Oct 28 23:01:31 2007 Quartus II Version 7.0 Build 33 02/05/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Not

decidingweights.conf

# DecidingWeights.conf - Configuration File # Mersad RoboCup Team (2D Soccer Simulation) [Pass] Alpha = 5 Power = 1 Rate = 1 [QuickPass] Alpha = 5 Power = 1 Rate = 1 [Shoot] Alpha = 0 Power

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