代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/111078/6159303
java anchor.java
/**
* Copyright (C) 2003-2004 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free
www.eeworm.com/read/108165/6184744
java abstractplatformtransactionmanager.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/108165/6184749
java transactionsynchronizationmanager.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/101082/6244375
5 ntp.conf.5
.TH ntp.conf 5
.SH Name
ntp.conf \- Network Time Protocol configuration file
.SH Description
The
.PN /etc/ntp.conf
.NXR "ntp.conf file" "described"
.NXR "named configuration file" "described"
file i
www.eeworm.com/read/101082/6246232
5 ntp.conf.5
.TH ntp.conf 5
.SH Name
ntp.conf \- Network Time Protocol configuration file
.SH Description
The
.PN /etc/ntp.conf
.NXR "ntp.conf file" "described"
.NXR "named configuration file" "described"
file i
www.eeworm.com/read/410262/11295264
cpp markov.cpp
#include "markov.h"
/////////// ONLY FORWARD CHANNEL is modeled here!!!!!!!!!!!
int CMarkovVoice::stTable[16][3]=
{
{0, 0, 2916 },
{0, 20906, 25264 },
{0, 0, 0 },
{0, 0, 0 },
{0,
www.eeworm.com/read/409699/11315635
m motor.m
function dy = Motor(t,y)
dy = zeros(7,1);
mu=1;alfa=1.9;
dy(1) = -mu*y(1) + y(2)*(y(3)+alfa);
dy(2) = -mu*y(2) + y(1)*(y(3)-alfa);
% --------------------Choas characteristic----------------------
www.eeworm.com/read/409649/11317250
c countingsemdemo.c
/* countingSemDemo.c - Demonstrates task synchronization using counting
* semaphores.
*/
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification h