-
labview之应用datasocket编程的实例,非常详细的。
labview之应用datasocket编程的实例,非常详细的。-LabVIEW Application DataSocket Programming examples, very detailed.
- 2022-05-30 00:03:13下载
- 积分:1
-
windows 视频监视程序, 基于h264
windows 视频监视程序, 基于h264 -,Visual C++,多媒体编程/Multimedia Develop -windows video surveillance procedures, based on the h264-, Visual C, Multimedia Programming/Multimedia Develop
- 2023-07-11 11:55:03下载
- 积分:1
-
一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello...
一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello!I am a server.”字符串。如果发送正确则显示所发送的字节数-Vc under a simple tcp server-side server-side program when connection requests made by the customer, in the port and connect the client to connect successfully, the display client IP address and port number, and to the client to send
- 2022-09-21 08:25:03下载
- 积分:1
-
socket事例程序,该事例程序,通过端口覆盖技术实现不同功能的传送数据...
socket事例程序,该事例程序,通过端口覆盖技术实现不同功能的传送数据-socket examples of procedures, the procedures for example, through the port covers different technology to achieve data transmission functions
- 2022-05-08 00:55:41下载
- 积分: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
-
Btclientbt client source code. Rar them together to achieve distributed function...
Btclientbt客户端源代码.rar 他们共同作用来实现分布式的功能:语音,视频,文件等功能 P2P实现,非常强大。-Btclientbt client source code. Rar them together to achieve distributed functions : voice, video, documents, etc. functional P2P, very strong.
- 2022-05-07 22:38:25下载
- 积分:1
-
我的大二作业程序,计算机网络socket编程,实现两个人之间互相传文件。...
我的大二作业程序,计算机网络socket编程,实现两个人之间互相传文件。-my sophomore year operating procedures, computer network socket programming, two people between traditional documents.
- 2023-06-10 02:50:04下载
- 积分:1
-
客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为...
客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为客户机采用主动通信的方式,主动发起通信过程,才能最终完成通信。-client/server model is to solve the communication problems polymerization. If we do not use the client/server model is very difficult to achieve normal communications, as one of only a passive server, which has been waiting for communication with the other side; The other client as an active communication, initiate the communication process can be finalized communications.
- 2022-01-26 07:43:14下载
- 积分:1
-
说明:
学习之余做的一个源码。
带有base64的编码和解码,
但是没有html格式的解码,发送邮件很成功,接收邮件有一点问题,接受到本机以后,...
说明:
学习之余做的一个源码。
带有base64的编码和解码,
但是没有html格式的解码,发送邮件很成功,接收邮件有一点问题,接受到本机以后,
若邮件编码是txt的,能够正常显示,若是mime的编码,就直接显示源码。
收发均封装好了类
可以直接 继承使用!
-Description: learn to do a source. With base64 encoding and decoding, but no html format decoding, sending mail was a success and have a little problem receiving mail, received after this machine, if the message encoding is a txt that can display, if the mime encoding directly show the source code. Transceivers are packaged good categories can be directly used to inherit!
- 2023-08-11 13:30:04下载
- 积分:1
-
Infix到Postfix转化的完全实现,Infix到Postfix转化的完全实现
Infix到Postfix转化的完全实现,Infix到Postfix转化的完全实现-Infix to Postfix conversion fully achieved
- 2022-03-23 15:03:13下载
- 积分:1