代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/366702/2883505
c a.13.1.c
/* { dg-do compile } */
int dequeue (float *a);
void work (int i, float *a);
void
a13 (float *x, float *y)
{
int ix_next, iy_next;
#pragma omp parallel shared(x, y) private(ix_next, iy_next)
{
#p
www.eeworm.com/read/262041/4316068
c am29lv160d_8x2.c
/* am29lv160d_8x2.c:
* Device interface for the AM29LV160D flash device configured for
* x16 mode with 1 device in parallel.
*/
#include "config.h"
#if INCLUDE_FLASH
#include "stddefs.h
www.eeworm.com/read/253341/4395529
h pio2.h
/*
* Register definitions for Parallel Input/Output Controller
*/
#ifndef __CPU_AT32AP_PIO2_H__
#define __CPU_AT32AP_PIO2_H__
/* PIO2 register offsets */
#define PIO2_PER 0x0000
#define PIO2_PDR
www.eeworm.com/read/415056/11084910
c emif.c
void initial_emif(void)
{
int i;
*EBSR=0x0201; //Parallel Port Mode:Full EMIF Mode
*EMI_RST=0x00; //复位EMIF状态机并等待100个周期
for(i=0;i
www.eeworm.com/read/428591/8857496
m receiver.m
function rx_data=receiver(M,nc,bits,tra_data,row_ifft,col_ifft)
len_cp = ceil(0.1*nc);
fft_points = nc;
empt=[]; rx=[];
recvd_signal =tra_data ;
% 4. Convert Data back to "parallel" f
www.eeworm.com/read/378188/9242282
makeframe
#
# --- Makefile for (parallel) speed of intrinsic functions (OpenMP version).
OBJECTS = numerics.o mod1f.o argx.o argy.o cot.o efvec.o wrtab.o \
ddummy.o dran1.o state.o cclo
www.eeworm.com/read/378188/9242388
makeframe
#
# --- Makefile for parallel regular banded sparse linear system solve
# (OpenMP version).
OBJECTS = numerics.o ranmod.o fltimod.o \
mod2cr.o checkreg.o cg.o dotpr.o dran0.o nrm2.o
www.eeworm.com/read/378188/9242439
makeframe
#
# Makefile for parallel sparse matrix-vector multiply (OpenMP version).
OBJECTS = numerics.o ranmod.o mod2as.o check.o getmatvec.o spmxv.o \
state.o cclock.o wclock.o
EXEC = x.mod
www.eeworm.com/read/366123/9830934
c st7920.c
/*
File:ST7920.c
Autor:rgh111
E-mail:rgh111@163.com Provide 8x2 & 7.5x2 Chinese character LCD
module,operate either into serial mode or parallel mode.
Date:2003.12.23
Vesion:1.0
Function
www.eeworm.com/read/217487/7083641
c st7920.c
/*
File:ST7920.c
Autor:rgh111
E-mail:rgh111@163.com Provide 8x2 & 7.5x2 Chinese character LCD
module,operate either into serial mode or parallel mode.
Date:2003.12.23
Vesion:1.0
Function