代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/424790/10412682
info simple.info
License Key (to encrypt):
1F3259CCA9179A0AE5E6026A31A3DF91E226432467309550FCEF49
TArtLicense Key (to decrypt):
5D038A5C104EDC07AF9A8A3ED31E83171B728DC956E2917A3A7BBB
www.eeworm.com/read/424714/10424600
c simple.c
#include
#include
#include
#include
void main()
{
auxInitDisplayMode (AUX_SINGLE | AUX_RGB);
auxInitPosition (0, 0, 500, 500);
auxIn
www.eeworm.com/read/424023/10506181
pbl simple.pbl
www.eeworm.com/read/424023/10506187
pbt simple.pbt
Save Format v3.0(19990112)
appname "simple";
applib "simple.pbl";
liblist "simple.pbl";
type "pb";
www.eeworm.com/read/278766/10510915
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/278766/10510920
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/278766/10510923
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/278764/10511412
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/278764/10511415
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/278764/10511419
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]