代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/319472/13451363
c binbit.c
/* binbit.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int main(void)
{
char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/315699/13538023
c binbit.c
/* binbit.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int main(void)
{
char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/309126/13681636
c fbcon-cfb4.c
/*
* linux/drivers/video/cfb4.c -- Low level frame buffer operations for 4 bpp
* packed pixels
*
* Created 26 Dec 1997 by Michael Schmitz
* Based on the old macfb.c 4bpp code by Alan Cox
*
www.eeworm.com/read/147766/5724747
c fops.c
/* fops.c -- File operations for DRM -*- linux-c -*-
* Created: Mon Jan 4 08:58:31 1999 by faith@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 20
www.eeworm.com/read/141138/5777005
c bitmap.c
/* $Id: bitmap.c,v 1.40 2003/09/04 06:02:53 weiym Exp $
**
** Bitmap operations of GDI.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
** Current maintainer: W
www.eeworm.com/read/141138/5777015
c pixel_ops.c
/*
** $Id: pixel_ops.c,v 1.11 2003/09/04 06:02:53 weiym Exp $
**
** pixel_ops.c: pixel, horizontal, and vertical line operations
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002
www.eeworm.com/read/141138/5777055
c bitmap.c
/*
** $Id: bitmap.c,v 1.34 2003/09/04 03:09:52 weiym Exp $
**
** Bitmap operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current maintain
www.eeworm.com/read/141138/5777058
c clip.c
/*
** $Id: clip.c,v 1.8 2003/09/04 03:09:52 weiym Exp $
**
** Clipping operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current maintainer
www.eeworm.com/read/141138/5777064
c bitmap-lite.c
/*
** $Id: bitmap-lite.c,v 1.17 2003/09/04 03:09:52 weiym Exp $
**
** Bitmap operations of GDI for MiniGUI-Lite.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/141138/5777071
c coor.c
/*
** $Id: coor.c,v 1.7 2003/09/04 03:09:52 weiym Exp $
**
** Coordinates operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current maintai