代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/164549/5489092

m getr.m

function M = getr(recordvar, fieldname) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function M = getr(recordvar, fieldname) %
www.eeworm.com/read/164549/5489094

m getrestl.m

function outList = getrestl(inList) % RECVAR, A package for new data structures in Matlab. % (c) FOA 1998. See the file rvright.m for copyright notice. % % function ouList = getrestl(inList) % % Ret
www.eeworm.com/read/164549/5489095

m islastl.m

function B = islastl(list) % RECVAR, A package for new data structures in Matlab. % (c) FOA 1998. See the file rvright.m for copyright notice. % % function B = islastl(list) % % Returns 1 if list co
www.eeworm.com/read/164549/5489098

m existr.m

function B = existr(recordvar, fieldname) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function B = existr(recordvar, fieldnam
www.eeworm.com/read/164549/5489103

m recdir.m

function M = recdir(recvar) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function M = recdir(recvar) % % Returns a Matlab matr
www.eeworm.com/read/162614/5517375

readme

Subdirectories: abi Tests for ABI compatibility -- mangling, object layout, etc. bprob Tests for functionality of profile-directed block ordering. charset Tests for input character set translation
www.eeworm.com/read/162614/5520123

c for2.c

// { dg-do assemble } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 24 Jul 2000 // Bug 306 // binding a reference in for scope crea
www.eeworm.com/read/161121/5560725

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev done # s
www.eeworm.com/read/474586/6813154

svn-base std.sci.svn-base

function y = std(x,a) // std - for matlab compatibility if argn(2)==1 y = stdev(x); else y = stdev(x,a); end endfunction
www.eeworm.com/read/474586/6813176

sci std.sci

function y = std(x,a) // std - for matlab compatibility if argn(2)==1 y = stdev(x); else y = stdev(x,a); end endfunction