代码搜索:RAW
找到约 10,000 项符合「RAW」的源代码
代码结果 10,000
www.eeworm.com/read/393286/2478785
c asm-offsets.c
#include
#include
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and f
www.eeworm.com/read/389879/2532628
c asm-offsets.c
#include
#include
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and f
www.eeworm.com/read/389879/2532689
c asm-offsets.c
#include
#include
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and f
www.eeworm.com/read/380950/2651144
txt level_format.txt
Usar o PNG base de 6 cores:
00 - parede
01 - player
02 - bandeirinha especial
03 - bandeirinha
04 - inimigo
05 - pista
Exportar para RAW, 0 de header.
O grid
www.eeworm.com/read/366702/2882790
c 20050907-1.c
/* PR 23190 */
/* Well, collateral damage from a proposed patch fixing 23190. We'd emit
debug info for multilib_exclusions_raw without emitting the variable
itself, leading to link errors. Thi
www.eeworm.com/read/358128/3000430
pm gzip.pm
package IO::Compress::Gzip ;
require 5.004 ;
use strict ;
use warnings;
use bytes;
use IO::Compress::RawDeflate 2.008 ;
use Compress::Raw::Zlib 2.008 ;
use IO::Compress::Base::Common 2.008 qw(
www.eeworm.com/read/355487/3053498
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/352283/3095562
extra entries.extra
/d.options.text////*///
/errorat.text////*///
/raw.leadin.text////*///
/SqlFile.banner.text////*///
/SqlFile.banner_de.text////*///
/SqlTool.syntax.text////*///
/SqlTool.syntax_de.text////*///
www.eeworm.com/read/352283/3095564
old entries.extra.old
/d.options.text////*///
/errorat.text////*///
/raw.leadin.text////*///
/SqlFile.banner.text////*///
/SqlFile.banner_de.text////*///
/SqlTool.syntax.text////*///
/SqlTool.syntax_de.text////*///
www.eeworm.com/read/261155/4324526
ddl oracle.ddl
create table ${schemaObjectPrefix}BUNDLE (NODE_ID raw(16) not null, BUNDLE_DATA blob not null)
create unique index ${schemaObjectPrefix}BUNDLE_IDX on ${schemaObjectPrefix}BUNDLE (NODE_ID)
create tabl