代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/140423/13082037
h udp.h
#ifndef udp_h
#define udp_h
#ifdef __MACH__
typedef int socklen_t;
#endif
#include
#ifdef WIN32
#include
#include
typedef int socklen_t;
typedef SOCKET Socket;
#de
www.eeworm.com/read/140402/13083342
c ex2c-rx.c
/*= ex2c-rx.c ==================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be useful, bu
www.eeworm.com/read/140377/13084819
cpp wisjpegvideoservermediasubsession.cpp
/*
* Copyright (C) 2005 WIS Technologies International Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and the associated README documentat
www.eeworm.com/read/140377/13084844
cpp wismpeg1or2videoservermediasubsession.cpp
/*
* Copyright (C) 2005 WIS Technologies International Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and the associated README documentat
www.eeworm.com/read/140374/13085015
h image.h
#ifndef _IMAGE_H_
#define _IMAGE_H_
/* $Id: image.h,v 1.3 2003/04/20 21:13:41 dfx Exp $ */
struct image
{
unsigned int x, y;
unsigned int bufsize;
unsigned char *buf;
};
/* Inits image struct an
www.eeworm.com/read/140220/13095874
c 24c64.c
#include
#include
#include
#include
#include
bit ack; /*应答标志位*/
sbit SCL =P0^4;
sbit SDA =P0^5;
void Start_I2c()
{
SDA=1;
www.eeworm.com/read/327101/13098822
cpp zinflate.cpp
// zinflate.cpp - modified by Wei Dai from:
/* inflate.c -- Not copyrighted 1992 by Mark Adler
version c10p1, 10 January 1993 */
/* You can do whatever you like with this source file, though
www.eeworm.com/read/242015/13100094
h videoinedgedetection_system.h
/*****************************************************************************
Copyright (c) 2006 Analog Devices, Inc. All Rights Reserved.
This software is proprietary and confidential to Anal
www.eeworm.com/read/140163/13101304
h binimg.h
/* binimg.h -- defs for a.out+coff+elf+pe+exe+ne+le+omf formats */
#ifndef __GNUC__
#pragma pack(1)
#define __attribute__()
#endif
/* ****************** MAGIC NUMBERS ************************