代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/157691/11671645
c decode.c
/* $Id: decode.c,v 1.26 2001/01/26 16:40:44 roesch Exp $ */
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it and/o
www.eeworm.com/read/157691/11671649
plg decode.plg
Build Log
--------------------Configuration: decode - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/157691/11671656
dsw decode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/157563/11689043
cpp decode.cpp
#include "iostream.h"
#include "string.h"
#include "stdlib.h"
void main()
{
int q,i;
i=0;
char strin[100];
cout
www.eeworm.com/read/347122/11689434
ddb decode.ddb
www.eeworm.com/read/157396/11712215
tex decode.tex
%/* ----------------------------------------------------------- */
%/* */
%/* ___ *
www.eeworm.com/read/346857/11718334
h decode.h
#ifndef DECODE_H
#define DECODE_H
/* Current known ASN1 -> MHEG5 mappings */
/* Basic Types */
#define APPLICATION 0x00
#define SCENE 0x01
#define STDID 0x02
#define STDVERSION 0x03
#define OB
www.eeworm.com/read/346857/11718336
c decode.c
#include
#include
#include "decode.h"
#define UNIVERSAL 0
#define CONTEXT 1
#define DEFINITE 0
#define INDEFINITE 1
#define PRIMITIVE 0
#define CONSTRUCTED 1
#define NO
www.eeworm.com/read/156976/11749208
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 SOFTWARE.