代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/326593/13132245

h lcd.h

/*---------------------------------------------------------------------------- * Name: LCD.H * Purpose: LCD function prototypes * Version: V1.10 *----------------------------
www.eeworm.com/read/139776/13133904

c banbks.c

#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;} void banbks(float **a, unsigned long n, int m1, int m2, float **al, unsigned long indx[], float b[]) { unsigned long i,k,l; int mm; float dum; mm=m
www.eeworm.com/read/139776/13134178

c igray.c

unsigned long igray(unsigned long n, int is) { int ish; unsigned long ans,idiv; if (is >= 0) return n ^ (n >> 1); ish=1; ans=n; for (;;) { ans ^= (idiv=ans >> ish); if (idiv
www.eeworm.com/read/139776/13134530

c hpsel.c

void hpsel(unsigned long m, unsigned long n, float arr[], float heap[]) { void sort(unsigned long n, float arr[]); void nrerror(char error_text[]); unsigned long i,j,k; float swap; if (m > n/2
www.eeworm.com/read/326558/13135235

c main.c

//******************************************************************************* // MSP-MMC Demo - Demo to show how to use the MMC library // // Description; This example shows the correct setup
www.eeworm.com/read/326534/13136549

h aes.h

#ifndef AES_H #define AES_H 1 #define AES_OK 1 #define BPOLY 0x1b // Lower 8 bits of (x^8+x^4+x^3+x+1), ie. (x^4+x^3+x+1). #define BLOCKSIZE 16 // Block size in number of bytes. // Nb
www.eeworm.com/read/241537/13136842

h diag.h

//***************************************************************************** // // diag.h - Prototypes for the diagnostic functions. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All righ
www.eeworm.com/read/241537/13136918

c qei.c

//***************************************************************************** // // qei.c - Driver for the Quadrature Encoder with Index. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All
www.eeworm.com/read/139738/13137152

c memset.c

#include "stdlib.h" void *memset(void *s, int c, unsigned int n) { int i; for (i=0; i
www.eeworm.com/read/326485/13139660

c msp430xg46x_uscib0_i2c_11.c

//****************************************************************************** // MSP430xG461x Demo - USCI_B0 I2C Slave TX multiple bytes to MSP430 Master // // Description: This demo connect