代码搜索:Simple

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

代码结果 10,000
www.eeworm.com/read/211875/15171911

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/211875/15171912

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/211875/15171913

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/210864/15190797

c simple.c

/************************************************************************** Module: simple.c Description: simple demo program for EVBA7 eval board Version Date Initials De
www.eeworm.com/read/210864/15190801

c simple.c

/*************************************************************************** Module: simple.c Description: simple demo program for EVBA7 eval board Version Date Initials D
www.eeworm.com/read/210861/15190853

doc simple.doc

www.eeworm.com/read/210861/15190868

doc simple.doc

www.eeworm.com/read/209853/15212680

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/208225/15250567

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/208225/15250568

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