代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/159825/5581119

h atomic.h

#ifndef __ARCH_M68K_ATOMIC__ #define __ARCH_M68K_ATOMIC__ /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. */ /* * We do not have SMP m68k systems
www.eeworm.com/read/159496/5583006

h list.h

/* * list.h * list operations * * copied from Linux_Kernel_Dir/include/linux/list.h */ #ifndef _MG_LIST_H #define _MG_LIST_H struct list_head { struct list_head *next, *prev;
www.eeworm.com/read/210638/6872850

cpp newmat7.cpp

//$$ newmat7.cpp Invert, solve, binary operations // Copyright (C) 1991,2,3,4: R B Davies #include "include.h" #include "newmat.h" #include "newmatrc.h" #ifdef use_namespace namespace NEWMAT {
www.eeworm.com/read/412452/11199474

v decoder.v

// Operations: ADD, ADDU, SUB, SUBU, AND, OR, NOR, XOR, SLL, SRA, SRL module decoder(Clock, Reset, Instruction, Branch, Jump, Write_RF, Src2, ALUOP, RegDest, Memory_Read, Memory_Write, Mem2Reg, Int
www.eeworm.com/read/200976/15419102

cpp newmat7.cpp

//$$ newmat7.cpp Invert, solve, binary operations // Copyright (C) 1991,2,3,4: R B Davies #include "include.h" #include "newmat.h" #include "newmatrc.h" #ifdef use_namespace namespace NEWMAT {
www.eeworm.com/read/104653/15686065

h io.h

#ifndef __IO_H__ #define __IO_H__ #include #include #include "../chain.h" /* * IO Operations */ #define IORead 0 #define IOWrite 1 #define IOWrites 2 #define IOClose 3 #d
www.eeworm.com/read/100394/15874914

cpp newmat7.cpp

//$$ newmat7.cpp Invert, solve, binary operations // Copyright (C) 1991,2,3,4: R B Davies #include "include.h" #include "newmat.h" #include "newmatrc.h" #ifdef use_namespace namespace NEWMAT {
www.eeworm.com/read/373635/9445298

html sets.html

R: Set Operations
www.eeworm.com/read/164783/10088395

c fat_file.c

/* * fat_file.c * * General operations on "fat-file" * * Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia * Author: Eugeny S. Mints * * @(#) $Id: fat_file.c,v 1.
www.eeworm.com/read/277141/10664295

htm otl3_ex109.htm

OTL 4.0, Example 109 (OTL/DB2-CLI and bulk operations with DB2's CLOB)