代码搜索:structured
找到约 952 项符合「structured」的源代码
代码结果 952
www.eeworm.com/read/231546/4715263
vim sqr.vim
" Vim syntax file
" Language: Structured Query Report Writer (SQR)
" Maintainer: Jeff Lanzarotta (frizbeefanatic@yahoo.com)
" URL: http://lanzarotta.tripod.com/vim/syntax/sqr.vim.zip
" Las
www.eeworm.com/read/190666/5181652
java ref.java
/* Ref.java -- Reference to a SQL structured type.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute
www.eeworm.com/read/190666/5181657
java struct.java
/* Struct.java -- Mapping for a SQL structured type.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribu
www.eeworm.com/read/340665/3283372
java ref.java
/* Ref.java -- Reference to a SQL structured type.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute
www.eeworm.com/read/304657/3792358
java ref.java
/* Ref.java -- Reference to a SQL structured type.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute
www.eeworm.com/read/440906/1785053
java ref.java
/* Ref.java -- Reference to a SQL structured type.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute
www.eeworm.com/read/366702/2867770
c master-1.c
/* { dg-do compile } */
extern void bar(int);
void foo (void)
{
#pragma omp master
bar(0);
#pragma omp master
{
bar(1);
bar(2);
}
/* Yes, this is legal -- structured-block co
www.eeworm.com/read/366702/2883587
c master-1.c
/* { dg-do compile } */
extern void bar(int);
void foo (void)
{
#pragma omp master
bar(0);
#pragma omp master
{
bar(1);
bar(2);
}
/* Yes, this is legal -- structured-block co
www.eeworm.com/read/237302/13969481
h heap_deque.h
/*
* heap_deque.h - heap-structured deque class
* (allow iteration over elements unlike priority_queue)
*
* Jun Korenaga, MIT/WHOI
* January 1999
*/
#ifndef _TOMO_HEAP_DEQUE_H_
#
www.eeworm.com/read/192642/8368317
inc gsdef-bak.inc
{$B-} {- Complete Boolean Evaluation }
{$R-} {- Range-Checking }
{$T-} {- Typed @ operator }
{$X+} {- Extended syntax }
{$P+} {- Open string params }
{$J+} {- Writeable structured consts }
{$H+}