代码搜索:stuffing
找到约 48 项符合「stuffing」的源代码
代码结果 48
www.eeworm.com/read/136571/5870948
c systems.c
#include "mplex.h"
//
// bcopy
//
void bcopy(unsigned char *source, unsigned char *dest, int k)
{
unsigned char *from, *to;
from = source;
to = dest;
while(k!=0)
{
*to = *fro
www.eeworm.com/read/110972/6163486
c systems.c
#include "mplex.h"
//
// bcopy
//
void bcopy(unsigned char *source, unsigned char *dest, int k)
{
unsigned char *from, *to;
from = source;
to = dest;
while(k!=0)
{
*to = *fro
www.eeworm.com/read/231733/14222509
c systems.c
#include "mplex.h"
//
// bcopy
//
void bcopy(unsigned char *source, unsigned char *dest, int k)
{
unsigned char *from, *to;
from = source;
to = dest;
while(k!=0)
{
*to = *fro
www.eeworm.com/read/170225/5406526
c pes_misc.c
/*
$Id: pes_misc.c,v 1.9 2005/08/10 21:28:18 rasc Exp $
DVBSNOOP
a dvb sniffer and mpeg2 stream analyzer tool
http://dvbsnoop.sourceforge.net/
(c) 2001-2005 Rainer.Scherg@gmx.de (rasc)
www.eeworm.com/read/385221/8813543
cpp pes.cpp
/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved.
*
* Usage Restrictions
*
* License is granted to copy, to use, and to make and to use derivative
* works for research and evaluation p
www.eeworm.com/read/236166/14029929
cpp pes.cpp
/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved.
*
* Usage Restrictions
*
* License is granted to copy, to use, and to make and to use derivative
* works for research and evaluation p
www.eeworm.com/read/165425/10062687
v usienrzo.v
/******************************************
Filename: sienrzo.v 1.13
******************************************/
/*
The sienrzo module does the NRZi Output encoding including
bit stuffing. I
www.eeworm.com/read/417476/10987994
v usienrzo.v
/******************************************
Filename: sienrzo.v 1.13
******************************************/
/*
The sienrzo module does the NRZi Output encoding including
bit stuffing. I
www.eeworm.com/read/17778/760042
v usienrzo.v
/******************************************
Filename: sienrzo.v 1.13
******************************************/
/*
The sienrzo module does the NRZi Output encoding including
bit stuffing. I
www.eeworm.com/read/470713/1453489
java redef5.java
package bar.foo;
// Redefining and stuffing the redefined class with something
class redef5 {
class redef5 {void foobar() {}}
}