代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/135035/13966252
dat qsar2.dat
* This is the same data as in the file uidata except the fifth
* input value is divided by 10. It seems to work better.
0.816 -0.03 0.04 0.00 1.986 3.00
0.842 0.06 0.07 0.00 2.101 3.15
0.7
www.eeworm.com/read/134379/13994517
h bitops.h
#ifndef _LINUX_BITOPS_H
#define _LINUX_BITOPS_H
/*
* ffs: find first bit set. This is defined the same way as
* the libc and compiler builtin ffs routines, therefore
* differs in spirit from the
www.eeworm.com/read/235612/14060159
m spike.m
function imp=spike(v,n)
% SPIKE: create a signal with a single impulse in it
%
% imp=SPIKE(v,n)
% imp=SPIKE(v)
%
% returns a vector of the same size as v which is zero
% except at sample n whe
www.eeworm.com/read/235248/14080228
txt importing-c++-classes.txt
Any shared library that wishes to export C++ classes to UC
must be relinked with the ucstub.cpp file. This redefines operator
new and delete, so that both UC and the DLL use the same allocation
str
www.eeworm.com/read/205036/15328783
m plus.m
function Z = plus(X,Y)
%PLUS Binary addition (+) for tensors.
%
% PLUS(A,B) is called for the syntax 'A + B' when A or B is a tensor. A
% and B must have the same size, unless one is a scalar. A
www.eeworm.com/read/205036/15328801
m ldivide.m
function Z = ldivide(X,Y)
%LDIVIDE Left array divide for tensor.
%
% LDIVIDE(A,B) is called for the syntax 'A .\ B' when A or B is a tensor.
% A and B must have the same size, unless one is a scal
www.eeworm.com/read/205036/15328822
m rdivide.m
function Z = rdivide(X,Y)
%RDIVIDE Right array divide for tensors.
%
% RDIVIDE(A,B) is called for the syntax 'A ./ B' when A or B is a tensor.
% A and B must have the same size, unless one is a sc
www.eeworm.com/read/205013/15329830
txt readme.txt
This folder contains source code to the second full-text search
extension for SQLite. While the API is the same, this version uses a
substantially different storage schema from fts1, so tables will n
www.eeworm.com/read/204311/15341660
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/204311/15341670
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