代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/203858/15350810
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/202908/15369825
c cctiff.c
/*
* Color Correct a TIFF file, using an ICC Device link profile.
*
* Author: Graeme W. Gill
* Date: 00/3/8
* Version: 1.30
*
* Copyright 2000 - 2004 Graeme W. Gill
* All rights reserved
www.eeworm.com/read/202785/15373067
m coranaev.m
function [val] = coranaEval(sol)
% function [val] = coranaEval(sol)
% Determines the value of the Corana function at point sol.
% This function is used in gademo2.
% val - the value of the Corana
www.eeworm.com/read/200303/15435551
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/200303/15435575
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/200302/15435716
c eject.c
/*
* L I N U X E J E C T C O M M A N D
*
* Copyright (C) 1994-96 Jeff Tranter (Jeff_Tranter@Mitel.COM)
*
* This program is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/113811/15447692
bak ed_device.c.bak
/*
* ed_device.c embeded software project(1) device file.
*
* Copyright (C) 2003 Li Suke,Software School of Peking University.
*
* The data flow of the devices is:
*
* neted
* __
www.eeworm.com/read/113811/15447697
c ed_device.c
/*
* ed_device.c embeded software project(1) device file.
*
* Copyright (C) 2003 Li Suke,Software School of Peking University.
*
* The data flow of the devices is:
*
* neted
* __
www.eeworm.com/read/113666/15451604
c wave_out.c
/* Copyright (c) 2002, John Edwards
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
-