代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/271650/4226530
install
Compiling
=========
To compile the Sync4j C++ Client API on POSIX systems like Linux the
GNU autotools (libtool/autoconf/automake) are used. All files
necessary to invoke the normal
configur
www.eeworm.com/read/450224/1671989
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity stratix_io_register is
generic(
async_reset : string := "none";
sync_reset : string := "none";
power_up
www.eeworm.com/read/445791/1718099
java stackimpl.java
package sync;
import java.rmi.*;
import java.rmi.server.*;
public class StackImpl extends UnicastRemoteObject implements Stack{
private String name;
private String[] buffer=new String[100]
www.eeworm.com/read/445791/1718100
java simpleclient.java
package sync;
import javax.naming.*;
import java.rmi.*;
public class SimpleClient {
public static void main(String args[]) throws Exception{
String url="rmi://localhost/";
Context na
www.eeworm.com/read/441606/1769817
properties testsync.properties
sourceClass=test.sync4j.TestClientSyncSource
type=text/plain
sourceURI=./testsync
name=testsync
jndiName=
jdbcDriver=org.hsqldb.jdbcDriver
urlConnection=jdbc:hsqldb:hsql://localhost/test
userCo
www.eeworm.com/read/440906/1785854
cpp zfstream.cpp
#include
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor )
close(
www.eeworm.com/read/427703/1967854
java stackimpl.java
package sync;
import java.rmi.*;
import java.rmi.server.*;
public class StackImpl extends UnicastRemoteObject implements Stack{
private String name;
private String[] buffer=new String[100]
www.eeworm.com/read/427703/1967855
java simpleclient.java
package sync;
import javax.naming.*;
import java.rmi.*;
public class SimpleClient {
public static void main(String args[]) throws Exception{
String url="rmi://localhost/";
Context na
www.eeworm.com/read/411194/2191173
bat makent.bat
@setlocal
@set prompt=$g
@set cppflags=-Ox
@rem -DPARALLEL
@set parsecflags=%cppflags%
@rem -sync cons
@set linkflags=
@rem /F400000000
@rem /F is for setting the maximum stacksize (sequential)
www.eeworm.com/read/396408/2420214
sh mplmult.sh
#!/bin/sh
# example how to output video on multiple windows in sync.
# might be even more useful in combination with vo ggi
# to distribute the video arbitrarily
dir=/tmp/$$
count=$1
shift
if test 0