代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/305986/13755586
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
www.eeworm.com/read/304645/13790311
dpr usbtest.dpr
(* LIBUSB-WIN32, Generic Windows USB Library
* Copyright (c) 2002-2004 Stephan Meyer
* Copyright (c) 2000-2004 Johannes Erdfelt
*
* LIBUSB-WIN32 trans
www.eeworm.com/read/302845/13826590
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/302845/13826603
c hcd-pci.c
/*
* (C) Copyright David Brownell 2000-2002
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
*
www.eeworm.com/read/300969/13876749
rc
# This file performs various system initializations.
umask 022
PATH=/usr/local/bin:/bin:/usr/bin
export PATH
# National keyboard?
test -f /etc/keymap && loadkeys /etc/keymap
# Set timezone
www.eeworm.com/read/238483/13883418
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2
www.eeworm.com/read/152843/5661932
c pg.c
/*
pg.c (c) 1998 Grant R. Guenther
Under the terms of the GNU General Public License.
The pg driver provides a simple character device interface for
sending ATAPI comm
www.eeworm.com/read/152843/5662225
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/152843/5662552
c drm_fops.c
/**
* \file drm_fops.c
* File operations for DRM
*
* \author Rickard E. (Rik) Faith
* \author Daryll Strauss
* \author Gareth Hughes
www.eeworm.com/read/152843/5663454
h bonding.h
/*
* Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
*
* Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
* NCM: Network and Communications Management, Inc.
*