代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/450569/7480980
pas simple.pas
(* GREATIS BONUS * Form Skin *)
(* Copyright (C) 1998-2007 Greatis Software *)
(* http://www.greatis.com/delphibonus.htm *)
unit Simple;
interface
uses
Windows, Me
www.eeworm.com/read/450258/7486682
dem simple.dem
#
# $Id: simple.dem,v 1.3 1999/10/17 19:17:00 lhecking Exp $
#
# Requires data files "[123].dat" from this directory,
# so change current working directory to this directory before running.
# gnuplot>
www.eeworm.com/read/450067/7491093
h simple.h
#ifndef SIMPLE_H
#define SIMPLE_H
#include "mpi.h"
#define Datatype MPI_Datatype
#define BYTE MPI_BYTE
#define CHAR MPI_CHAR
#define DOUBLE MPI_DOUBLE
#define FLOAT MPI_FLOAT
#def
www.eeworm.com/read/447454/7550899
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/447454/7550900
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/447454/7550901
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/256755/7579083
fx simple.fx
//
// Intro to HLSL
//
// Shader output, position and diffuse color
struct VS_OUTPUT
{
float4 pos : POSITION;
float4 diff : COLOR0;
};
// The world view and projection matrices
www.eeworm.com/read/443970/7619755
java simple.java
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Simple implements Filter
{
private FilterConfig filterConfig = null;
public void doFilter(ServletRequ