-
ARM的LCD显示程序,主要用来显示一个320X240的图片
ARM的LCD显示程序,主要用来显示一个320X240的图片-ARM
- 2022-03-23 14:28:51下载
- 积分:1
-
Craft不等式(中文介绍)。讨论识别抽象实体的信息能多快得传送到输出端。...
Craft不等式(中文介绍)。讨论识别抽象实体的信息能多快得传送到输出端。-Craft Inequality (English presentation). Recognition discussion of abstract entities more information can be quickly transmitted to the output terminal.
- 2023-05-18 00:35:03下载
- 积分:1
-
FPGASOPC开发快速入门教程中文版,详细讲解如何使用FPGA
FPGASOPC开发快速入门教程中文版,详细讲解如何使用FPGA-QuickStart Development FPGASOPC Chinese version in detail on the use of FPGA
- 2023-01-12 00:35:04下载
- 积分:1
-
华为GSM模块的测试程序,其中包括拨打电话,接听电话以及来电显示等功能,适合学习GPRS入门...
华为GSM模块的测试程序,其中包括拨打电话,接听电话以及来电显示等功能,适合学习GPRS入门-Huawei GSM module test procedures, including call, receive calls, as well as features such as caller ID for learning GPRS portal
- 2022-02-20 20:56:14下载
- 积分: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
-
简单的聊天程序,初学者可以看看,高手勿进!
简单的聊天程序,初学者可以看看,高手勿进!-simple chat program, beginners can see, not masters!
- 2022-08-17 17:59:54下载
- 积分:1
-
串口通讯程序
串口通讯程序-Serial communication program
- 2022-03-21 01:35:01下载
- 积分:1
-
RFC3261 日文翻译版本。完全按照英文原版的3261文档翻译完成。...
RFC3261 日文翻译版本。完全按照英文原版的3261文档翻译完成。-Japanese translation version of RFC3261. In full accordance with the original 3261 English translation of complete documents.
- 2022-10-29 17:00:03下载
- 积分:1
-
一个Java的彩信发送程序
一个Java的彩信发送程序-a Java MMS sent procedures
- 2022-05-21 02:33:44下载
- 积分:1
-
马维尔XDB V3.2 XScale JTAG调试器版本说明
Marvell XDB v3.2 XScale JTAG Debugger Release Notes
- 2022-01-30 10:52:45下载
- 积分:1