代码搜索:RAW
找到约 10,000 项符合「RAW」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4690375
h stl_uninitialized.h
// Raw memory manipulators -*- C++ -*-
// Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/216499/4893095
c getty.c
#
/*
* getty -- adapt to terminal speed on dialup, and call login
*/
/*
* tty flags
*/
#define HUPCL 01
#define XTABS 02
#define LCASE 04
#define ECHO 010
#define CRMOD 020
#define RAW 040
#defin
www.eeworm.com/read/209559/4970307
h seq_virmidi.h
#ifndef __SOUND_SEQ_VIRMIDI_H
#define __SOUND_SEQ_VIRMIDI_H
/*
* Virtual Raw MIDI client on Sequencer
* Copyright (c) 2000 by Takashi Iwai ,
* Jaroslav Kyse
www.eeworm.com/read/208967/4988384
java base64.java
/**
* Implementation of MIME's Base64 encoding and decoding conversions.
* Optimized code. (raw version taken from oreilly.jonathan.util)
*
* @author Anli Shundi
*
*/
package net.adrian
www.eeworm.com/read/198501/5087242
readme
NET2Debugged 1.24 README
------------------------
Major Changes
o PLIP driver sort of works
o UDP and RAW have been partially rewritten for speed
o Internals heavily cleaned up, and memory monitori
www.eeworm.com/read/195341/5112503
c getty.c
#
/*
* getty -- adapt to terminal speed on dialup, and call login
*/
/*
* tty flags
*/
#define HUPCL 01
#define XTABS 02
#define LCASE 04
#define ECHO 010
#define CRMOD 020
#define RAW 040
#defin
www.eeworm.com/read/182103/5267048
c setvec.c
/* set_vector
*
* NOTE: This function is considered OBSOLETE and may vanish soon.
* Calls to set_vector should be replaced by calls to
* rtems_interrupt_catch or _CPU_ISR_install_raw_handler.
www.eeworm.com/read/182103/5269779
elf2exe
#!/bin/sh
# Just a Q&D prog to convert a bunch of RTEMS generated ELF files to raw
# binary images that can be loaded on the TS-1325. The converted files are
# saved in the current directory.
#
# Tony
www.eeworm.com/read/182103/5269780
coff2bin
#!/bin/sh
# Just a Q&D prog to convert a bunch of RTEMS generated COFF files to raw
# binary images that can be loaded on the TS-1325. The converted files are
# saved in the current directory.
#
# Ton