代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/101168/15842613

html complexity.html

STL Complexity Specification
www.eeworm.com/read/100395/15874855

html descript.html

Newmat09 - general description General description next - skip - up
www.eeworm.com/read/152843/5665954

h xfs_iops.h

/* * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu
www.eeworm.com/read/410453/11286359

c lcd_cfg.c

#include "sci_types.h" #include "lcd.h" #include "make.h"//LW060228 /**---------------------------------------------------------------------------* ** Compiler Flag
www.eeworm.com/read/205777/15307208

c lcd_cfg.c

#include "sci_types.h" #include "lcd.h" #include "make.h"//LW060228 /**---------------------------------------------------------------------------* ** Compiler Flag
www.eeworm.com/read/127767/14337277

txt e363. performing bitwise operations on a bit vector.txt

The BitSet class implements a bit-vector of an arbitrary size. It automatically grows dynamically. This example demonstrates how to create and use a BitSet. The BigInteger class also support bitwise
www.eeworm.com/read/127781/6000115

ver yenta.ver

#if defined(__module__up) || defined(__module__BOOT) #define __ver_yenta_operations _ver_str(e267ff5e) #define yenta_operations _set_ver(yenta_operations) #elif defined(__module__bigmem) || defined(
www.eeworm.com/read/391253/8413987

m fs1016.m

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/386050/8768462

m check12.m

%CHECK12 Decide between monadic and dyadic datafile operations % % [CHECK,A,B] = CHECK12(A,B)
www.eeworm.com/read/385844/8786209

h synch.h

// synch.h // Data structures for synchronizing threads. // // Three kinds of synchronization are defined here: semaphores, // locks, and condition variables. The implementation for // semaphores is