代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/153415/12034943
m test1.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_
www.eeworm.com/read/153415/12034960
m pn_test.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_
www.eeworm.com/read/342008/12046762
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/342008/12046941
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
www.eeworm.com/read/152786/12083045
s pa-risc2.s
;
; PA-RISC 2.0 implementation of bn_asm code, based on the
; 64-bit version of the code. This code is effectively the
; same as the 64-bit version except the register model is
; slightly different g
www.eeworm.com/read/152773/12085923
examples readme.examples
NOTE: mplsadm2 serves the same purpose as mplsadm did. The reason for
creating mplsadm2 is that the underlying communication mechanism with the
kernel changed between mpls-linux-1.0 and mpls-linux-1
www.eeworm.com/read/340507/12151089
js debug.js
/*
debug.js
update : 2006-01-16
license : same as Perl
http://la.ma.la/misc/js/debugscreen/
*/
var DebugScreen;
(function(){
DebugScreen = (function(){
DS.prototype = {
id : "deb
www.eeworm.com/read/151143/12232923
m myerror.m
function myerror(message)
% Generalization of Matlabs error message for compiled code
% S4M.compiled == 0 same as standard error message
% S4M.compiled == 1 Error message is displayed in dialog
www.eeworm.com/read/253219/12239402
move-if-change
#!/bin/sh
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is zero if successful, nonzero otherwise.
usage="$0: usage: $0 SOURCE DEST"
case $# in
2) ;;
*) echo "$usage" >&2;
www.eeworm.com/read/337002/12402483
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