代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/122257/14705642
htm pat4c.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Comp
www.eeworm.com/read/122257/14706796
htm pat4c.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Comp
www.eeworm.com/read/221024/14776774
html http:^^www.cs.utexas.edu^users^jbc^home^research.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 06-Jan-97 21:06:07 GMT
Content-Type: text/html
Content-Length: 1128
Last-Modified: Wednesday, 04-Dec-96 19:01:02 GMT
Joh
www.eeworm.com/read/219803/14863158
h synch-sleep.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// sema
www.eeworm.com/read/219803/14863181
h synch-sem.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// sema
www.eeworm.com/read/214672/15092190
h nachos_syscall.h
/* syscalls.h
* Nachos system call interface. These are the enveloped Nachos kernel
* operations that can be invoked from user programs.
* Each NachOS system call is translated to an
www.eeworm.com/read/172732/5382549
txt timesoftfloat.txt
Documentation for the `timesoftfloat' Program of SoftFloat Release 2b
John R. Hauser
2002 May 27
----------------------------------------------------------------------------
Introduction
www.eeworm.com/read/170881/5402685
readme
In this directory are datatypes and subroutines to handle matrix types
and operations common to iterative block eigensolver algorithms. The
block eigensolver algorithm itself is implemented in eigens
www.eeworm.com/read/169190/5428279
readme
Leader MPM:
This is an experimental variant of the standard worker MPM.
It uses a Leader/Followers design pattern to coordinate work among threads:
http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf
To use
www.eeworm.com/read/168845/5434157
rst multiplies.rst
.. Metafunctions/Arithmetic Operations/multiplies |70
multiplies
==========
``multiplies`` is a synonym for |times|. It is Provided for backward compatibility with
earlier versions of the li