代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/239308/4602764
txt data.txt
# German special characters are replaced:
h鋟fig;haufig
# here the stemmer works okay, it maps related words to the same stem:
abschlie遝n;abschliess
abschlie遝nder;abschliess
abschlie遝ndes;abschliess
a
www.eeworm.com/read/238768/4608826
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/238372/4615543
po tr.po
# Turkish translation of samba.
# This file is distributed under the same license as the samba package.
# Mehmet Türker , 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: samba
www.eeworm.com/read/238372/4615720
po tr.po
# Turkish translation of samba.
# This file is distributed under the same license as the samba package.
# Mehmet Türker , 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: samba
www.eeworm.com/read/237551/4623530
s add_n.s
/* Add two limb vectors of the same length > 0 and store sum in a third
limb vector.
Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.co
www.eeworm.com/read/237551/4623562
s sub_n.s
/* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store
sum in a third limb vector.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (
www.eeworm.com/read/237551/4626770
s sub_n.s
! SPARC __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
! store difference in a third limb vector.
!
! Copyright (C) 1995, 1996 Free Software Foundation, Inc.
!
! This file is part
www.eeworm.com/read/234134/4661385
inc dlg.inc
;WARNING: This file contains some of the same constants as DLG.H
;WARNING: When making a change to one, make it to both!
isNothing EQU 0ffffh
tmcMake EQU (tmcUserMin+0)
tmcMakeExit EQU (tmcUs
www.eeworm.com/read/233448/4670925
c wparentheses-2.c
// Test operation of -Wparentheses. Warnings for assignments used as
// truth-values shouldn't apply other than for plain assignment.
// Essentially the same as gcc.dg/Wparentheses-10.c.
// Origin: J