代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/381628/9081119
psh simple.psh
ps.1.1
;This is the tile texture
tex t0
;This is a little unnecessarily convoluted.
;The diffuse lighting factor (v1) is multiplied by the
;smudge factor in the alpha channel of the texture.
www.eeworm.com/read/184417/9101523
exe simple.exe
www.eeworm.com/read/184417/9101604
c simple.c
/*
* simple.c
* This program draws a white rectangle on a black background.
*/
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-We
www.eeworm.com/read/184081/9122115
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
www.eeworm.com/read/184081/9122116
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 thi
www.eeworm.com/read/184081/9122117
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/380727/9132785
simple_client
www.eeworm.com/read/380727/9132828
simple_server
www.eeworm.com/read/281673/9142073
h simple.h
//: C04:Simple.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Simple header that prevents re-defi
www.eeworm.com/read/380520/9143837
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