代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/299984/7140399
m check12.m
%CHECK12 Decide between monadic and dyadic datafile operations
%
% [CHECK,A,B] = CHECK12(A,B)
www.eeworm.com/read/392997/7247727
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
www.eeworm.com/read/392997/7247805
h syscall.h
/* syscalls.h
* Nachos system call interface. These are Nachos kernel operations
* that can be invoked from user programs, by trapping to the kernel
* via the "syscall" instruction.
*
* This
www.eeworm.com/read/460435/7250874
m check12.m
%CHECK12 Decide between monadic and dyadic datafile operations
%
% [CHECK,A,B] = CHECK12(A,B)
www.eeworm.com/read/441245/7673089
m check12.m
%CHECK12 Decide between monadic and dyadic datafile operations
%
% [CHECK,A,B] = CHECK12(A,B)
www.eeworm.com/read/296743/8079437
txt windows unix 信号量semaphore示例程序.txt
Windows 平台的代码来源于 MSDN,Unix 平台的代码是 Google 来的。
Part 1 - Windows 平台信号量(Semaphore)示例程序
#include
#include
#define MAX_SEM_COUNT 10
#define THREADCOUNT 12
HANDLE ghSemaph
www.eeworm.com/read/242870/12976426
txt readme.txt
Matrix TCL Lite 1.12
Copyright (c) 1997-2001 Techsoft Pvt. Ltd.
------------------------------------------
This matrix C++ template class library is for performing common matrix operations in your