代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/136696/13365584
m centre.m
function [C]=centre(A,u)
%CENTRE: This function returns the centre of matrix of fuzzy value B over
% universe V. The centre C is a vector the same number on membership
% functions in B (the same
www.eeworm.com/read/126430/6017295
c complex.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file complex.c. Do not confuse this file with the same-named
file complex.c that is supplied in the same subdire
www.eeworm.com/read/126430/6017333
c nrutil.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file nrutil.c. Do not confuse this file with the same-named
file nrutil.c that is supplied in the same subdirect
www.eeworm.com/read/102423/6232964
c complex.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file complex.c. Do not confuse this file with the same-named
file complex.c that is supplied in the same subdire
www.eeworm.com/read/102423/6233002
c nrutil.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file nrutil.c. Do not confuse this file with the same-named
file nrutil.c that is supplied in the same subdirect
www.eeworm.com/read/493894/6384299
pas drawdibunit.pas
unit DrawDibUnit;
interface
uses
Windows;
// DrawDib flags
const
DDF_UPDATE = $0002; // re-draw the last DIB
DDF_SAME_HDC = $0004; // HDC same as l
www.eeworm.com/read/38039/1093921
mnu timescale.mnu
TIME#SCALE
#
Same#Val
Keep the same value but change to selected time unit.
#
Convert#All
Change all values to the new selected time unit.
#
www.eeworm.com/read/475809/1381900
c complex.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file complex.c. Do not confuse this file with the same-named
file complex.c that is supplied in the same subdire
www.eeworm.com/read/475809/1381938
c nrutil.c
/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes
utility file nrutil.c. Do not confuse this file with the same-named
file nrutil.c that is supplied in the same subdirect
www.eeworm.com/read/470720/1445360
c externc3.c
// 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" int f () { return