代码搜索:RAW
找到约 10,000 项符合「RAW」的源代码
代码结果 10,000
www.eeworm.com/read/161121/5559560
c arc-rawmode.c
/*
* Linux ARCnet driver - "raw mode" packet encapsulation (no soft headers)
*
* Written 1994-1999 by Avery Pennarun.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contempor
www.eeworm.com/read/155551/5620852
files
api/ - The code for the high-level wrapper API. Not needed if
you use the lowel-level call-back/raw API.
core/ - The core of the TPC/IP stack; protocol implementations,
www.eeworm.com/read/154801/5634424
files
api/ - The code for the high-level wrapper API. Not needed if
you use the lowel-level call-back/raw API.
core/ - The core of the TPC/IP stack; protocol implementations,
www.eeworm.com/read/152843/5657298
c asm-offsets.c
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed
* to extract and format the required data.
*/
#define ASM_OFFSETS_C 1
#
www.eeworm.com/read/393424/8287838
m sde_moment.m
function moment = SDE_moment(x,p)
% Computes the raw moment of order p for the x array
%
% usage: moment = SDE_moment(x,p)
%
% IN: x, an array of numbers
% p, a positive integer
%
www.eeworm.com/read/172476/9705888
m rdvlead.m
function data = rdvlead(fid, verbose, select);
% rdvlead.m reads the variable leader data from a raw ADCP
%
% function data = rdvlead(fid, verbose, select);
% Read the variable leader data from a
www.eeworm.com/read/133523/14037623
3 aflibaudiomemoryinput.3
.TH "aflibAudioMemoryInput" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-
.ad l
.nh
.SH NAME
aflibAudioMemoryInput \- Provides ability to insert raw audio data into audio chain.
www.eeworm.com/read/235848/14049373
h dwt.h
#ifndef DWT_H
#define DWT_H
extern void waveletTransform2D(int **raw,double **wave, int width, int height, int levels,bool inverse);
#endif
www.eeworm.com/read/105179/15675958
c slip.c
/*
* slip.c This module implements the SLIP protocol for kernel-based
* devices like TTY. It interfaces between a raw TTY, and the
* kernel's INET protocol layers (via DDI).
*
* Version: @(#)s