登录
首页 » Windows Socket编程 » 里边又一个可以发邮件的程序,还有几个辅助的程序代码,都是很有用的,把它放在一起便于资源共享给大家,希望大家能用得上....

里边又一个可以发邮件的程序,还有几个辅助的程序代码,都是很有用的,把它放在一起便于资源共享给大家,希望大家能用得上....

于 2022-08-22 发布 文件大小:149.26 kB
0 209
下载积分: 2 下载次数: 1

代码说明:

里边又一个可以发邮件的程序,还有几个辅助的程序代码,都是很有用的,把它放在一起便于资源共享给大家,希望大家能用得上.-I put a programme which could send email and some acessary programms in it. I think they are very useful and I d like to shall them with you all.

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

发表评论

0 个回复

  • 基于网络通信的窗口游戏。..学校的朋友们…
    windows游戏网络通信基础的基础。。。学3D的朋友不要错过。-windows game based on the basis of network communications. . . School friends do not miss 3D.
    2023-06-09 21:40:03下载
    积分:1
  • CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
    CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
    2023-07-22 21:35:02下载
    积分:1
  • Tang Yong 局域网象棋对弈序利用了阻塞模式Socket(38KB) 大家支持一下下哈~...
    Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB) 大家支持一下下哈~-LAN chess players use of the procedures obstruction Socket programming model (38KB) under what we support Kazakhstan ~
    2022-03-18 15:48:17下载
    积分:1
  • 网页播放器,好好研究吧
    网页播放器,好好研究吧-website player, a thorough study of it
    2022-07-17 01:37:39下载
    积分:1
  • 使用winpcap对报文进行过滤(需要下载winpcap库)
    使用winpcap对报文进行过滤(需要下载winpcap库)-winpcap use of the packet filter (download winpcap Treasurer)
    2023-04-24 09:25:03下载
    积分:1
  • 模拟DCS数据发包数据环境,UDP,在电厂做工时因为不能随便接触控制网络,所以写了这样一个模拟DCS向外发布数据的序,方便在开发环境进行调试。...
    模拟DCS数据发包数据环境,UDP,在电厂做工程时因为不能随便接触控制网络,所以写了这样一个模拟DCS向外发布数据的程序,方便在开发环境进行调试。-UDP ,imitate DCS(Distribute Control System)output data circument。
    2022-02-14 09:12:09下载
    积分:1
  • 1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。 对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。 -1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
    2022-03-03 08:55:18下载
    积分:1
  • 介绍了Winsock的工作原理及工作流,结合有线电视网络运营公司的实际情况,设计了一种基于Winsoek的代收费业务网络系统,并给出了关键源代码及在某网络运营...
    介绍了Winsock的工作原理及工作流程,结合有线电视网络运营公司的实际情况,设计了一种基于Winsoek的代收费业务网络系统,并给出了关键源代码及在某网络运营公司的实际运行情况.-Introduced the working principle of Winsock and workflow, combined with the cable television network operator the actual situation, design a Winsoek in lieu of charges based on the business network system, and gives a key source code and a network of operating companies in the actual running situation.
    2022-01-24 12:25:52下载
    积分:1
  • 一个下载者的源码。。dll插入类型。一点不足,自己补充
    一个下载者的源码。。dll插入类型。一点不足,自己补充-The source of a download. . dll insert type. A LITTLE enough to add their own
    2022-04-06 23:24:12下载
    积分:1
  • Main achieved IE download pictures after the completion of the script and other...
    主要实现了IE下载图片脚本等完成后的提示和IE加载主URL后的提示。顺便实现了收藏夹读取功能。-Main achieved IE download pictures after the completion of the script and other tips and IE prompt after loading the main URL. Incidentally realized favorites read function.
    2022-07-08 23:09:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载