代码搜索:Paralle
找到约 296 项符合「Paralle」的源代码
代码结果 296
www.eeworm.com/read/330102/12916352
m series2paralle.m
function para_bits = series2paralle(in_bits, parallel_cnt);
%this function perform the series to parallel transformation
bit = mod(length(in_bits), parallel_cnt);
if (bit == 0)
do_bits = i
www.eeworm.com/read/457222/7331619
asm exp2b_4.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_4: Paralle Processing
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_4
.text
_exp2b_4
www.eeworm.com/read/299636/7842128
asm exp2b_4.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_4: Paralle Processing
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_4
.text
_exp2b_4
www.eeworm.com/read/318888/13467837
asm exp2b_4.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_4: Paralle Processing
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_4
.text
_exp2b_4
www.eeworm.com/read/450157/7489780
pdf i2c-paralle port.pdf
www.eeworm.com/read/202492/15381522
txt printer.txt
通信握手:一般使用SIN,SLCT进行联络。
从并口输出数据:
PC检测BUSY是否忙,忙则等待。发数据,置STB,检测ACK是否响应,是则清STB否则等待。
外设检测STB是否选通,是则置BUSY否则等待。读数据,处理后发ACK清忙。
从并口输入数据:将"?"置1设为输入数据的模式。
外设检测STB是否忙,忙则等待。发数据,置ACK,检测A ...
www.eeworm.com/read/201230/15413018
cpp skelecton.cpp
// skelecton.cpp: implementation of the skelecton class.
//
//////////////////////////////////////////////////////////////////////
#include "skelecton.h"
#include "kalman.h"
#include
www.eeworm.com/read/201230/15413028
cpp skelecton.cpp
// skelecton.cpp: implementation of the skelecton class.
//
//////////////////////////////////////////////////////////////////////
#include "skelecton.h"
#include "kalman.h"
#include
www.eeworm.com/read/348787/10867089
c osdconst.c
#include "osddrv.h"
#include "osdconst.h"
const struct SCREEN_HEADER screen_all_header = {
0x0E07,0x0FC0,
0x0000,0x0000,0x0000,
0x0000,//fr
www.eeworm.com/read/367467/2843751
h nsock_internal.h
/***************************************************************************
* nsock_internal.h -- PRIVATE interface definitions for the guts of the *
* nsock paralle socket event library. Appli