代码搜索:Distributed
找到约 10,000 项符合「Distributed」的源代码
代码结果 10,000
www.eeworm.com/read/286087/8790633
m4 rmdir.m4
# rmdir.m4 serial 1
dnl Copyright (C) 2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to
www.eeworm.com/read/286087/8790647
m4 memchr.m4
# memchr.m4 serial 1
dnl Copyright (C) 2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to
www.eeworm.com/read/384980/8826069
h fft.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by al
www.eeworm.com/read/184443/9100279
m poisson3d.m
function [pproc] = poisson3d(lambda)
% POISSON3D generate and plot Poisson process in the unit cube
%
% [pproc] = poisson3d(lambda)
%
% Inputs: lambda - intensity of the process
%
% Outputs: p
www.eeworm.com/read/183892/9133605
m4 printf-posix.m4
# printf-posix.m4 serial 2 (gettext-0.13.1)
dnl Copyright (C) 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As
www.eeworm.com/read/183892/9133608
m4 longdouble.m4
# longdouble.m4 serial 1 (gettext-0.12)
dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. A
www.eeworm.com/read/281718/9137932
txt license.txt
CoreMp4 Codec License
This software is distributed under terms of GNU GPL license.
Source code for this video decoder originates from TCPMP Mpeg4 codec.
www.eeworm.com/read/281651/9143806
h ghash.h
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dominik Reichl , Germany.
All rights reserved.
Distributed unde
www.eeworm.com/read/375429/9360179
sql 1002.sql
USE pubs
GO
--定义分布式事务
BEGIN DISTRIBUTED TRANSACTION
--在本机上执行SQL语句
UPDATE authors
SET au_lname = 'McDonald' WHERE au_id = '409-56-7008'
--在远程名为remote的服务器上执行一个名为changeauth_lname的存储过程
EXECUTE
www.eeworm.com/read/375429/9360236
sql 1002.sql
USE pubs
GO
--定义分布式事务
BEGIN DISTRIBUTED TRANSACTION
--在本机上执行SQL语句
UPDATE authors
SET au_lname = 'McDonald' WHERE au_id = '409-56-7008'
--在远程名为remote的服务器上执行一个名为changeauth_lname的存储过程
EXECUTE