-
查询HTTP站点:查询一个域名的存在,首选的HTTP,因为…
查询http站点:查询一个域是否存在时,首选http,因为许多站点有web页,本程序完成该功能-inquiries http site : query the existence of a domain, the preferred http, because there are many web site pages, the process of completing the functional
- 2022-12-02 01:00:04下载
- 积分:1
-
外接RAM点阵屏程序
外接RAM点阵屏程序
- 2022-06-03 19:12:21下载
- 积分:1
-
词法分析器,实现对单词的分析识别,用于编译原理课设。
词法分析器,实现对单词的分析识别,用于编译原理课设。-Lexical analyzer, the realization of the analysis of word recognition, for the principle of class-based compiler.
- 2023-08-09 00:15:03下载
- 积分:1
-
china chess ,the game of go,
象棋,围棋,围捕棋(网络版).zip 象棋,围 捕棋(网络版).zip-china chess ,the game of go,
- 2022-04-23 07:49:51下载
- 积分:1
-
photo processing, prepared by the VB, functional, though not great, but the proj...
图片处理程序,用VB编写的,功能虽然不是很大,但很景致,望大家指点-photo processing, prepared by the VB, functional, though not great, but the project, we hope guidance
- 2022-02-09 18:27:03下载
- 积分:1
-
a chess game to try to use the C data structures Guide Chain and object
一个自编的象棋游戏,尝试使用C++数据结构教程中链表和面向对象设计模式的探索-a chess game to try to use the C data structures Guide Chain and object-oriented design patterns exploration
- 2022-11-18 01:20:03下载
- 积分:1
-
迷你高尔夫二维。它是一个简单的程序
MiniGolf 2D. It is a simple program-game simulating Golf 2D.
- 2022-08-24 12:55:23下载
- 积分:1
-
在java中使用聊天插座
这个项目有关的客户端和服务器,但服务器之间的聊天,可以与多客户端,但第一次连接,如果开始聊天你需要跨0000111服务器检查CRC并发送邮件至客户告诉他,开始聊天尝试是好的
- 2022-04-12 13:06:58下载
- 积分:1
-
C编译器,可以学习怎样做编译器算法,不知道对大家有没用.
C编译器,可以学习怎样做编译器算法,不知道对大家有没用.-C compiler, you can learn how to make the compiler algorithms, do not know whether the U.S. has no use.
- 2022-07-10 17:26:55下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1