代码搜索:Comp
找到约 10,000 项符合「Comp」的源代码
代码结果 10,000
www.eeworm.com/read/183326/9170352
c comp_expand.c
/****************************************************************************
* Copyright (c) 1998,2000,2001 Free Software Foundation, Inc. *
*
www.eeworm.com/read/377407/9277762
h comp_err.h
/*
* $Id: comp_err.h 1205 2006-10-28 06:04:27 +0000 (Sat, 28 Oct 2006) mhe $
*/
extern int example, cell_mod, ges_mod, seq_cor, class_err, classnon_err;
extern int negativetrain, positivetrain, is
www.eeworm.com/read/377407/9277766
c comp_err.c
/*
* $Id: comp_err.c 1269 2007-05-09 07:49:08Z mhe $
*/
#include
#include
#include "lstm.h"
#include "roc.h"
#include "comp_err.h"
void comp_err(double out, struct seqperf *sp
www.eeworm.com/read/180485/9305529
m comp_flat.m
function H = comp_flat(Hin,Q)
% Calculates cost function (overlapped ripple in passband)
% being minimized.
N = max(size(Hin));
M = floor(2048/Q); H = zeros(M,1);
for k=1:M
H(k) = abs(Hin(M -
www.eeworm.com/read/376303/9321630
do comp_roms.do
#
# ModelSim Compiler 'DO'
#
# Build the Altera LPM_ROM Wishbone wrapper model
vcom -93 -work WORK {../roms/wb_lpm_rom.vhd}
# Build the Wishbone External ROM wrapper
vcom -93 -work WORK {../ro
www.eeworm.com/read/376302/9321639
do comp_rams.do
#
# ModelSim Compiler 'DO'
#
# Build the Altera LPM_RAM Wishbone wrapper model
vcom -93 -work WORK {../rams/wb_lpm_ram.vhd}
# Build the Wishbone External RAM wrapper
vcom -93 -work WORK {../ra
www.eeworm.com/read/376301/9321647
do comp_acia.do
#
# ModelSim Compiler 'DO'
#
# Build the miniUart support moduals
vcom -93 -work WORK {../miniuart/acia/clkunit.vhd}
vcom -93 -work WORK {../miniuart/acia/rxunit.vhd}
vcom -93 -work WORK {../min
www.eeworm.com/read/376300/9321665
do comp_io.do
#
# ModelSim Compiler 'DO'
#
# Build the Programable I/O port model
vcom -93 -work WORK {../ioport/ioport.vhd}
# Build the Wishbone wrapper
vcom -93 -work WORK {../ioport/wb_ioport.vhd}
www.eeworm.com/read/376298/9321671
do comp_cpu.do
#
# ModelSim Compiler 'DO'
#
# Build the CPU01 model
vcom -93 -work WORK {../cpu01/cpu01.vhd}
# Build the Wishbone Wrapper
vcom -93 -work WORK {../cpu01/wb_cpu01.vhd}
www.eeworm.com/read/179638/9346070