代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/266140/6286376
h svm12864_lcd.h
//----------------LCD引脚配置
sbit E=P1^3; //(SCLK)
sbit RW=P1^4; //(SID)
sbit RS=P1^5; //(CS)
//-----------------延时参数
void Delay(unsigned char t)
{unsigned int a;
while(t--)
{for(a=1;a
www.eeworm.com/read/138168/6287154
c example2.c
//----------------------------------------------------------------------------
// Copyright, 1991 .. 2001, by Mettler & Fuchs AG, Dietikon, Switzerland
//--------------------------------------------
www.eeworm.com/read/274660/6288444
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/322905/6301115
h gzip.h
/* gzip.h -- common declarations for all gzip modules
* Copyright (C) 1992-1993 Jean-loup Gailly.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU G
www.eeworm.com/read/322905/6301227
c seagate.c
/*
* seagate.c Copyright (C) 1992, 1993 Drew Eckhardt
* low level scsi driver for ST01/ST02, Future Domain TMC-885,
* TMC-950 by
*
* Drew Eckhardt
*
*
*
* N
www.eeworm.com/read/322905/6301243
c depca.c
/* depca.c: A DIGITAL DEPCA ethernet driver for linux.
Written 1994 by David C. Davies.
Copyright 1994 David C. Davies and United States Government as
represented by the Director,
www.eeworm.com/read/322905/6301255
c slhc.c
/*
* Routines to compress and uncompress tcp packets (for transmission
* over low speed serial lines).
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
www.eeworm.com/read/322905/6301474
c sched.c
/*
* linux/kernel/sched.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* 'sched.c' is the main kernel file. It contains scheduling primitives
* (sleep_on, wakeup, schedule etc)
www.eeworm.com/read/322905/6301478
c ptrace.c
/* ptrace.c */
/* By Ross Biro 1/23/92 */
/* edited by Linus Torvalds */
#include
#include
#include
#include
#include
www.eeworm.com/read/322905/6301508
c hpfs_fs.c
/*
* linux/fs/hpfs/hpfs_fs.c
* read-only HPFS
* version 1.0
*
* Chris Smith 1993
*
* Sources & references:
* Duncan, _Design ... of HPFS_, MSJ 4(5) (C) 1989 Microsoft Corp
*