代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/292920/8324314

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/368351/9700386

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.132.1.4 2008/07/11 17:27:21 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/269755/11079140

h newmatrm.h

/// \ingroup newmat ///@{ /// \file newmatrm.h /// Rectangular matrix operations. // Copyright (C) 1991,2,3,4: R B Davies #ifndef NEWMATRM_LIB #define NEWMATRM_LIB 0 #ifdef use_namespac
www.eeworm.com/read/413190/11163664

vhd program_counter.vhd

library ieee; use ieee.std_logic_1164.all; -- each module will need to use std_logic use ieee.numeric_std.all; -- program counter needs support for numerical operations entity program_counter is port
www.eeworm.com/read/413044/11169124

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/110196/15540223

htm lion-tutorial34.htm

Iczelion's Win32 Assembly Tutorial No.34: RichEdit Control: More Text Operations
www.eeworm.com/read/100704/15866643

c myfsfile.c

#include "common.h" #include "mytypes.h" /* external variables */ int myfs_maxsz; extern struct myfs_inode *myfs_inop(struct inode *ino); /* file operations */ static int myfs_readpage(str
www.eeworm.com/read/192103/8404202

htm ch12_01.htm

Directory Operations (Learning Perl, 3rd Edition)
www.eeworm.com/read/191757/8424494

h wce_string.h

/* * $Id: wce_string.h,v 1.2 2006/04/09 16:48:18 mloskot Exp $ * * string.h - string operations * * Created by Mateusz Loskot (mateusz@loskot.net) * * Copyright (c) 2006 Taxus SI Ltd.
www.eeworm.com/read/286262/8779895

c misccmds.c

/* $Header: /nw2/tony/src/stevie/src/RCS/misccmds.c,v 1.14 89/08/06 09:50:17 tony Exp $ * * Various routines to perform specific editing operations or return * useful information about the file.