代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/377683/9265559

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/377683/9265617

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/375719/9351828

m sdmvec.m

function x = sdmvec(X) % SDMVEC - same as VEC but produces a sparse vector. % % y = sdmvec(X) % % Given an m x n matrix X, this produces the sparse vector y of length % m*n that contains the
www.eeworm.com/read/374700/9388738

cpp allproj.cpp

/* allproj.cpp * * Create one MIF file for each projection definition in mapinfow.prj * * * Reads mapinfow.prj in current directory and writes all mif files to * same dir. * * $Id: al
www.eeworm.com/read/178352/9406667

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/178352/9406682

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/177981/9425017

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/373250/9467723

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
www.eeworm.com/read/371706/9540898

m sgray.m

function sgray(alpha) %SGRAY: Non-linear transformation of a color gray colormap. % Same effect as clipping. % % sgray(alpha) % % IN: alpha: degree of clustering of B&W (try 5) % % % Author(s):
www.eeworm.com/read/371680/9542365

m plus.m

function y = plus(x,y) % Addition of ADTAYL objects. % Either of x or y can be numeric, and either can be scalar (1 by 1). If % neither is scalar, they must have the same size. % In effect, a nume