代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/115071/15028086
dsp decode.dsp
# Microsoft Developer Studio Project File - Name="decode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/115071/15028087
cpp decode.cpp
// decode.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "model.h"
class CDecode
: public CArithmeticModel
{
public:
int GetByte()
www.eeworm.com/read/115071/15028092
exe decode.exe
www.eeworm.com/read/215234/15066666
cpp decode.cpp
#include "LDPC_head.h"
#include
struct code *initializtion(struct code *codewords,double n0);
void one_step(struct matrix_bit *matrix, struct node *head,struct code *f);
double basi
www.eeworm.com/read/214740/15090212
m decode.m
function [out,desc,bits]=decode(bin,description,action);
%
% Decode a number of parameters from a binary
% sequence, using a description vector.
%
% Useage:
%
% [Decoded_parameters,desc,bits]=d
www.eeworm.com/read/114089/15114655
c decode.c
/* $Id: decode.c,v 1.23 2000/03/16 02:58:43 roesch Exp $ */
/*
** Copyright (C) 1998,1999,2000 Martin Roesch
**
** This program is free software; you can redistribute it and/or
www.eeworm.com/read/114089/15114709
h decode.h
/*
** Copyright (C) 1998,1999,2000 Martin Roesch
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public Licen
www.eeworm.com/read/213822/15123994
c decode.c
//====================================================================================
//文 件 名: Decode.c
//功能描述: 红外接收头的遥控器接收译码程序
//维护记录: 2006年6月16 by hongyan.Feng
//=======================