代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/457902/7315806
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/449530/7501337
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/245818/12779444
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/319472/13451362
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/315699/13538022
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/152695/5670345
h flash.h
#ifndef FLASH_LIB_H
#define FLASH_LIB_H
#include
/* PIO operations max */
#define FLASH_PROGRAM_POLLS 100000
/* 10 Seconds default */
#define FLASH_ERASE_SECTOR_TIMEOUT (10*1000 /*SEC*/
www.eeworm.com/read/147766/5724693
h drm_fops.h
/* drm_fops.h -- File operations for DRM -*- linux-c -*-
* Created: Mon Jan 4 08:58:31 1999 by faith@valinux.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA
www.eeworm.com/read/141138/5777002
c rect.c
/*
** $Id: rect.c,v 1.4 2003/09/04 06:02:53 weiym Exp $
**
** rect.c: Rectangle operations of GDI.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
** Current ma