代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/377831/9260739
cpp zchaff_parallel.cpp
#include
#include
#include
#include
#include
#include
#include
#include "zchaff_solver.h"
#define MAX_LINE_LENGTH 64000
#d
www.eeworm.com/read/364029/9924776
dsn serial to parallel.dsn
www.eeworm.com/read/364029/9924778
asm serial to parallel.asm
ORG 00H
AJMP START
START: MOV SCON,#0
MOV 30H,#01H ;8字节待传输数据
MOV 31H,#02H
MOV 32H,#04H
MOV 33H,#08H
MOV 34H,#16
MOV 35H,#32
MOV 36H,#64
MOV 3
www.eeworm.com/read/364029/9924780
dsn parallel to serial.dsn
www.eeworm.com/read/364029/9924781
asm parallel to serial.asm
PL BIT P1.0
ORG 00H
START: CLR PL
SETB PL ;发送移位脉冲
MOV SCON,#10H ;允许串行口接收数据
WAIT: JNB RI,WAIT
MOV A,SBUF ;读取数据
CLR RI ;清除接收中断标志
MOV P0,A
www.eeworm.com/read/360068/10110574
oled_8080_parallel
www.eeworm.com/read/163609/10152619
cpp parallel_iicdlg.cpp
// Parallel_IICDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Parallel_IIC.h"
#include "Parallel_IICDlg.h"
#include "at88sc153.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CParal
www.eeworm.com/read/163609/10152621
h parallel_iicdlg.h
// Parallel_IICDlg.h : 头文件
//
#pragma once
// CParallel_IICDlg 对话框
class CParallel_IICDlg : public CDialog
{
// 构造
public:
CParallel_IICDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
www.eeworm.com/read/163609/10152629