代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/342914/3228837
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
* $Id: simple.c,v 1.6 2001/03/16 21:04:50 rubini Exp $
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#
www.eeworm.com/read/342914/3228838
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/341021/3259548
c simple.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#i
www.eeworm.com/read/341021/3260006
java simple.java
public class simple {
public static void main( String args[] )
{
System.exit( 0 );
}
}
www.eeworm.com/read/341021/3261569
c simple.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
int main(int argc, char *argv[])
{
MPI
www.eeworm.com/read/339873/3293082
bat simple.bat
@echo off
rem This will launch the OpenMap application
rem YOU MUST EDIT THE SETTINGS IN THIS FILE TO MATCH YOUR CONFIGURATION
rem Java Virtual Machine
rem CHANGE THIS TO POINT TO YOUR JAVA IN