代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/480025/6675054
c 3dtesting.c
#include
#include "avr.h"
#include "math.h"
#define OFFSETX 63
#define OFFSETY 31
#define OFFSETZ 31
/////////////////////////////////立方体加文字///////
www.eeworm.com/read/480025/6675062
_c 3dtesting._c
#include
#include "avr.h"
#include "math.h"
#define OFFSETX 63
#define OFFSETY 31
#define OFFSETZ 31
/////////////////////////////////立方体加文字///////
www.eeworm.com/read/479792/6679004
c spi16.c
/*
spi16.c
SPI Interface Functions for PIC16 Devices
These functions were written to mimic the SPI library functions
as found in the MPLAB C18 library. The functionality is the same
as the P
www.eeworm.com/read/479306/6691494
c text4.c
#include
void main(void)
{unsigned int a;
do{
for(a=0;a
www.eeworm.com/read/479064/6698776
h md5.h
/* crypto/md/md5.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The
www.eeworm.com/read/479166/6700032
h deckofcards.h
// Fig. 19.14: DeckOfCards.h
// Definition of class DeckOfCards that
// represents a deck of playing cards.
// BitCard structure definition with bit fields
struct BitCard
{
unsigned face :
www.eeworm.com/read/479166/6700221
cpp fig06_28.cpp
// Fig. 6.28: fig06_28.cpp
// Demonstrating the recursive function factorial.
#include
using std::cout;
using std::endl;
#include
using std::setw;
unsigned long factori
www.eeworm.com/read/479166/6700235
cpp fig06_31.cpp
// Fig. 6.31: fig06_31.cpp
// Testing the iterative factorial method.
#include
using std::cout;
using std::endl;
#include
using std::setw;
unsigned long factorial( unsi
www.eeworm.com/read/479166/6700236
cpp fig06_29.cpp
// Fig. 6.29: fig06_29.cpp
// Testing the recursive fibonacci function.
#include
using std::cout;
using std::cin;
using std::endl;
unsigned long fibonacci( unsigned long ); // funct
www.eeworm.com/read/478934/6708286
c nr4.c
/* net/rom level 4 (transport) protocol implementation
*/
#include
#include "global.h"
#include "mbuf.h"
#include "timer.h"
#include "ax25.h"
#include "lapb.h"
#include "netrom.h"