代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/278472/10533735
mco simple.mco
/******************************************************************
* *
* Copyright (c) 2001-2007 McObject LLC. All Right Reserved.
www.eeworm.com/read/278472/10533939
mco simple.mco
/******************************************************************
* *
* Copyright (c) 2001-2007 McObject LLC. All Right Reserved.
www.eeworm.com/read/278235/10556278
elc simple.elc
www.eeworm.com/read/423454/10558901
axf simple.axf
www.eeworm.com/read/423454/10559021
hex simple.hex
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5506E20B920F11FE518F09FE51C
:10002000F80000004000000044000000A8000000AC
:10003000AC0000000000000000000000B000000064
:10
www.eeworm.com/read/423454/10559024
mcp simple.mcp
www.eeworm.com/read/422532/10631238
tdf simple.tdf
SUBDESIGN simple
(
clk : INPUT;
reset : INPUT;
d : INPUT;
q : OUTPUT;
)
VARIABLE
ss: MACHINE WITH STATES (s0, s1);
BEGIN
ss.clk = clk;
ss.reset = reset;
CASE ss IS
WHEN
www.eeworm.com/read/422376/10638970
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/422376/10638975
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/422376/10638979
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]