-
Designed primarily for industrial control, first configured hardware required do...
主要为工控设计的,先配置好硬件所需的文件,和需要发送的命令,配合tftp,就可以自动下载硬件所需要的系统文件了。还可以自动发送命令给硬件。类似超级终端。仅共学习参考。-Designed primarily for industrial control, first configured hardware required documents, and the need to send orders, with tftp, you can automatically download the hardware needed for the system files. Can also automatically send a command to the hardware. Similar to HyperTerminal. Only a total learning reference.
- 2022-02-12 00:34:34下载
- 积分:1
-
加权函数加权滤波器是一个
A计权C计权滤波器函数 还有三分之一倍频程分析以及其他的滤波函数-A weighting function C weighting filters are one-third octave analysis of the filter function, as well as other
- 2022-03-19 18:43:27下载
- 积分:1
-
目前有许多MP3手机自动产生的播放列表只能播放固定目录中的MP3文件,此程序可以让您播放手机中任何目录下的MP3文件,有运行程序...
目前有许多MP3手机自动产生的播放列表只能播放固定目录中的MP3文件,此程序可以让您播放手机中任何目录下的MP3文件,有运行程序-There are many MP3 phones automatically generated playlists can only be fixed to play MP3 files directory, this program allows you to play any of the phone directory of MP3 files, have run the program
- 2023-06-14 06:15:04下载
- 积分:1
-
a serial communication program. You can be embedded into the application process...
一个串口通讯程序。可以嵌入到你的应用程序中。-a serial communication program. You can be embedded into the application process.
- 2022-02-04 07:27:34下载
- 积分: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
-
FSK detailed information on the FSK/DTMF
FSK详细资料,关于FSK/DTMF相关的资料等等
-FSK detailed information on the FSK/DTMF-related information, etc.
- 2022-03-06 15:52:29下载
- 积分:1
-
turbo均衡的原始经典文章,值得学习
turbo均衡的原始经典文章,值得学习-balanced turbo classic original article, it is worth learning
- 2022-02-10 11:12:35下载
- 积分: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
-
内附
内附-内附.................................
- 2022-05-26 14:07:12下载
- 积分:1
-
This example shows how to configure the Crossbar.
This example shows how to configure the Crossbar.-This example shows how to configure the Cro ssbar.
- 2022-06-20 07:22:16下载
- 积分:1