代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/278048/10578443
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
setup
read % read data for QAM - does not affect OFDM
dat
www.eeworm.com/read/278048/10578496
asv qam.asv
% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier)
% when they transmit the same # of bits in a given time period
setup
read % read data for QAM - does not affect OFDM
dat
www.eeworm.com/read/278011/10584041
txt java web start 1.0 developer's guide (2).txt
作者:diego lynn
日期:2001-3-25 10:54:32
Application Development Considerations
Developing applications that can be deployed with Java Web Start are generally the same as developing a stand-alone applic
www.eeworm.com/read/159601/10636288
m prop.m
function out=prop1(in,w,b);
%
% Propagates an input vector
% through one layer of a network
%
% call:
%
% [out]=prop(in,w);
%
% w = weight matrix
% b = bias weights (column vector. Same
www.eeworm.com/read/422309/10643741
pot libquicktime.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
www.eeworm.com/read/421857/10690659
txt warez definition.txt
0-Day - Latest software releases.
0-Sec - Same as above, although the period of time between ripping a game or application and it appearing on a warez site is even shorter.
Ace File - The first
www.eeworm.com/read/421857/10691313
txt xp auto install.txt
Hello friends
May be this might be useful. I install 98 with backup/restore utility.
My way of auto installation of XP.
Then on second partition or the same partition XP without pagefile.sys.
www.eeworm.com/read/349916/10783010
m prop.m
function out=prop1(in,w,b);
%
% Propagates an input vector
% through one layer of a network
%
% call:
%
% [out]=prop(in,w);
%
% w = weight matrix
% b = bias weights (column vector. Same
www.eeworm.com/read/349668/10805490
txt java web start 1.0 developer's guide (2).txt
作者:diego lynn
日期:2001-3-25 10:54:32
Application Development Considerations
Developing applications that can be deployed with Java Web Start are generally the same as developing a stand-alone applic
www.eeworm.com/read/349646/10808858
c colmult.c
#include
#include "mex.h"
/*
out = colop(M, v)
Apply binary operator to a vector v and to each column of M in turn
to produce a matrix the same size as M.
This is equivalent to