-
programmers with very enlightening Watchable
编程者必看 很用启发-programmers with very enlightening Watchable
- 2022-12-04 21:25:03下载
- 积分:1
-
socket_兼容版_通用版
用于网络通讯,数据流控制的SOCKET, 基于网络CCESocket进行了修改,并派生了一个异步套接字类,通过该类可以实现对MFC库中socket 的替代,该类增加了线程的安全判断,确保了线程安全!
- 2022-01-26 07:34:35下载
- 积分:1
-
异步tcp类库 很好用
c#源代码 可以用在你的.net程序中
异步tcp类库 很好用
c#源代码 可以用在你的.net程序中
-asynchronous tcp library is useful c# source code can be used in your. Net procedure
- 2023-05-22 18:35:03下载
- 积分:1
-
网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。...
网络编程,入门书籍,供网络编者从入门、掌握、熟悉的一本好书籍。-Network programming, book entry for the network from entry editor, master, familiar with a good book.
- 2023-03-15 13:55:03下载
- 积分:1
-
a UDP/IP protocol stack
一个UDP/IP协议栈-a UDP/IP protocol stack
- 2022-04-17 03:26:46下载
- 积分:1
-
Socket编程经典入门实例
Socket编程经典入门实例,非常适合初学者学习使用,包括客户端、服务器端的源码
- 2022-03-14 10:22:21下载
- 积分:1
-
在局域网环境下实现屏幕广播的思想和方法…
在局域网环境内实现屏幕广播方法思路和源程序-In the LAN environment to achieve the screen broadcasting method of thinking and source code
- 2023-07-21 19:10:04下载
- 积分:1
-
网络串口通信及虚拟串口创建
资源描述WINDOWS下TCP、UDP作为客户端或服务进行报文测试,RS232串口报文测试,虚拟串口创建
- 2022-04-07 08:33:51下载
- 积分:1
-
Asp. Net 2.0 WebPart application. Web use modular components to create Web Appli...
asp.net 2.0 WebPart应用.
使用Web部件创建模块化的Web门户应用;
个人化特性和自定义特性;
将自定义用户控件作为Web部件使用;
创建一个个人化特性的提供程序;
现今门户应用非常流行,好的门户都有共同而显著的特点。那就是都会给访问者提供雅观的信息,并且这些信息都是通过模块化的、一致的、易于浏览的用户界面提供的。一些综合性的门户网站走得更远,它们甚至允许网站成员提供内容、上传文档以及个人化门户页面。 -Asp. Net 2.0 WebPart application. Web use modular components to create Web Application gateway; personal identity and self-definition of identity; Since the definition of user controls as Web Parts; create a personal characteristic for the procedures; Application gateway now very popular, a good gateway to have a common and significant features. That is the will to provide surfers with regards to the information, and such information through modular, consistent, easy access to the user interface to provide. Integrated portal gone farther, even allowing for their members, Upload documentation, and personalized portal pages.
- 2023-05-15 16:15:05下载
- 积分:1
-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1