代码搜索:Simple

找到约 10,000 项符合「Simple」的源代码

代码结果 10,000
www.eeworm.com/read/191918/8416828

c simple.c

/****************************************************************************** * * Copyright: * (C) 2000 - 2005 Embedded Artists AB * * Description: * Sample application that demonstrates
www.eeworm.com/read/189334/8475074

cpp simple.cpp

#include #include "toplevel.h" int main(int argc, char **argv) { QApplication app(argc,argv); Toplevel toplevel; toplevel.show(); app.SetMainWidget(&toplevel);
www.eeworm.com/read/189071/8491112

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/189071/8491126

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/189071/8491132

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/189000/8497661

simple makefile.simple

# A simple Makefile for apr sample code. # for f in *.c; do make -f Makefile.simple `expr $f : '\([^.]*\)\.c'`; done APR_CONFIG=$(shell which apr-1-config) APU_CONFIG=$(shell which apu-1-config) CC=
www.eeworm.com/read/188898/8509397

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/188898/8509399

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/188898/8509402

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/188490/8536791

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