代码搜索:coder
找到约 7,216 项符合「coder」的源代码
代码结果 7,216
www.eeworm.com/read/357908/10198475
bas synflood.bas
#Compile Exe
#Register None
#Dim All
#Include "Win32Api.Inc"
#Include "WS2_32.inc"
%SEQ = &H28376839
%IP_HDRINCL =2
$FAKE_IP = "201.79.131.18"
$Right = "===============Coder Paris-ye========
www.eeworm.com/read/457121/7333827
cpp unpack.cpp
#include "rar.hpp"
#include "coder.cpp"
#include "suballoc.cpp"
#include "model.cpp"
#ifndef SFX_MODULE
#include "unpack15.cpp"
#include "unpack20.cpp"
#endif
Unpack::Unpack(ComprDataIO *DataIO)
{
www.eeworm.com/read/457121/7333830
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/243735/12920408
cpp ppmd_mfcdlg.cpp
// PPMD_MFCDlg.cpp : implementation file
//
#include "stdafx.h"
#include "PPMD_MFC.h"
#include "PPMD_MFCDlg.h"
#include "ppmd_coder.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/311792/13625846
m code.m
%a golomb coder write by linghan liu 2008
%first to encode the code to numbers count by nomuber of 0's
clear
a = input('code');
y=length(a);
count0=0;
count1=0;
z(1)=0;
c=2;
for i=1:y
www.eeworm.com/read/149476/5698817
hpp model.hpp
#ifndef _RAR_PPMMODEL_
#define _RAR_PPMMODEL_
#include "coder.hpp"
#include "suballoc.hpp"
const int MAX_O=64; /* maximum allowed model order */
const int INT_BITS=7, PERIOD_BITS=
www.eeworm.com/read/124958/6035129
java smspducodec.java
//
// Copyright (c) 2001 Kvanttisofta oy. All rights reserved.
//
//
// SMS PDU coder/encoder class.
// (aspa@users.sourceforge.net).
//
// $Id: SmsPduCodec.java,v 1.1.1.1 2001/04/18 04:19:00 aspa Ex
www.eeworm.com/read/100413/6269916
java smspducodec.java
//
// Copyright (c) 2001 Kvanttisofta oy. All rights reserved.
//
//
// SMS PDU coder/encoder class.
// (aspa@users.sourceforge.net).
//
// $Id: SmsPduCodec.java,v 1.1.1.1 2001/04/18 04:19:00 aspa Ex
www.eeworm.com/read/410553/11278262
h main.h
void adpcm_coder(short *indata, char *outdata, int len,struct adpcm_state state);
void adpcm_decoder( char *indata, short *outdata, int len, struct adpcm_state state);
int fun_SampleAverage(sho
www.eeworm.com/read/155118/11897916
h util_cng.h
#ifndef _UTIL_CNG_H_
#define _UTIL_CNG_H_
/*
**
** File: "util_cng.h"
**
** Description: Function prototypes for "util_cng.c"
**
*/
/*
ITU-T G.723 Speech Coder ANSI-C Source Code