-
一个用C做的闹钟源程序,声明:转载
一个用C做的闹钟源程序,声明:转载-do a C source of alarm, a statement : reproduced
- 2022-07-01 09:37:19下载
- 积分:1
-
仍然是VC++编得小程序,游戏中希望人物能够动起来,所以第二部分就是使人物变换不同的形象,看起来就会动了...
仍然是VC++编得小程序,游戏中希望人物能够动起来,所以第二部分就是使人物变换不同的形象,看起来就会动了-Is still VC++ Made a small program, the game figures to move up hope, so the second part is to make different characters transform the image will appear to move
- 2022-07-05 10:30:36下载
- 积分: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
-
vc 100 cases of the exciting programming source code, which source code, with vc...
vc编程一百例的精彩源码,内有源代码,用vc编写,可以作为学习编程的参考-vc 100 cases of the exciting programming source code, which source code, with vc the preparation can be used as a reference to learn programming
- 2022-03-29 23:55:24下载
- 积分:1
-
组态软件组件 OCX 可以实时反映 所有PLC报警情况 并可以对字体进行设置...
组态软件组件 OCX 可以实时反映 所有PLC报警情况 并可以对字体进行设置-Configuration OCX software components in real time to reflect and to all the PLC alarm can be set fonts
- 2022-03-22 11:15:02下载
- 积分:1
-
ping的实现
ping的实现-hao dong cong
- 2022-01-25 23:53:39下载
- 积分:1
-
一个关于visual c++的例子
一个关于visual c++的例子-A visual c++ example
- 2022-08-13 21:32:25下载
- 积分:1
-
文本记事本,文本记事本的基本功能实现了,比如复制粘贴等...
文本记事本,文本记事本的基本功能实现了,比如复制粘贴等-notebook
- 2022-05-28 01:01:05下载
- 积分:1
-
VS2005 development. Breadth of search for solving the issue of sub
vs2005开发。
广度搜索求解分油问题。
分油问题:两个小孩去打油,一人带了一个一斤的空瓶,另一个带了一个七两和一个三两的空瓶。原计划各打一斤油,可是由于所带的钱不够,只好合打了一斤油,在回家的路上,二人想平分这一斤油,可是又没有其它工具。现只用这三个瓶子(一斤、七两、三两)精确地分出两个半斤油来。-VS2005 development. Breadth of search for solving the issue of sub-oil. Oil sub-issues: two children to play oil, one with a pound of the empty bottles, and the other with a 72 and a couple of empty bottles. Originally planned to play the catty oil, but because of the money raised, they played together catty oil, in the way home, they would like to share this small amount of oil, but no other tools. Are only three bottles (catty, 72, 32) precisely half a catty of oil is used for the separation of the two.
- 2023-06-29 19:45:03下载
- 积分:1
-
字频率计数器
应用背景Excel VBA应用词频率计算。应用程序可以计算:词的频率字的分散字覆盖累积频率这个程序使用Office 2007的Ribbon界面。关键技术在Excel VBA编写的应用程序。前台是在XML的Ribbon界面定义。所有的数据分析,通过对阵列进行操作。
- 2022-07-25 05:09:30下载
- 积分:1