Socket+API
Socket+API技术资料下载专区,收录2,189份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
2,189
Socket+API 全部资料 2,189 份
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/i...
2017-07-29
76
SSL and TLS book. you can learn Secured socket layer and transport layer security from this book
SSL and TLS book. you can learn Secured socket layer and transport layer security from this book
2013-12-06
148
实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法
实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 ...
2013-11-30
192
本程序是用winsock API函数编写网络部分
本程序是用winsock API函数编写网络部分,使用MFC编写应用程序框架 在测试时,发现在有的机器上只能做服务器,如果做客户端则无法连接上服务器, 而有的则相反 但在同一台机器上回环测试均成功! 不知道为什么??是不是因为防火墙或是wi...
2014-01-04
160