代码搜索:nibble

找到约 447 项符合「nibble」的源代码

代码结果 447
www.eeworm.com/read/410201/11298750

c nibble.c

/*++ Copyright (C) Microsoft Corporation, 1993 - 1999 Module Name: nibble.c Abstract: This module contains the code to do nibble mode reads. Author: Anthony V. Ercolan
www.eeworm.com/read/336843/12413096

h nibble.h

#ifndef _NIBBLE_H #define _NIBBLE_H #if _MSC_VER > 1000 #pragma once #endif struct PelsTable { int nFirstPels; int nSecondPels; int nindex; }; class CNibble { public: CNibbl
www.eeworm.com/read/336843/12413102

cpp nibble.cpp

#include "Nibble.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif PelsTable CNibble::m_Table[7][256] = { { { 0, 0, 1},//0 { 0, 0, 2},//1
www.eeworm.com/read/233341/14157510

htm nibble mode.htm

Warp Nine Engineering - The IEEE 1284 Experts - IEEE 12
www.eeworm.com/read/153824/5644864

c nibble_alloc.c

/* * nibble_alloc.c - fast mem allocation for decoded values * * MS Dec 31/91 * * Copyright (C) 1992 Michael Sample and the University of British Columbia * * This library is free software; you
www.eeworm.com/read/153824/5644884

h nibble_alloc.h

/* * nibble_alloc.h - handles buffer allocation * MS 91 * * Copyright (C) 1992 Michael Sample and the University of British Columbia * * This library is free software; you can redistribute it an
www.eeworm.com/read/430448/1930263

c nibble2hex.c

#include "../conv.h" char nibble2hex(u08 val) { char s; s='0'+(val&0xf); if (s>'9') s+='A'-'9'-1; return s; }
www.eeworm.com/read/430445/1930552

c nibble2hex.c

#include "../conv.h" char nibble2hex(u08 val) { char s; s='0'+(val&0xf); if (s>'9') s+='A'-'9'-1; return s; }
www.eeworm.com/read/430448/1930098

d nibble2hex.o.d

nibble2hex.o: ../conv/nibble2hex.c ../conv/../conv.h ../conv/../config.h \ ../conv/../global.h ../conv/../conv.h: ../conv/../config.h: ../conv/../global.h:
www.eeworm.com/read/430445/1930388

d nibble2hex.o.d

nibble2hex.o: ../conv/nibble2hex.c ../conv/../conv.h ../conv/../config.h \ ../conv/../global.h ../conv/../conv.h: ../conv/../config.h: ../conv/../global.h: