代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/420088/10817627

html linux-fdisk.html

Josh's Linux Guide - Modifying Your Partitions an
www.eeworm.com/read/419506/10863908

gdbinit .gdbinit

set debug remote 1 set remotebaud 115200 target remote /dev/ttyS7
www.eeworm.com/read/273826/10899871

c device.c

/** * device.c - Low level device io functions. Originated from the Linux-NTFS project. * * Copyright (c) 2004-2006 Anton Altaparmakov * Copyright (c) 2004-2006 Szabolcs Szakacsits * * This prog
www.eeworm.com/read/418318/10953560

c hcd.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 Deti Fliegl 1999 *
www.eeworm.com/read/418318/10953567

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) Copyr
www.eeworm.com/read/416230/11037531

m program_10_5.m

% Program 10_5 % Lowpass Filter Design Using the Kaiser Window % fpts = input('Type in the bandedges = '); mag = input('Type in the desired magnitude values = '); dev = input('Type in the ripples
www.eeworm.com/read/416230/11037540

m program_10_4.m

% Program 10_4 % Kaiser Window Generation % fpts = input('Type in the bandedges = '); mag = input('Type in the desired magnitude values = '); dev = input('Type in the ripples in each band = ');
www.eeworm.com/read/133091/6956305

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) Copyr
www.eeworm.com/read/467979/6997658

rc winmenu_private.rc

/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ /* DO NOT EDIT! */ #include "rsrc.rc"
www.eeworm.com/read/458682/7291684

sh ex44.sh

#!/bin/bash # Killing ppp to force a log-off. # Script should be run as root user. killppp="eval kill -9 `ps ax | awk '/ppp/ { print $1 }'`" # -------- process ID of ppp -------