-
串口发送接收数据,串口发送接收数据
串口发送接收数据,串口发送接收数据 -Sending and receiving serial data, serial port serial port to send receive data to send receive data
- 2022-02-04 03:37:02下载
- 积分:1
-
串口调试助手的源代码,可以参考下做法,我以前编的
串口调试助手的源代码,可以参考下做法,我以前编的-Serial debugging aides source code, can refer to the next practice, I
- 2022-08-20 13:59:46下载
- 积分:1
-
夸平台的基于ACE的简单文件传输源码
#include <fstream>
#include "ace/OS.h"
#include "...
夸平台的基于ACE的简单文件传输源码
#include
#include "ace/OS.h"
#include "ace/Log_Msg.h"
#include "ace/INET_Addr.h"
#include "ace/SOCK_Stream.h"
#include "ace/SOCK_Connector.h"-Kwame platform based on the ACE source code of a simple file transfer# Include
- 2022-02-12 21:34:47下载
- 积分:1
-
用asp.net生成随机验证码 用asp.net生成随机验证码
用asp.net生成随机验证码 用asp.net生成随机验证码-using random test generation Asp. Net yards with Asp. Net randomly generated test code
- 2022-08-04 01:45:32下载
- 积分:1
-
a simple computer network program, describes the computer sliding window of the...
一个简单的计算机网络程序,描述计算机滑窗协议。实现回退N帧。-a simple computer network program, describes the computer sliding window of the agreement. Reverting to achieve N frame.
- 2022-02-01 11:33:22下载
- 积分:1
-
局域网通信大使是一个学习网络程序员,方便公司。
局域网通讯大使是一个便于程序员学习网络通讯时的很好的一个源码-LAN communications Ambassador is a learning network programmers to facilitate communication of a good source
- 2022-06-01 16:01:25下载
- 积分:1
-
采用控件进行网络通讯的聊天服务器软件,已调试过。注意:在开启软件前需搭建网络线路,否则会有错误提示,影响软件正常运行...
采用控件进行网络通讯的聊天服务器软件,已调试过。注意:在开启软件前需搭建网络线路,否则会有错误提示,影响软件正常运行-Controls network communications using the chat server software, have been debug. NOTE: before opening the software to build the network line, or it will error and affect the normal operation of software
- 2022-05-09 05:47:53下载
- 积分:1
-
Socket编程 还有很大的升级空间 服务器和客户端在一起的
Socket编程 还有很大的升级空间 服务器和客户端在一起的-Socket programming upgrades there is still much room for server and client together
- 2022-03-16 04:25:59下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
- 2022-02-07 17:35:59下载
- 积分:1
-
过直接控制DNS进程(其实也就是svchost.exe,不过对应用户名是NETWORK SERVICE)进行数据传输的例子.编程中出现了很多问题,比方说获取sv...
过直接控制DNS进程(其实也就是svchost.exe,不过对应用户名是NETWORK SERVICE)进行数据传输的例子.编程中出现了很多问题,比方说获取svchost对应用户名时没有权限(但是能够操作LOCAL SERVICE),在句柄值为0x2c时进行getsockname时会停止运行-DNS direct control over the process (that is, in fact, svchost.exe, but on the application name is NETWORK SERVICE) examples of data transmission. Programming in a lot of problems, for example, to obtain the application name svchost without permission (but able to operate LOCAL SERVICE), in the handle when the value of 0x2c will stop running getsockname
- 2022-10-10 17:30:03下载
- 积分:1