代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/414527/2145638
h platform_main.h
// ==============================================================
// This file is part of Glest Shared Library (www.glest.org)
//
// Copyright (C) 2005 Matthias Braun
//
// You can redistribute t
www.eeworm.com/read/406090/2280579
makefile
CFLAGS = -fPIC -Wall
ipe.so: ipe.o
gcc -shared -o ipe.so ipe.o
www.eeworm.com/read/405816/2282353
c twincobr.c
/***************************************************************************
68000:
00000-2ffff ROM
30000-33fff RAM part of this (starting from 30000) is shared with the
TI TMS
www.eeworm.com/read/405353/2292899
java bingoexception.java
package bingo.shared;
public class BingoException extends Exception {
public BingoException() {
super();
}
public BingoException(String s) {
super(s);
}
}
www.eeworm.com/read/384681/2598402
java bingoexception.java
package bingo.shared;
public class BingoException extends Exception {
public BingoException() {
super();
}
public BingoException(String s) {
super(s);
}
}
www.eeworm.com/read/381758/2641466
java bingoexception.java
package bingo.shared;
public class BingoException extends Exception {
public BingoException() {
super();
}
public BingoException(String s) {
super(s);
}
}
www.eeworm.com/read/366702/2883603
c vla-3.c
// { dg-do compile }
void foo(int n, int i)
{
int A[n];
#pragma omp parallel shared(A)
{
A[i] = sizeof(A);
}
}
www.eeworm.com/read/365521/2896834
cpp matrixdriver.cpp
/*==============================================================
*
* MATRIXDRIVER.CPP
* Sample driver code that calls a C++ shared library created using
* the MATLAB Compiler. Refer to the MAT
www.eeworm.com/read/364550/2902986
mconfig
# -*- makefile -*-
#
# arch/alpha/MCONFIG
#
# Build configuration for this architecture
#
KLIBCOPTFLAGS += -Os
KLIBCBITSIZE = 64
# Extra linkflags when building the shared version of the library
#
www.eeworm.com/read/359048/2981134
java bingoexception.java
package bingo.shared;
public class BingoException extends Exception {
public BingoException() {
super();
}
public BingoException(String s) {
super(s);
}
}