代码搜索:并行端口
找到约 7,246 项符合「并行端口」的源代码
代码结果 7,246
www.eeworm.com/read/388717/8581308
pdf 并行计算.pdf
www.eeworm.com/read/362317/10005675
swf 传送方式-并行.swf
www.eeworm.com/read/162008/10346924
txt 并行程序.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity crcm is
port(clk,hrecv,datald: in std_logic;
sdata: in std_logic_vector(11 d
www.eeworm.com/read/469431/6976745
txt 并行-16.txt
/****************************************************
工 程:ST7920驱动的12864液晶的并行驱动模式
创建日期:2007年7月3日
创 建 人:朱海峰
邮 箱:ntzhf100@163.com QQ:543376422
引脚定义:RS(CS)=====>PB0
RW(SID)====>PB1
www.eeworm.com/read/439006/7718174
c 并行12864.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
void show_time(); //液晶显示程序
//****************************************
//12864液晶显示部分子程序模块
//****
www.eeworm.com/read/434498/7863616
cpp 并行枚举排序.cpp
#include
#include
#include
/*
* 函数名: main
* 功能: 主函数,实现枚举排序
* 输入:argc为命令行参数个数;
* argv为每个命令行参数组成的字符串数组
* 输出:返回1代表程序正常结束
*/
int main(int argc,char *argv[])
{
int Da
www.eeworm.com/read/434498/7863625
cpp 并行快速排序.cpp
#include
#include
#include
#include
#define TRUE 1
/*
* 函数名: main
* 功能:实现快速排序的主程序
* 输入:argc为命令行参数个数;
* argv为每个命令行参数组成的字符串数组。
* 输出:返回0
www.eeworm.com/read/313670/13582922
ppt mpi并行编程.ppt
www.eeworm.com/read/485569/6553113