代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/460636/1559256
c dvb_compat.c
#include
#include
#include "dvb_compat.h"
/**
* compatibility crap for old kernels. No guarantee for a working driver
* even when everything compiles.
*/
#if (
www.eeworm.com/read/209357/4978660
jamon genericswithbounds.jamon
If this compiles, the test passes
T extends Number
Iterable list;
T element;
% for(T t : list) {
www.eeworm.com/read/209357/4979020
jamon genericswithbounds.jamon
If this compiles, the test passes
T extends Number
Iterable list;
T element;
% for(T t : list) {
www.eeworm.com/read/169955/5408409
c dvb_compat.c
#include
#include
#include "dvb_compat.h"
/**
* compatibility crap for old kernels. No guarantee for a working driver
* even when everything compiles.
*/
#if (
www.eeworm.com/read/292670/3950778
c comedi0.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
/*
* Trivial check if comedi compiles properly - this does nothing but
* open /dev/comedi0 and d
www.eeworm.com/read/285244/4054856
h config.h
//
// config.h
//
// NanoVM configuration file for the Asuro
//
#ifndef CONFIG_H
#define CONFIG_H
// cpu related setup
#define ATMEGA168
#define ASURO // compiles some special code
www.eeworm.com/read/410856/2200935
c dvb_compat.c
#include
#include
#include "dvb_compat.h"
/**
* compatibility crap for old kernels. No guarantee for a working driver
* even when everything compiles.
*/
#if (
www.eeworm.com/read/381758/2641395
java switchdemo.java
/**
* SwitchDemo.java is an application that compiles and runs
* under J2SE 5.0. It requires no other files.
*
* In a real program, you'd use the internationalization API
* instead of hard-codin
www.eeworm.com/read/381758/2641396
java fordemo.java
/**
* ForDemo.java is an application that compiles and runs
* under J2SE v5.0. It requires no other files.
*
* See ForEachDemo.java for an equivalent version that takes
* advantage of the for-ea
www.eeworm.com/read/381758/2641400
java sortdemo.java
/**
* SortDemo.java is an application that compiles and runs
* under J2SE 5.0. It requires no other files.
*/
public class SortDemo {
public static void main(String[] args) {
int[] ar