代码搜索:RAW

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

代码结果 10,000
www.eeworm.com/read/428664/1956994

h stl_uninitialized.h

// Raw memory manipulators -*- C++ -*- // Copyright (C) 2001, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redist
www.eeworm.com/read/410778/2201587

java flowpacket.java

package cai.flow.packets; import java.util.Vector; import cai.sql.SQL; public interface FlowPacket { void process_raw(SQL sql); Vector getSrcASVector(); Vector getDstASVector();
www.eeworm.com/read/410339/2210967

h stl_uninitialized.h

// Raw memory manipulators -*- C++ -*- // Copyright (C) 2001, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redist
www.eeworm.com/read/402165/2328688

h stl_uninitialized.h

// Raw memory manipulators -*- C++ -*- // Copyright (C) 2001, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redist
www.eeworm.com/read/396408/2420342

c bsdi_ioctl.c

#include "config.h" /* * Hacked version of the linux cdrom.c kernel module - everything except the * DVD handling ripped out and the rest rewritten to use raw SCSI commands * on BSD/OS 4.2 (but sh
www.eeworm.com/read/395929/2428027

sc elfi370.sc

# # This is just a raw copy of elfppc.sc and has not been otherwise modified # # Unusual variables checked by this code: # NOP - two byte opcode for no-op (defaults to 0) # DATA_ADDR - if end-of-text-
www.eeworm.com/read/393688/2472206

f90 latenthcond.f90

#include #include subroutine LatentHCond (raw, rbw, rdw, rpp, wtaq, & wtlq, wtgq, wtaq0, wtlq0, wtgq0, & wtalq, wtgaq,
www.eeworm.com/read/385488/2588575

cs seq_rep_enum.cs

namespace ASAMODS.BaseModel { public enum seq_rep_enum { Explicit =0, Implicit_Constant =1, Implicit_Linear =2, Implicit_Saw =3, Raw_Linear =4,
www.eeworm.com/read/385462/2589556

c block-aio.c

/* block-aio.c * * libaio-based raw disk implementation. * * (c) 2006 Andrew Warfield and Julian Chesterfield * * NB: This code is not thread-safe. * * This program is free software; you can r
www.eeworm.com/read/381437/2645842

java mailsendertest.java

package net.livebookstore.raw.mail; import javax.mail.MessagingException; import org.junit.Test; /** * Test our own MailSender which uses JavaMail API directly. * * @author Xuefeng *