代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/355693/10249726
opt simple.opt
www.eeworm.com/read/355030/10300283
h simple.h
//: C04:Simple.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple header that prevents re-defi
www.eeworm.com/read/161772/10376186
exe simple.exe
www.eeworm.com/read/161772/10376194
c simple.c
/* simple.c - Demonstrates the use of a simple structures*/
#include
int length, width;
long area;
struct coord{
int x;
int y;
} myPoint;
int main( void )
{
/*
www.eeworm.com/read/425011/10387822
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/425011/10387824
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/425011/10387830
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/424790/10412654