代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/291169/8438579
m qam.m
% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier)
% when they transmit the same # of bits in a given time period
read % read data for QAM - does not affect OFDM
data_in_po
www.eeworm.com/read/390183/8480214
ph crc64.ph
# -*- perl -*-
#
# Pure Perl implementation of the same CRC64 implementation used
# elsewhere in NASM.
#
# Note: Perl may have 32- or 64-bit integers; we need to handle both
# without overflowin
www.eeworm.com/read/390183/8480220
pl gensv.pl
#!/usr/bin/perl
#
# Generate a list of rotation vectors so we always use the same set.
# This needs to be run on a platform with /dev/urandom.
#
($n) = @ARGV;
sysopen(UR, '/dev/urandom', O_R
www.eeworm.com/read/188503/8535365
c y4mspatialfilter.c
/*
* y4mspatialfilter.c
*
* written by Dan Scholnik
* spatial FIR filter for noise/bandwidth reduction without scaling
* takes yuv4mpeg in and spits the same out
*
* Usage:
www.eeworm.com/read/433114/8544776
m l_select.m
function wlog=l_select(wlog,varargin)
% Function retrieves subset of well log from a log structure.
% If wlog is a structure vector the same subset is selected from each well log.
% An error message
www.eeworm.com/read/289119/8575046
m plotmore.m
%plotmore plots the variable selections from different programs
%run on the same data set
%It requires the data set and a matrix created by adding the b vectors
%from the programs: tot=[b1;b2;...;b
www.eeworm.com/read/187682/8609245
po id.po
# GQView (Indonesian)
# Copyright (C) 2003 John Ellis
# This file is distributed under the same license as the PACKAGE package.
# Tedi Heriyanto , 2003.
#
msgid ""
msgstr ""
"Project-I
www.eeworm.com/read/288586/8620366
m plotmore.m
%plotmore plots the variable selections from different programs
%run on the same data set
%It requires the data set and a matrix created by adding the b vectors
%from the programs: tot=[b1;b2;...;b
www.eeworm.com/read/431675/8661680
m medianc.m
%MEDIANC Median combining classifier
%
% W = medianc(V)
% W = V*medianc
%
% If V = [V1,V2,V3, ... ] is a set of classifiers trained on the
% same classes and W is the median combiner: it selects
www.eeworm.com/read/431675/8661824
m prodc.m
%PRODC Product combining classifier
%
% W = prodc(V)
% W = V*prodc
%
% If V = [V1,V2,V3, ... ] is a set of classifiers trained on the
% same classes and W is the product combiner: it selects the