代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/262348/4313883
c ppt.c
#include
#include
#include
#include "ppt.h"
int validPpt;
int GetValidPpt(void)
{
// search for valid parallel port
_outp(LPT1, 0x55);
if((int)_inp(LPT
www.eeworm.com/read/474336/6820835
c ppt.c
#include
#include
#include
#include "ppt.h"
int validPpt;
int GetValidPpt(void)
{
// search for valid parallel port
_outp(LPT1, 0x55);
if((int)_inp(LPT
www.eeworm.com/read/293861/8268921
tdf par_add_8ve.tdf
--parallel_add DEVICE_FAMILY="Cyclone" MSW_SUBTRACT="NO" PIPELINE=4 REPRESENTATION="SIGNED" RESULT_ALIGNMENT="LSB" SHIFT=0 SIZE=16 WIDTH=16 WIDTHR=20 clock data result
--VERSION_BEGIN 6.0 cbx_cyclone
www.eeworm.com/read/268666/11125766
vhdl bmul32.vhdl
-- bmul32.vhdl parallel multiply 32 bit x 32 bit two's complement
-- the main components are bmul32, special Booth 32 x 32 -> 16 bit multiplier
-- badd32 32 bit specialized adder for Booth multiplie
www.eeworm.com/read/373595/9449006
c mainpar.c
/* Main file parallel */
#include "defs.h"
#include "par.h"
#include "ind.h"
#include "gen.h"
#include "back.h"
#include "genback.h"
#define DEFLOG AUTO
#define DEFFIRST 0
#define DEFINFO 1
#defi
www.eeworm.com/read/364988/9884018
vhd sipo.vhd
library ieee;--------8 bits serial input parallel output
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity sipo is
port (d_in:in std_logic;
www.eeworm.com/read/467932/6997011
m pskprac.m
clear all
clc;
close all
%% Input data sequence
len=1e3; % total number of bits, serial data
bit_seq=randint(1,len);
%% Serial to parallel converter
bits=reshape(bit_seq,len/2,2)
% binar
www.eeworm.com/read/331763/12809763
vhd sipo.vhd
library ieee;--------8 bits serial input parallel output
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity sipo is
port (d_in:in std_logic;
www.eeworm.com/read/245004/12826568
h pmddrv.h
#ifndef PMD_Drv
#define PMD_Drv
#ifdef WIN32
// required because we are using the Win32 API
#include
#endif
#include
// PMDdrv.h -- parallel IO via Windows drive