代码搜索:RAW

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

代码结果 10,000
www.eeworm.com/read/197757/7971418

old utmpdump.c.old

/* * utmpdump Simple program to dump UTMP and WTMP files in * raw format, so they can be examined. * * Version: @(#)utmpdump.c 13-Aug-1996 1.00 miquels@cistron.nl * * This file is part of t
www.eeworm.com/read/397111/8067388

m p_map.m

%PARZEN_MAP Map a dataset on a Parzen densities based classifier % % F = p_map(A,W) % % Maps the dataset A by the Parzen density based classfier W. It % outputs just the raw class probabilities (i.
www.eeworm.com/read/397097/8069201

m p_map.m

%PARZEN_MAP Map a dataset on a Parzen densities based classifier % % F = p_map(A,W) % % Maps the dataset A by the Parzen density based classfier W. It % outputs just the raw class probabilities (i.
www.eeworm.com/read/143536/12866408

c vox.c

/* Filename: vox.c Description: Kind of like the sox program. It converts voice file formats. Converts 16 bit and 8 bit raw voice files to the Dialogic or Oki ADPCM (foo.vo
www.eeworm.com/read/326922/13109308

java bullet.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.game.Sprite; public class Bullet extends Sprite { protected static final int RAW_FRAMES=1; protected int xPos;
www.eeworm.com/read/138927/13201814

txt functionvariable.txt

Function Pointer variable Design Data type: FinCType_Func The raw data of function variable is address of a FinCFunc variable. 1. Called in Foreign 2. Called in Script get the FinCFunc variable thr
www.eeworm.com/read/138290/13242553

java longexample2.java

import java.io.*; import java.sql.*; /** * Read Oracle database variance Long and Long Raw * @author Sean * @version 1.0 */ public class LongExample2 { public static void readLong(State
www.eeworm.com/read/320577/13422630

cpp wavestream.cpp

#include "wavestream.h" #include "wav.h" #include "rpxx.h" #include "raw.h" wavestream::wavestream(char *fname) { name = (char*) malloc(strlen(fname)+1); strcpy(name,fname);
www.eeworm.com/read/318176/13484205

cpp process.cpp

// // Program to pre-process the .raw file of modular polynomials // to produce a .pol file, with coefficients reduced mod p // // .pol file format // ,,,
www.eeworm.com/read/306568/13741864

txt bullet.txt

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