-
VC++ to achieve Hotels management system, basic functions and expansion of compr...
VC++实现宾馆酒店管理系统,基本功能及扩展全面-VC++ to achieve Hotels management system, basic functions and expansion of comprehensive
- 2022-03-21 21:59:53下载
- 积分:1
-
I wrote a category c can be directory, as long as the copies on the past can be...
我所写的一个c++类,可以得到目录,只要复制过去就可以直接运行.-I wrote a category c can be directory, as long as the copies on the past can be directly run.
- 2022-05-08 03:39:02下载
- 积分:1
-
本程序是用动态规划法来解决一些问题,关于动态规划的程序
本程序是用动态规划法来解决一些问题,关于动态规划的程序-this program is the dynamic programming method to solve the problem of dynamic planning process
- 2022-06-30 11:31:29下载
- 积分:1
-
This procedure is a file compression, after compression format*. gz. This proced...
本程序是对文件进行压缩,压缩之后的格式为*.gz。本程序只是为了说明压缩和解压的原理,写得比较简明。运行此程序的时候,首先会生成一个.txt文件,然后对该文件进行压缩,生成.gz文件,最后会对.gz文件进行解压,生成一个新的.txt文件。-This procedure is a file compression, after compression format*. gz. This procedure only in order to explain the principles of compression and decompression, written in more concise. Run this program, the first will generate a. Txt file, and then compress the file to generate. Gz files, last will. Gz unzip files to generate a new. Txt file.
- 2022-09-30 04:50:03下载
- 积分:1
-
A small operating system kernel. It is small but powerfull!
Just try!
Have fun...
A small operating system kernel. It is small but powerfull!
Just try!
Have fun :D
- 2022-04-10 06:04:05下载
- 积分:1
-
C语言编写的日历程序,实现Visual c++中的日历函数
C语言编写的日历程序,实现Visual c++中的日历函数-C language calendar program, realized the Visual c calendar function
- 2022-07-24 08:49:43下载
- 积分:1
-
这是一个flash射击游戏,其中涉及了而鼠标跟随,事件触发,随机算等等知识。...
这是一个flash射击游戏,其中涉及了而鼠标跟随,事件触发,随机算等等知识。-This is a flash shooting game, which involves a mouse and follow the event trigger, random operator knowledge and so on.
- 2022-04-29 12:51:10下载
- 积分:1
-
A very good timer of the timer is ideal for learning in the dialog box to achiev...
一个非常不错的定 时 器 非常适合定时器的学习 在对话框中实现-A very good timer of the timer is ideal for learning in the dialog box to achieve
- 2022-05-14 12:01:18下载
- 积分:1
-
益智游戏
联合国为例德代码魁贴片机评论 créer 联合国地图 éditeur avec HGE。
- 2022-05-24 09:20:13下载
- 积分: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