代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/122946/14655416
h decode.h
/*
** Copyright (C) 1998,1999,2000,2001 Martin Roesch
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public
www.eeworm.com/read/122946/14655498
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/220501/14798442
m decode.m
function [Iw, Lw, b] = decode(chronom)
[r, length] = size(chronom);
hide = fix(length / 7);
w = [];
for k = 1: hide
w1(k, :) = chronom((5*k-4): 5*k);
end
Iw = {w1; w};
w2 = chronom((5*hide
www.eeworm.com/read/219541/14876383
h decode.h
/*************************************************************************
AVS1-P2视频解码器源码
版权所有:联合信源数字音视频技术(北京)有限公司, (c) 2005-2006
AVS1-P2 Video Decoder Source Code
(c) Copyright, NSCC All R
www.eeworm.com/read/219541/14876390
cpp decode.cpp
/*************************************************************************
AVS1-P2视频解码器源码
版权所有:联合信源数字音视频技术(北京)有限公司, (c) 2005-2006
AVS1-P2 Video Decoder Source Code
(c) Copyright, NSCC All R
www.eeworm.com/read/219470/14879604
class decode.class
www.eeworm.com/read/219470/14879606
java decode.java
class Decode extends TCode
{
Decode(String s,int i)
{
super(s,i);
}
char change(char ch)
{
return cd.de(ch);
}
}
www.eeworm.com/read/219367/14886604
c decode.c
#include
#include "reg52.h"
//data_2270为u2270的第二个引脚
extern unsigned char CardNum[4];
void Func_decode(void);
sbit data_2270 = P1 ^ 4;
bit bbrushcard = 0;
uchar data card_buffer[
www.eeworm.com/read/218499/14917767
cpp decode.cpp
/*
* Copyright (C) Aaron Holtzman - May 1999
*
* This file is part of ac3dec, a free Dolby AC-3 stream decoder.
*
* ac3dec is free software; you can redistribute it and/or modify
*