代码搜索:Parallel

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

代码结果 6,530
www.eeworm.com/read/281319/9164262

vhd series_parallel.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity series_parallel is Port (clk : in std_logic; --BS series : in std
www.eeworm.com/read/281319/9164390

bsf parallel_series.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/281319/9164431

bsf series_parallel.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/281319/9164473

vhd parallel_series.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity parallel_series is Port (sys_clk : in std_logic; reset : in std_logic;
www.eeworm.com/read/379971/9170160

m serial_to_parallel.m

function [data,data2,Isymbols,Qsymbols]=serial_to_parallel(N) %Bob Gess, June 2008 for EE 473 %Extracted and modified from original code (QPSK_TX_IQ_RX) written by JC and posted on %Mathworks 12-23
www.eeworm.com/read/379971/9170164

asv serial_to_parallel.asv

function [data,data2,Isymbols,Qsymbols]=serial_to_parallel(N) %Bob Gess, June 2008 for EE 473 %Extracted and modified from original code (QPSK_TX_IQ_RX) written by JC and posted on %Mathworks 12-23
www.eeworm.com/read/182655/9197999

exe parallel_tools.exe

www.eeworm.com/read/379108/9207487

c lcd_parallel.c

#include "reg52.h" sbit LCD_RS= P2^0; sbit LCD_RW= P2^1; //定义引脚 sbit LCD_E= P2^2; #define LCD_Data P0 #define Busy 0x80 //用于检测LCD状态字中的Busy标识 void WriteDataLCD(unsigned char WDLCD); v
www.eeworm.com/read/379108/9207490

obj lcd_parallel.obj

www.eeworm.com/read/379108/9207492

lst lcd_parallel.lst

C51 COMPILER V7.20 LCD_PARALLEL 08/12/2007 17:35:12 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE LCD_PARALLEL OBJECT MODULE PLAC