代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/241396/13147601

m fairmax.m

function [val, idx] = fairmax(x) %FAIRMAX Same as built-in max(), except breaks ties randomly. % [val, idx] = fairmax(x) takes a vector as an argument and returns % the same output as the built
www.eeworm.com/read/138987/13197415

m fairmax.m

function [val, idx] = fairmax(x) %FAIRMAX Same as built-in max(), except breaks ties randomly. % [val, idx] = fairmax(x) takes a vector as an argument and returns % the same output as the built
www.eeworm.com/read/493005/6403534

istype

NAME istype - whether the type of a value is the same as another SYNOPSIS istype(x, y) TYPES x any, &any y any, &any return int DESCRIPTION Determine if x has the same ty
www.eeworm.com/read/485012/6570625

m fairmax.m

function [val, idx] = fairmax(x) %FAIRMAX Same as built-in max(), except breaks ties randomly. % [val, idx] = fairmax(x) takes a vector as an argument and returns % the same output as the built
www.eeworm.com/read/156956/11750459

m fairmax.m

function [val, idx] = fairmax(x) %FAIRMAX Same as built-in max(), except breaks ties randomly. % [val, idx] = fairmax(x) takes a vector as an argument and returns % the same output as the built
www.eeworm.com/read/259727/11770816

m fairmax.m

function [val, idx] = fairmax(x) %FAIRMAX Same as built-in max(), except breaks ties randomly. % [val, idx] = fairmax(x) takes a vector as an argument and returns % the same output as the built
www.eeworm.com/read/257911/11907307

m fairmax.m

function [val, idx] = fairmax(x) %FAIRMAX Same as built-in max(), except breaks ties randomly. % [val, idx] = fairmax(x) takes a vector as an argument and returns % the same output as the built
www.eeworm.com/read/38039/1095257

mnu ref_choice.mnu

REF#CHOICE # Same#Refs Same references will be used. # Alter#Some Modify some references and keep others. # New#Refs All references will be redefined. #
www.eeworm.com/read/240162/4580549

c externc3.c

// { dg-do run } // Test that two extern "C" declarations of the same name in different // namespaces are treated as declaring the same function. namespace foo { extern "C" int f (); } extern "C"
www.eeworm.com/read/233448/4673366

c externc3.c

// { dg-do run } // Test that two extern "C" declarations of the same name in different // namespaces are treated as declaring the same function. namespace foo { extern "C" int f (); } extern "C"