代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/168239/5447508

java stockmanager.java

import java.util.ArrayList; /** * Manage the stock in a business. * The stock is described by zero or more Products. * * @author (your name) * @version (a version number or a date) */ public
www.eeworm.com/read/347503/3168637

s tls-1.s

.section .tbss,"awT",@nobits .align 4 .globl i .type i, @object .size i, 4 i: .zero 4 .align 4 .type l, @object .size
www.eeworm.com/read/347503/3168655

s tls-2.s

.section .tbss,"awT",@nobits .align 4 .type l, @object .size l, 4 l: .zero 4 .align 4 .globl i .type i, @object .size
www.eeworm.com/read/347503/3170094

s crange5.s

! Zero-sized range descriptors are handled well, but GAS should not emit ! them unnecessarily. This can happen if .align handling and insn ! assembling does not cater to this specifically and complet
www.eeworm.com/read/340665/3266677

s crange5.s

! Zero-sized range descriptors are handled well, but GAS should not emit ! them unnecessarily. This can happen if .align handling and insn ! assembling does not cater to this specifically and complet
www.eeworm.com/read/340665/3279282

c string-opt-13.c

/* Copyright (C) 2001 Free Software Foundation. Ensure all builtin strlen comparisons against zero are optimized and perform correctly. The multiple calls to strcpy are to prevent the poten
www.eeworm.com/read/334226/3370674

m s-4.m

prefer_zero_one_indexing = 0; prefer_column_vectors = 1; do_fortran_indexing = 0; a = 2; all (a([1,1]) == [2;2])
www.eeworm.com/read/334226/3370719

m s-4.m

prefer_zero_one_indexing = 1; prefer_column_vectors = 1; do_fortran_indexing = 0; a = 2; all (a([1,1]) == [2;2])
www.eeworm.com/read/334226/3370764

m s-4.m

prefer_zero_one_indexing = 1; prefer_column_vectors = 1; do_fortran_indexing = 1; a = 2; all (a([1,1]) == [2;2])
www.eeworm.com/read/334226/3370809

m s-4.m

prefer_zero_one_indexing = 0; prefer_column_vectors = 1; do_fortran_indexing = 1; a = 2; all (a([1,1]) == [2;2])