代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/265182/11274235
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for libdaemon 0.12.
#
# Report bugs to .
#
# Copyright
www.eeworm.com/read/264844/11298874
loadgpio
#!/bin/sh
rm -f /dev/P0
rm -f /dev/P1
rm -f /dev/P2
rm -f /dev/P3
mknod /dev/P0 c 126 0
mknod /dev/P1 c 126 1
mknod /dev/P2 c 126 2
mknod /dev/P3 c 126 3
insmod gpio
www.eeworm.com/read/263802/11341948
pcc 9222_mini.pcc
-cF9222
-yC:\NECTools32\DEV\
-a
-zp
9222_mini.c
www.eeworm.com/read/263314/11367755
txt shift_register_164.txt
-- TTL164 Shift Register
-- download from: www.fpga.com.cn & www.pld.com.cn
library IEEE;
use IEEE.Std_logic_1164.all;
ENTITY dev164 IS
PORT(a, b, nclr, clock : IN BIT;
q : BUFFE
www.eeworm.com/read/263024/11380000
c usb.c
/*
* drivers/usb/usb.c
*
* (C) Copyright Linus Torvalds 1999
* (C) Copyright Johannes Erdfelt 1999-2001
* (C) Copyright Andreas Gal 1999
* (C) Copyright Gregory P. Smith 1999
* (C) Copyright De
www.eeworm.com/read/407760/11411133
mkrescue
#!/bin/bash
#
# mkrescue
#
# 30-Oct-2001 original version 1.0
#
# Revision history:
# 09-Apr-2002 John Coffman modify for lilo 22.3 1.1
# 09-Jun-2002 John Coffman get keyboard translation table 1.2
www.eeworm.com/read/407759/11411252
mkrescue
#!/bin/bash
#
# mkrescue
#
# 30-Oct-2001 original version 1.0
#
# Revision history:
# 09-Apr-2002 John Coffman modify for lilo 22.3 1.1
# 09-Jun-2002 John Coffman get keyboard translation table 1.2
www.eeworm.com/read/259619/11777281
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for giflib 4.1.6.
#
# Report bugs to .
#
# Copyright (C) 19
www.eeworm.com/read/345690/11795130
txt 移位寄存器:74164.txt
-- TTL164 Shift Register
-- download from: www.fpga.com.cn & www.pld.com.cn
library IEEE;
use IEEE.Std_logic_1164.all;
ENTITY dev164 IS
PORT(a, b, nclr, clock : IN BIT;
q : BUFFE