代码搜索:Decode

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

代码结果 10,000
www.eeworm.com/read/205541/15314078

palette_decode

#!/bin/sh -x for file in party8 do #decompress the index image ../../bin/vm5_expand_32 -i ${file}_remap.vm -o ${file}_remap_dec.pgx #reconstruct the ppm image based on the color table and t
www.eeworm.com/read/205378/15317036

s decode.s

; ; Module: decode - MPEG-I audio decoding subroutines ; ; Initial version: R. Huang 2/21/97 ; Jinshi Huang 12/1/98 for LS388/LS500 ; ; Call : r27 ; set
www.eeworm.com/read/4817/41384

c decode.c

/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/5590/64408

ddb decode.ddb

www.eeworm.com/read/6374/84670

h decode.h

#ifndef _DECODE_H_ #define _DECODE_H_ #include "common.h" void decode_info(Bit_stream_struc*, frame_params*); void III_get_side_info(Bit_stream_struc *bs, III_side_info_t *si, frame_params *fr
www.eeworm.com/read/6374/84672

c decode.c

#include #include #include "common.h" #include "decode.h" #include "huffman.h" void decode_info(Bit_stream_struc *bs, frame_params *fr_ps) { layer *hdr = fr_ps->header
www.eeworm.com/read/8771/152552

class decode.class

www.eeworm.com/read/8771/152561

java decode.java

public class Decode{ public void decode(){ PasswordCreater pc = new PasswordCreater(); Verify v = new Verify(); String password; do{ //产生一个新密码(下一个密码) password = pc.next(); //
www.eeworm.com/read/8771/152567

class decode.class

www.eeworm.com/read/8771/152576

java decode.java

public class Decode{ public void decode(){ PasswordCreater pc = new PasswordCreater(); Verify v = new Verify(); String password; do{ //产生一个新密码(下一个密码) password = pc.next(); //