代码搜索:RAW

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

代码结果 10,000
www.eeworm.com/read/275194/10830211

hpp ps.hpp

// $common\ps.hpp 1.5 milbo$ // Warning: this is raw research code -- expect it to be quite messy. #if !defined(ps_hpp) #define ps_hpp void PsDocHeader(FILE *pFile, int nPages); void PsPatchNbrPages
www.eeworm.com/read/275194/10830215

cpp mrand.cpp

// $common\mrand.cpp 1.5 milbo$ // Warning: this is raw research code -- expect it to be quite messy. // // Rand returns an int between 0 and n-1 // RandDouble returns a double between 0 and n-1 // An
www.eeworm.com/read/275194/10830234

hpp imtab.hpp

// $image\imtab.hpp 1.5 milbo$ // Warning: this is raw research code -- expect it to be quite messy. #if !defined(imtab_hpp) #define imtab_hpp #define CONF_nMaxFiles 10000 // maximum number of fi
www.eeworm.com/read/275194/10830287

hpp imutil.hpp

// $image\imutil.hpp 1.5 milbo$ // Warning: this is raw research code -- expect it to be quite messy. #if !defined(imutil_hpp) #define imutil_hpp #define IM_NEAREST_PIXEL 0 // values for fBilinear
www.eeworm.com/read/349030/10855778

c sysdep2.c

/* * sysdep2.c System dependant routines * * getrowcols - get number of columns and rows. * setcbreak - set tty mode to raw, cbreak or normal. * enab_sig - enable / disable tty driver signals.
www.eeworm.com/read/466084/7044235

readme

Jpcap ver.0.03 Copyright (c) 2000 Keita Fujii *Introduction Jpcap is a Java package for LBL libpcap (Packet Capture Library) and Raw Socket API. *Install
www.eeworm.com/read/299064/7894891

c sysdep2.c

/* * sysdep2.c System dependant routines * * getrowcols - get number of columns and rows. * setcbreak - set tty mode to raw, cbreak or normal. * enab_sig - enable / disable tty driver signals.
www.eeworm.com/read/198623/7921485

c stty.c

# /* * set teletype modes */ /* * tty flags */ #define HUPCL 01 #define XTABS 02 #define LCASE 04 #define ECHO 010 #define CRMOD 020 #define RAW 040 #define ODDP 0100 #define EVENP 0200 #define A
www.eeworm.com/read/330720/12873912

m lsparaid.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%用最小二乘法参数辨识%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % clear; clc; load('expdata1.txt'); rawData=expdata1;%原始数据 sizeData=size(rawData);%获得数据大小 raw
www.eeworm.com/read/326922/13109287

java player.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.game.Sprite; public class Player extends Sprite { protected static final int RAW_FRAMES=1; protected static int x