代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/374581/2749781

c compare.c

/* vi: set sw=4 ts=4: */ /* * compare.c --- compare whether or not two UUID's are the same * * Returns 0 if the two UUID's are different, and 1 if they are the same. * * Copyright (C) 1996, 1997
www.eeworm.com/read/366702/2868438

c typedef9.c

// PR c++/34846 template struct __are_same { enum { __value = 0 }; }; template struct __are_same { enum { __value = 1 }; }; template struct
www.eeworm.com/read/357352/3016405

c compare.c

/* vi: set sw=4 ts=4: */ /* * compare.c --- compare whether or not two UUID's are the same * * Returns 0 if the two UUID's are different, and 1 if they are the same. * * Copyright (C) 1996, 1997
www.eeworm.com/read/253336/4398596

c compare.c

/* vi: set sw=4 ts=4: */ /* * compare.c --- compare whether or not two UUID's are the same * * Returns 0 if the two UUID's are different, and 1 if they are the same. * * Copyright (C) 1996, 1997
www.eeworm.com/read/205036/15328984

m plus.m

function C = plus(A,B) %PLUS Binary addition for ktensor. % % C = PLUS(A,B) adds two ktensors of the same size, and the % result is a ktensor of the same size. % % See also KTENSOR. % %MATLAB Te
www.eeworm.com/read/224491/14588000

php const.php

www.eeworm.com/read/153059/5654267

js ru_utf-8.js

// Russian UTF-8 translation by Vladimir Vitkovsky // admin@transport.su // www.webgui.uanet.biz tinyMCE.addToLang('',{ bold_desc : 'Полужирный', italic_desc : 'Курсив', underline_desc : 'Под
www.eeworm.com/read/101092/15852694

h retcodeinfo.h

#if !defined Rec_Code_Info_7758521 #define Rec_Code_Info_7758521 //错误码 #define ID_SUCCESSFULLY 0 //成功 #define ID_NO_KEY_ERROR 1 //关键字为空 #define ID_SAME_KEY_ERROR 2 //存在相同关键字 #d
www.eeworm.com/read/188503/8535015

py makepli.py

#Make a lavpipe pli file from a simpler input file. #Use python makePLI.py --man for detailed usage. #Assumptions: # All transitions are the same length. # All transitions have the same character
www.eeworm.com/read/453474/7418997

txt c++examples.txt

These are the exact same examples as Dejan's Delphi examples. The .DFM files are in fact the same files. Since C++ Builder does not always upgrade projects well, so I enclosed separate projects fo