代码搜索:dev

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

代码结果 10,000
www.eeworm.com/read/213912/15122471

m stats.m

% Script file stats.m % % Purpose: % To calculate mean and the standard deviation of % an input data set containing and arbitrary number % of input values. % % Define variables: % n T
www.eeworm.com/read/213880/15123638

txt readme.txt

---------------------------------------------------------------- Compilation with Dev-Cpp requires to link the code with the standart 'gdi32.lib' library that you can find in the 'Dev-Cpp/lib' dire
www.eeworm.com/read/212530/15154763

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/212530/15154787

c mmap.c

/* * mmap.c -- memory mapping for the scullc char module */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #endif #include #include
www.eeworm.com/read/212528/15154901

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/212498/15155607

c ll_rw_blk.c

/* * linux/kernel/blk_dev/ll_rw.c * * (C) 1991 Linus Torvalds */ /* * This handles all read/write requests to block devices */ #include #include #include
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/211770/15174067

cpp qextserialport.cpp

/*! \class QextSerialPort \version 0.70 (pre-alpha) \author Wayne Roth A cross-platform serial port class. This class encapsulates a serial port on both POSIX and Windows systems. The user wil
www.eeworm.com/read/211736/15175063

sh autogen.sh

#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` # name of the current package PKG_NAME=`basename \`(cd $srcdir; pwd)\`` # default configure options conf_flags="
www.eeworm.com/read/210569/15196279

c n8250.c

/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC */ #include #include #include #include "global.h" #include "mbuf.h" #include "proc.h" #incl