代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/476038/6772788

m pvcamacq.m

% PVCAMACQ - acquire image sequence from PVCAM device % % DATA = PVCAMACQ(HCAM, NI, ROI, EXPTIME, EXPMODE) acquires an image % sequence of NI images over the CCD region(s) specified by the
www.eeworm.com/read/266070/11244151

txt readme.txt

------------------------------------------------------------------------------- Example: AMD Flash Programmer Target: ADSP-21369 Date: July 10, 2005 Tools: VisualDSP++ 4.0 Hardware: ADSP-21369 EZ
www.eeworm.com/read/105179/15675965

plip readme1.plip

\title{PLIP: The Parallel Line Internet Protocol Device} \author{ Donald Becker (becker@super.org)} \affiliation{I.D.A. Supercomputing Research Center, Bowie MD 20715} %% At some point T. Thorn will
www.eeworm.com/read/271017/11012742

rpt main.fit.rpt

Fitter report for Main Wed Jan 02 13:01:15 2008 Version 5.0 Build 171 11/03/2005 Service Pack 2 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal N
www.eeworm.com/read/190347/8444622

bat install_parallel_flash_memory_uart_programmer.bat

REM ########################################################################## REM # This will create the iMPACT CMD file and then run iMPACT to program # REM # the Spartan-3E device on th
www.eeworm.com/read/275831/10794287

rb 08 - looping through multiple iterables in parallel.rb

require 'generator' enumerator = SyncEnumerator.new(%w{Four seven}, %w{score years}, %w{and ago}) enumerator.each do |row| row.each { |word| puts word } puts '---' e