-
lesson-14
孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
- 2013-04-02 10:19:34下载
- 积分:1
-
Qt 瑞士军刀开发工具
以下都为转载供学习,如有侵权请联系删除~~~ 里面的注释也写的挺全的,希望对大家有所帮助~~ 基于qt5的串口网络调试工具 我又回来啦! 发布历史: v3.3.0 2020年11月27日(添加了modbus调试功能,支持串口主机,串口从机,tcp服务器及tcp客户端) v3.2.0 2020年10月28日 v3.1.0 2020年07月16日 v3.0.0 2020年06月12日 v2.2.0 2019年11月17日 v2.1.0 2019年10月27日 v2.0.0 2019年09月15日 v1.2.2 2019年04月19日 v1.2.1 2019年03月22日 v1.2.0 2019年03月22日 v1.1.0 2019年03月10日 v1.0.0 2019年02月23日 软件基于Qt5开发,取名为“瑞士军刀”。目前支持串口调试,udp调试,tcp客户端调试,tcp服务器调试,websocket客户端调试,websocket服务器调试及modbus调试,其中modbus支持串口主机,串口从机,tcp客户端及tcp服务器。软件免费,项目开源,可在github或者gitee下载: 可在GitHub下载最新构建·: https://github.com/qsaker/QtSwissArmyKnife 天朝子民欢迎使用Gitee: https://gitee.com/qsaker/QtSwissArmyKnife Qt5.6,Qt5.9,Qt5.12及Qt5.15可编译通过。 软件用户交流群:952218522,Qt技术交流群:723516989。欢迎提供反馈建议,欢迎共同探讨技术。 [attachment=22098]/* * Copyright 2020 Qter(qsaker@qq.com). All rights reserved. * * The file is encoded using "utf8 with bom", it is a part * of QtSwissArmyKnife project. * * QtSwissArmyKnife is licensed according to the terms in * the file LICENCE in the root of the source code directory. */
- 2021-05-06下载
- 积分:1
-
C#下载远程网络文件实例
下载远程网络文件实例
- 2013-01-24下载
- 积分:1
-
bbse-resiurce-box
说明: 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法,(In the numerical method, a numerical matrix direct triangular decomposition method written by c is used to solve the linear equations.)
- 2018-12-31 07:45:32下载
- 积分:1
-
LAQXW
用visual c++编写的程序,适合刚入门的MFC的程序员们(Programs written in visual c, suitable for new MFC programmers)
- 2018-10-18 21:01:07下载
- 积分:1
-
cvi_udp
基于LabWindows/CVI的UDP通信(LabWindows/CVI UDP communication)
- 2013-03-06 10:16:47下载
- 积分:1
-
qks
When I wrote this function my problem was to replace one color by an other on transparent bitmaps My
- 2018-09-29 15:06:30下载
- 积分:1
-
3-2
获取计算机IP地址。可以试试看。源码用C++实现(C++)
- 2009-12-19 10:09:17下载
- 积分:1
-
SCTP_Client_Server-master
SCTP实验,实现客户端和服务器端传输数据(SCTP experiment, to achieve the client and server side data transfer)
- 2013-12-24 16:44:40下载
- 积分:1
-
TCPsocket
TCP和UDP socket编程,向固定服务器发送学号姓名信息,用udp从服务器获得一个随机字符串(TCP and UDP socket programming, Student ID Name information sent to the fixed server udp from server to obtain a random string)
- 2012-10-21 09:39:54下载
- 积分:1