-
iic master原创代码
iic master 功能,通过iic进行单个bit的读写,并将输出打印在LED上,代码分几个模块,其中涉及到inout的设置,并且经过验证可以良好应用
- 2023-08-07 17:50:04下载
- 积分:1
-
to handle *.NH files
to handle *.NH files-to handle*.NH files
- 2022-03-24 20:25:17下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
USB总线和429总线数据通信的用户程序和驱动程序之间的动态连接库函数...
USB总线和429总线数据通信的用户程序和驱动程序之间的动态连接库函数-USB Bus and 429 data communications users and drivers between the dynamic link library functions
- 2022-05-15 12:26:54下载
- 积分:1
-
TCP/IP Server, TCP/IP Client Component, (Server and Client Component working unb...
TCP/IP Server, TCP/IP Client Component, (Server and Client Component working unblocking mode)
- 2022-01-26 04:06:52下载
- 积分:1
-
in the Windows platform and Linux compiler, the SyncML development of a series o...
可以在Windows 平台和Linux 平台上编译,提供有关syncml开发的一系列API,包含一个综合 C 库,用于创建、发送、接收和解析 SyncML 消息。它支持 XML 和 WBXML 编码,还支持 HTTP(用于 Web 上的同步)、WSP(在 WAP 上使用)和 OBEX(在 IrDA 或蓝牙上使用)传输。-in the Windows platform and Linux compiler, the SyncML development of a series of API, includes a comprehensive C library for creating, sending, receiving and analytical SyncML news. It supports XML and WBXML coding, also supports HTTP (for Web synchronization), the WSP (in the use of WAP) and OBEX (IrDA or use Bluetooth) transmission.
- 2022-01-25 15:06:41下载
- 积分:1
-
一个采集程序可用于CVI蔬菜系统的应用。如有问题请发消息通知本人。...
一个采集程序可用于CVI蔬菜系统的应用。如有问题请发消息通知本人。-An acquisition program can be used for vegetables CVI system. If you have any questions, please notice I发消息.
- 2022-04-02 04:28:50下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
多载波码分多址
两个用户数据是 bpsk modulated.it 是风言风语使用沃尔什阿达玛代码,然后逆傅里叶变换是通过瑞利然后传输开始时间域信号退色的通道。
- 2022-05-13 17:31:24下载
- 积分:1
-
VC prepared using serial procedures, can work in two modes, normal mode for the...
利用VC编写的串口程序,可工作于两种模式,普通模式为文本模式,CCD模式为与单片机通信按规定协议传输图像。-VC prepared using serial procedures, can work in two modes, normal mode for the text mode, CCD mode with the single-chip communications in accordance with the provisions of the agreement to transfer images.
- 2022-04-01 20:59:57下载
- 积分:1