-
Invoicing a single system, delphi+ Sql, need to look at!
一通进销存系统,delphi+Sql,需要的可以看看!-Invoicing a single system, delphi+ Sql, need to look at!
- 2023-03-14 15:05:04下载
- 积分:1
-
CRC校验VB源码,直接可以使用,有注释
CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
- 2022-05-25 09:27:34下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-01-26 00:49:46下载
- 积分:1
-
临 Rs 232
临斯普斯卡共和国 CommunicationRS-232 是最常见的串行接口和船只作为在大多数 Windows 兼容的桌面计算机上的标准组件。RS-232 只允许一个发射器和一个接收器在每一行上。RS-232 还使用一种全双工传输方法。有些 RS-232 主板出售国家文书支持波特率达 1 Mbit/s,但大多数设备限于 115.2 kb/s。注意 RS-422/RS-485 接口不是大多数的 IBM 个人电脑上可用。RS-422 (EIA RS-422-A 标准) 是在苹果电脑上使用的串行连接。它提供一种机制达到 10 Mb/s 的数据传输。RS 422 发送每个信号同时使用两根电线增加的最大波特率和电缆的长度。RS 422 也为多点应用程序只有一个发射器发送到总线的高达 10 的接收器与相连,指定。Rs-485 是 rs-422 的超集和扩展的能力。RS 485 被迫解决 RS-422 多滴限制允许达 32 设备沟通通过相同的数据线。任何 RS — 485 总线上的奴隶设备能够沟通而不需要通过主设备的 32 奴隶的任何其它设备。由于 RS 422 是 RS 485 的一个子集,所有的 RS-422 设备可能由 RS 485 控制。这两个协议有多点的能力,但 RS-485 允许达 32 设备和 RS 422 的限制为 10。对于这两种通信协议,您应该提供你自己的终止。所有的国家文书 RS-485 板将与 RS 422 标准工作。
- 2022-02-24 17:35:43下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。
-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-06-14 05:38:31下载
- 积分:1
-
Window下的select方式网络程序的范例
Window下的select方式网络程序的范例-Window select the mode network programming paradigm
- 2022-07-12 10:04:35下载
- 积分:1
-
本程序为一个LAMP的投票系统,用户能够通过该系统参与在线投票,发起投票,进行投票内容管理等。投票方式支持单选和多选两种,同时,能够进行投票结果的统计,并用图形...
本程序为一个LAMP的投票系统,用户能够通过该系统参与在线投票,发起投票,进行投票内容管理等。投票方式支持单选和多选两种,同时,能够进行投票结果的统计,并用图形化方式显示结果。-The LAMP program is a voting system, users can participate in online voting through the system, create polls, vote on content management. Voted to support two kinds of radio and multi-select the same time, be able to vote on the results of the statistics and graphically display the results with.
- 2022-02-25 08:26:20下载
- 积分:1
-
donet开发文档 donet开发文档 donet开发文档
donet开发文档 donet开发文档 donet开发文档-donet development documents donet de velopment documents donet Development Document donet development documents donet development documents donet Development Document
- 2023-02-10 17:10:04下载
- 积分:1
-
TCP.IP终端程序源代码
TCP.IP终端程序源代码-TCP.IP terminal program source code
- 2022-06-16 00:59:15下载
- 积分:1
-
在linux下变写的udp程序,有客户端,服务端(都差不多不像tcp那么有明显的区别)...
在linux下变写的udp程序,有客户端,服务端(都差不多不像tcp那么有明显的区别)-Under the change in the linux written udp procedures, client, server-side (not tcp then there are more or less clear distinction)
- 2022-08-07 00:30:20下载
- 积分:1