代码搜索:Distributed

找到约 10,000 项符合「Distributed」的源代码

代码结果 10,000
www.eeworm.com/read/292720/3942211

v pmi_distributed_dpram.v

// -------------------------------------------------------------------- // >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE
www.eeworm.com/read/195453/8154416

html top_distributed_objects.html

Cetus Links: Thousands of Links on Objects and C
www.eeworm.com/read/134894/13971778

m distributed_sych_func.m

% Goes with the program distributed_synch.m function dzdt=distributed_sych_func(t,z); global N K omega theta=z; dthetadt=theta; % Just force to be a column for i=1:N summ=0; for j=1:N % Create t
www.eeworm.com/read/275831/10793907

rb 10 - implementing a distributed queue.rb

#!/usr/bin/ruby # queue_server.rb require 'thread' # For Ruby's thread-safe Queue require 'drb' $SAFE = 1 # Minimum acceptable paranoia level when sharing code! def run_queue(url='dr