代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/492573/6415598
h md5.h
//---------------------------------------------------------------------------
#ifndef MD5H
#define MD5H
//---------------------------------------------------------------------------
/*********
www.eeworm.com/read/492677/6418466
c delay.c
#define uint unsigned int
void delay(uint t1,t2)
{
uint i,j;
for(i=1;i
www.eeworm.com/read/490828/6443014
cpp 12-1.cpp
#include
main( )
{unsigned a,b,c,d;
scanf("%o",&a);
b=a>>4;
c=~(~0
www.eeworm.com/read/490520/6447042
cpp 12-1.cpp
#include
main( )
{unsigned a,b,c,d;
scanf("%o",&a);
b=a>>4;
c=~(~0
www.eeworm.com/read/488499/6488480
c h263_vld_c.c
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*
www.eeworm.com/read/486979/6522074
h hal_uart.h
void halUARTSetup(void);
void blastString(char[], unsigned int);
www.eeworm.com/read/485905/6549162
h key.h
sbit KEY_0=P3^2;
sbit KEY_1=P3^3;
sbit KEY_2=P3^4;
sbit KEY_3=P3^5;
unsigned char keylonely(void);
www.eeworm.com/read/484265/6583980
h win.h
/************************************************************************
*
* win.h, display routines for Win32 for tmndecode (H.263 decoder)
*
***********************************************
www.eeworm.com/read/483945/6597870
h md5.h
/******************************************************************************
* Copyright (C) 2000 by Robert Hubley. *
* All rights reserved.