登录
首页 » Windows Socket编程 » Based on TCP/IP Protocol.

Based on TCP/IP Protocol.

于 2022-05-14 发布 文件大小:2.29 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

套接字源程序,连接换书文字,图片,套接字源程序,连接换书文字,图片,仅仅是个实例-Based on TCP/IP Protocol.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,"热心"...
    直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading) the author: North industrial university 2,000 levels of computers 4 class of querw downloaded a document from the HTTP server to have very many methods, the "warm-hearted" Microsoft has provided the WinInet kind, used very to be also convenient Certainly, we also may own realize these functions, is very easy through formatted request to be able to realize the break point to continue passes on and inspects renewal and so on function
    2022-11-12 19:15:03下载
    积分:1
  • Listen Line 互联网监听工具
    Listen Line 互联网监听工具-Listen Line Internet monitoring tools
    2022-07-21 06:57:44下载
    积分:1
  • MG2特色: Url简短 代码架构合理,极速明快。 支持模板管理等个性化模式 不需要数据库 支持无限级子相册 支持子相册加密功能 支...
    MG2特色: Url简短 代码架构合理,极速明快。 支持模板管理等个性化模式 不需要数据库 支持无限级子相册 支持子相册加密功能 支持幻灯片浏览方式 web方式上传或ftp目录汇入图片 支持图片评论以及评论的Email通知 运行于Php安全模式 能够读取数码照片的Exif信息,譬如光圈焦距等-MG2 characteristics: Url short code structure reasonable speed sprightly. Support the personalized template management model does not require a database to support the unlimited level sub-album support encryption sub-album support slide means web browsing or ftp upload directory into the picture to support the picture comments and comments Email notify running on Php safe mode to read take digital photos of the Exif information, such as focal length, such as aperture
    2022-02-02 17:02:06下载
    积分:1
  • 这是一个简单的pop3客户端序模版
    这是一个简单的pop3客户端程序模版-This is a simple pop3 client template
    2023-05-01 23:25:03下载
    积分:1
  • 写自己的一个ping序,可以说是许多人迈出网络的第一步吧...
    编写自己的一个ping程序,可以说是许多人迈出网络编程的第一步吧-preparation of a ping own procedures, it can be said that many people take the first step to network programming! !
    2022-01-22 03:42:14下载
    积分:1
  • 提供一个网络数据通讯的通用DLL,这个模块支持客户端网络,下次再提供一个服务器与客户端通用的模块。...
    提供一个网络数据通讯的通用DLL,这个模块支持客户端网络,下次再提供一个服务器与客户端通用的模块。-provide a data communications network generic DLL, this module supports client network, the next server to provide a client with a common module.
    2022-03-01 22:00:44下载
    积分:1
  • Console序可以提供类似DOS和UNIX Shell的环境,对于学生从单任务环境向多任务环境序设计的过渡很有帮助。在Console模式下建立Winsoc...
    Console程序可以提供类似DOS和UNIX Shell的环境,对于学生从单任务环境向多任务环境程序设计的过渡很有帮助。在Console模式下建立Winsock的编程环境,可以完成BSD Socket的实验-Console procedures can provide similar DOS and UNIX Shell environment for students from single-task environment to multi-task environment for the transition program design helpful. Console mode in the establishment of Winsock programming environment, to be completed BSD Socket experiment
    2023-05-07 12:50:02下载
    积分:1
  • API支持多个SP通过英斯克短信网关iDAP接入短信中心,向终端用户发送短消息。SP的应用序需要遵循联通的SGIP1.1协议...
    API支持多个SP通过英斯克短信网关iDAP接入短信中心,向终端用户发送短消息。SP的应用程序需要遵循联通的SGIP1.1协议-API supports multiple SP Intrinsic through SMS Gateway Center iDAP SMS access to end-users to send text messages. SP applications need to follow Unicom SGIP1.1 agreement
    2022-02-14 02:49:52下载
    积分:1
  • 网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM 规定。 函数: void queueInit() char queueAd...
    网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM 规定。 函数: void queueInit() char queueAdd(int index, unsigned char* pBuff, int pri) char queueDelHead(int index) char queueDelAll() 调用: 无 被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
    2022-01-29 02:43:28下载
    积分:1
  • a dialog
    一个基于对话框应用的TinyNetStat,该应用用来查询本机的网络状态信息以及统计IP信息,跟Win32平台自带的NetStat有相似的功能。该程序主要使用IP助手函数GetTcpTable,GetUdpTable以及GetXXXStatistic来编制,整个过程应该比较简单,tinyle 没花多少时间就写出来了,呵呵。-a dialog-based applications TinyNetStat, the application can be used to query the network for the state of IP information and statistical information, with the Win32 platform onboard NetStat a similar function. The program mainly use IP function GetTcpTable aides, and GetXXXStatistic GetUdpTable preparation, the whole process should be relatively simple, tinyle did not spend much time on writing out, huh.
    2022-02-01 19:05:57下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载