代码搜索:软性连接线
找到约 206 项符合「软性连接线」的源代码
代码结果 206
www.eeworm.com/read/348551/7124707
1602Һ
SMC1602A(16*2)模拟口线接线方式
连接线图:
---------------------------------------------------
|LCM-----51 | LCM-----51 | LCM------51 |
---------------------------------------------|
|DB0-----P1.0 | DB4--
www.eeworm.com/read/240991/13180430
java communicatethread.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
class CommunicateThread extends Thread{//保持连接线程
protected Socket clientSock;
protected BufferedReader in=null
www.eeworm.com/read/322002/13391139
c avr spi.c
#include
#include
#include
/* s6b0741接线方式
连接线图:
-----------------
|M16-----s6b0741|
-----------------
www.eeworm.com/read/372440/2772610
java gprsclientthread.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
* GPRS连接线程,处理接收和发送与此连接相关的数据
*/
package documenteditor;
import java.io.ByteArrayOutputStream;
import
www.eeworm.com/read/295594/6332212
c lcd1602_4.c
/*==============================================================
2007-8-9
SMC1602A(16*2)模拟口线接线方式
采用四线数据线
连接线图如下:
---------------------------------------------------
|LCD-----51 | LCD------51 |
www.eeworm.com/read/105012/15679771
pas scanport.pas
//------------------------------------------------------------------------------
// 多线程端口扫描单元ScanPort.pas(仅作为教学演示使用)
// 功能:实现(1)辅助类TConnectThread连接线程类,用于控制连接超时
// (2)TScanPortThread类,端
www.eeworm.com/read/335387/12530474
txt readme.txt
以下的步骤中假定您的连接开发板和运行JTAG.EXE的计算机的IP为192.168.0.204。
(1)按照JTAG.PDF制作并口JTAG的连接线
(2)将开发板和计算机通过连接线连接。
(3)运行JTAG.EXE
(4)运行ARM SDT后在Angel Remote Configure界面中设置选择Ethernet模式,IP置为192.168.0.24,
选中HeartB
www.eeworm.com/read/184879/9068335
txt 16x2 字符液晶屏驱动演示程序.txt
KS0070(44780) 16x2 字符液晶屏驱动演示程序
=====================================================================
连接线图: LCM-------51 LCM-------51 LCM--------51
DB0-----P0.0
www.eeworm.com/read/239156/13300596
cpp comm.cpp
#include "comm.h"
TLogFile g_CommLog;
// 客户端连接线程
#ifdef _WIN32
DWORD ClientConnectThread(LPVOID lpParam)
#else
void *ClientConnectThread(void *lpParam)
#endif
{
#ifndef _WIN32
pthread
www.eeworm.com/read/239156/13300613
cpp comm.cpp
#include "comm.h"
TLogFile g_CommLog;
extern int g_Count;
// 客户端连接线程
#ifdef _WIN32
DWORD ClientConnectThread(LPVOID lpParam)
#else
void *ClientConnectThread(void *lpParam)
#endif
{
#if