代码搜索:parallel

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

代码结果 6,530
www.eeworm.com/read/184671/9086684

vhd parallel.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; -- Uncomment the following lines to use the declarations that are -- provided for instantia
www.eeworm.com/read/168219/9931556

c parallel.c

/* * $Id: parallel.c,v 1.3 2003/09/24 12:13:35 jfabo Exp $ * * Copyright (C) 2001, 2002 ETC s.r.o. * * This program is free software; you can redistribute it and/or * modify it under the terms
www.eeworm.com/read/165847/10049345

c parallel.c

/* * QEMU Parallel PORT emulation * * Copyright (c) 2003-2005 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated
www.eeworm.com/read/164831/10085681

cc parallel.cc

#include #include #include #include #include #include using namespace std; //#include "Optimal.h" //#include "optimal.cpp" const
www.eeworm.com/read/358270/10193262

m parallel.m

% PARALLEL Computes the value of components in "parallel" % % [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ... % function [Veq] = parallel (varargin) Veq = varargin{1}; for num =
www.eeworm.com/read/357685/10203063

parallel-mib

www.eeworm.com/read/353880/10408811

vhd parallel.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; -- Uncomment the following lines to use the declarations that are -- provided for instantia
www.eeworm.com/read/161374/10421268

readme_parallel

===================================================================== ======
www.eeworm.com/read/424063/10499995

m parallel.m

function [a,b,c,d] = parallel(a1,b1,c1,d1,a2,b2,c2,d2,e,f,g,h) %PARALLEL Parallel connection of two systems. % +-->[System1]--+ % u-->+ O--->y %
www.eeworm.com/read/418361/10950415

c parallel.c

/* * QEMU Parallel PORT emulation * * Copyright (c) 2003-2005 Fabrice Bellard * Copyright (c) 2007 Marko Kohtala * * Permission is hereby granted, free of charge, to any person obtaining a copy