代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4675174
c label1.c
// { dg-do run }
// { dg-options "" }
// Origin: Mark Mitchell
int main ()
{
int i = 0;
int j = 0;
int k = 0;
l:
if (j)
return 0;
({
__label__ l;
k =
www.eeworm.com/read/233448/4684372
c label-1.c
/* Test various diagnostics of ill-formed constructs involving labels. */
/* { dg-do compile } */
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-Wunused -fnested-functions" } */
exte
www.eeworm.com/read/233448/4691440
cc case_label.cc
// { dg-do compile }
// { dg-options "-Wall" { target *-*-* } }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
www.eeworm.com/read/233448/4691442
cc case_label.cc
// { dg-do compile }
// { dg-options "-Wall" { target *-*-* } }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
www.eeworm.com/read/233448/4691444
cc case_label.cc
// { dg-do compile }
// { dg-options "-Wall" { target *-*-* } }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
www.eeworm.com/read/233448/4691445
cc case_label.cc
// { dg-do compile }
// { dg-options "-Wall" { target *-*-* } }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
www.eeworm.com/read/218114/4864248
m label541.m
function label541
figure(1)
x=1:0.1*pi:2*pi;
y=sin(x);
plot(x,y)
xlabel('x(0-2\pi)','fontweight','bold');
ylabel('y=sin(x)','fontweight','bold');
title('正弦函数','fontsize',12,'fontweight','bold
www.eeworm.com/read/195615/5108979
java~1~ label.java~1~
package com.redmoon.forum.ui;
import cn.js.fan.module.cms.DocumentMgr;
import javax.servlet.jsp.tagext.BodyTagSupport;
import cn.js.fan.module.cms.Leaf;
import javax.servlet.jsp.tagext.BodyConte
www.eeworm.com/read/195615/5108982
java~5~ label.java~5~
package com.redmoon.forum.ui;
import javax.servlet.jsp.tagext.BodyTagSupport;
import org.apache.log4j.Logger;
import cn.js.fan.web.SkinUtil;
import javax.servlet.http.HttpServletRequest;
/**