代码搜索:Simultaneous
找到约 423 项符合「Simultaneous」的源代码
代码结果 423
www.eeworm.com/read/194543/5129905
js webform.js
// JavaScript source code
// Global callback object. It seems that this cannot process simultaneous Async callbacks.
var __callbackObject = new Object();
/*
* The request page must return the
www.eeworm.com/read/327360/3462493
testscript
#!/bin/bash
# This script run the TimingClient program and CLI test client program together
# in order to test the simultaneous execution of provider methods.
# This script also introduces the sleep(
www.eeworm.com/read/109831/15547225
cpp cache.cpp
/*
DB.CPP
This module implements a simple ip address cache. The cached addresses are kept
in an LRU sorted list. If there will be a large number of simultaneous
addresses, then a s
www.eeworm.com/read/188943/8506622
cpp cache.cpp
/*
DB.CPP
This module implements a simple user cache. The cached users are kept
in an LRU sorted list. If there will be a large number of simultaneous
users, then a sorted array wo
www.eeworm.com/read/118158/7134178
cpp cache.cpp
/*
DB.CPP
This module implements a simple user cache. The cached users are kept
in an LRU sorted list. If there will be a large number of simultaneous
users, then a sorted array wo
www.eeworm.com/read/291067/6303076
m dbtex26.m
function dbtex26
%DBTEX26 An example of simultaneous beamforming ad doppler filtering of radar signals.
%
%Description:
% The filtering is performed with the function "spapulfilt".
% Both Capon an
www.eeworm.com/read/493128/6406878
java concurrentkmeans.java
package kmeans;
import java.util.*;
import java.util.concurrent.*;
/**
* The version of K-means clustering adapted for true concurrency
* or simultaneous multithreading (SMT). The subtasks
www.eeworm.com/read/265167/11276252
cpp cache.cpp
/*
DB.CPP
This module implements a simple user cache. The cached users are kept
in an LRU sorted list. If there will be a large number of simultaneous
users, then a sorted array wo
www.eeworm.com/read/121000/14775962
cpp cache.cpp
/*
DB.CPP
This module implements a simple user cache. The cached users are kept
in an LRU sorted list. If there will be a large number of simultaneous
users, then a sorted array wo
www.eeworm.com/read/229812/4753154
todo
Possible upgrades to gzfilebuf:
- The ability to do putback (e.g. putbackfail)
- The ability to seek (zlib supports this, but could be slow/tricky)
- Simultaneous read/write access (does it m