代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/253341/4395237
h io.h
/*
* include/asm-microblaze/io.h -- Misc I/O operations
*
* Copyright (C) 2003 John Williams
* Copyright (C) 2001,02 NEC Corporation
* Copyright (C) 2001,02 Mi
www.eeworm.com/read/253341/4397658
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/253336/4398490
c dir_iterate.c
/* vi: set sw=4 ts=4: */
/*
* dir_iterate.c --- ext2fs directory iteration operations
*
* Copyright (C) 1993, 1994, 1994, 1995, 1996, 1997 Theodore Ts'o.
*
* %Begin-Header%
* This file may be re
www.eeworm.com/read/161121/5558884
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/159496/5583088
c icon.c
/*
** $Id: icon.c,v 1.24 2003/09/04 03:09:52 weiym Exp $
**
** icon.c Icon operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Curren
www.eeworm.com/read/155374/5625220
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/471837/6882540
c nandflash_4740.c
/*
* Common NAND Flash operations for JZ4740.
*
* This software is free.
*/
#include "jz4740.h"
#include "include.h"
extern struct nand_oobinfo oob_64[];
#define __nand_enable() (REG_EMC_NFCSR
www.eeworm.com/read/292920/8324311
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/392345/8349381
cpp ap.cpp
#include "stdafx.h"
#include "ap.h"
const double ap::machineepsilon = 5E-16;
const double ap::maxrealnumber = 1E300;
const double ap::minrealnumber = 1E-300;
//
// ap::complex operations
www.eeworm.com/read/392330/8349551
cpp ap.cpp
#include "stdafx.h"
#include "ap.h"
const double ap::machineepsilon = 5E-16;
const double ap::maxrealnumber = 1E300;
const double ap::minrealnumber = 1E-300;
//
// ap::complex operations