代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/491595/6430791

c utils.c

/**************************************************************************** # Spcaview: Spca5xx Grabber # # Copyright (C) 2004 2005 Michel Xhaard
www.eeworm.com/read/491595/6430827

h utils.h

/**************************************************************************** # spcaview: Sdl video recorder and viewer with sound. # #This package work with the spca5xx based webcam with th
www.eeworm.com/read/491733/6433480

c crc8.c

/* ,-----------------------------------------------------------------------------------------. | util/crc8 |----------------------------------------------------------------------------------------- |
www.eeworm.com/read/491733/6433573

c crc8.c

/* ,-----------------------------------------------------------------------------------------. | util/crc8 |----------------------------------------------------------------------------------------- |
www.eeworm.com/read/491739/6433790

c crc8.c

/* ,-----------------------------------------------------------------------------------------. | util/crc8 |----------------------------------------------------------------------------------------- |
www.eeworm.com/read/491219/6441876

cpp matrix.cpp

// Matrix.cpp #include #include #include "Matrix.h" #if defined(WIN32) #define wxFinite(n) _finite(n) #elif defined(_LINUX) #define wxFinite(n) finite(n) #else
www.eeworm.com/read/490828/6442989

cpp 4-3.cpp

#include void main() {unsigned int a=65535; int b=-2; printf("a=%d,%o,%x,%u\n",a,a,a,a); printf("b=%d,%o,%x,%u\n",b,b,b,b); }
www.eeworm.com/read/490828/6443013

cpp 12-2.cpp

#include main( ) {unsigned a,b,c; int n; scanf("a=%o,n=%d",&a,&n); b=an; c=c|b; printf("%o\n%o",a,c); }
www.eeworm.com/read/490948/6446178

c uartintc.c

/********************************************************************* * * This file implements the functionality of UART with user defined * circular buffer. It has the implementation of fu
www.eeworm.com/read/490950/6446248

c emac.c

/****************************************************************** ***** ***** ***** Name: cs8900.c