代码搜索结果
找到约 10,000 项符合
Power 的代码
shifter.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
taxi.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
up3_clock.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
up3_clock.fit.rpt
Fitter report for UP3_CLOCK
Mon Jun 02 03:44:16 2008
Version 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Le
pll_ram.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
ly2.m
clear;
clc;
N=1024;
Nfft=128;
n=[0:N-1];
randn('state',0);
wn=randn(1,N);
xn=sqrt(20)*sin(2*pi*0.2*n)+sqrt(20)*sin(2*pi*0.3*n)+wn;
[Pxx1,f]=pburg(xn,15,Nfft,1);
ly1.m
clear;
clc;
N=1024; %点数
Nfft=128; %定义变换点数
n=[0:N-1];
randn('state',0);
fsk.fit.rpt
Fitter report for FSK
Thu Feb 28 12:11:59 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
nand_interface.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
md5.bas
#COMPILE EXE
#DIM ALL
#include "Win32api.inc"
%BITS_TO_A_BYTE = 8
%BYTES_TO_A_WORD = 4
%BITS_TO_A_WORD = 32
%S11 = 7
%S12 = 12
%S13 = 17
%S14 = 22
%S21 = 5
%S22 = 9
%S23 = 14
%S24 =