代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/168707/9900390
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/168707/9900392
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/363888/9932999
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/168216/9933760
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/168216/9933763
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/168216/9933765
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/362900/9977087
tex simple.tex
\begin{comment}
/*
\end{comment}
\section{A simple 2D system.}
\begin{comment}
*/
\end{comment}
This example is intended to let you quickly get started using meep to run
a simple calculation. As suc
www.eeworm.com/read/362202/10013146
c simple.c
#include "44b.h"
#include "option.h"
/************************* ledblink *****************************/
void Led_Display(int LedStatus)
{
//PC1,PC2,PC3 High available
rPDATC=(rPDATC &
www.eeworm.com/read/166184/10030520
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