代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/472739/6864851
cpp binarysearch.cpp
#include "mpi.h"
#include
#include
using namespace std;
int main(int argc,char **argv)
{
/** Parallel Finding the max in Arr **/
const int Master = 0;
const int T
www.eeworm.com/read/135656/13911865
changelog
rdesktop (1.4.0)
* Basic disk-, parallel-, printer- and serial-redirection
* Fix timezone-redirection
* Backing-store fixes
* Fix client-IP sent to TS
* XEmbed support for embedding rde
www.eeworm.com/read/134913/13970462
c elektor_canpar.c
/*
* elektor_canpar.c
* Copyright (c) 2001 J黵gen Eder
*
* The hardware driver for the Elektor CAN Card
* for the parallel port . The circuit was
* i
www.eeworm.com/read/202499/15380377
vhd cpld.vhd
--fpga FPP(fast passive parallel) configuration
--fpga_conf_done in :The FPGA will release the pin high when configuration is successful.配置成功后置高
--fpga_nstatus in :FPGA pulls the pin low if a con
www.eeworm.com/read/106743/15623404
h hardware.h
/*
* I/O port base address of your parallel port the LCD panel
* is connected to, uncomment one of the following or add your own
*/
/* #define LCD_ADDRESS 0x0378 */ /* corresponds to lpt1: on most
www.eeworm.com/read/101167/15842907
c rctime.c
// RCTIME.C (PIC16HV540), CCS-PCB
//
// Charges capacitor in parallel with a resistor on PORTA2 for 10 ms.
// PORTA2 is then made an input and capacitor discharges though capacitor and
// and the
www.eeworm.com/read/101167/15842923
c rctime.c
// RCTIME.C (PIC16C505), CCS-PCB
//
// Charges capacitor in parallel with a resistor on PORTC1 for one second.
// PORTC1 is then made an input and capacitor discharges though capacitor and
// and
www.eeworm.com/read/100019/15888011
h thread_mutex.h
#ifndef __THREADS_MUTEX_H
#define __THREADS_MUTEX_H
#include
#include
class wait_queue;
/**
* Mutex, is a class for mutual exclusion of parallel
* proces
www.eeworm.com/read/181563/9245964
c parport.c
/* $Id: parport.c,v 1.8 2003/09/09 06:54:43 reinelt Exp $
*
* generic parallel port handling
*
* Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
*
* This program is free software; you can r
www.eeworm.com/read/174989/9565776
vhd mul32c.vhd
-- mul32c.vhdl parallel multiply 32 bit x 32 bit to get 64 bit unsigned product
-- uses add32 component and fadd component, includes carry save
-- uses VHDL 'generate' to hav