-
This is only part of the operating requirements of the source code, the students...
这只是作业要求的一部分源代码,需要完成作业的同学不适用,仅供参考-This is only part of the operating requirements of the source code, the students need to complete the operation does not apply, for reference only
- 2022-02-18 13:37:43下载
- 积分:1
-
三个函数来计算“开”、“关”或简单的“奇偶校验位”…
Three functions to calculate the number of "on", "off", or simple "parity" bits of input
- 2022-07-09 00:50:33下载
- 积分:1
-
vs2005的编译环境中经常会出现半角全角切换问题,这个是补丁...
vs2005的编译环境中经常会出现半角全角切换问题,这个是补丁-patch
- 2023-02-14 21:55:04下载
- 积分:1
-
CCeFileFind类在Windows CE系统上实现本地文件搜索
CCeFileFind类在Windows CE系统上实现本地文件搜索-CCeFileFind category in Windows CE system to achieve local files search
- 2022-02-15 15:05:13下载
- 积分:1
-
这是一个SDK程序。这个程序跟踪显示坐标位置…
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-This is a SDK procedure. This program tracking demonstrates the coordinates position of the mouse, at the same time, demonstrate the operation information in the window title block if the mouse has operation. if double-clicks in the window customer area ,can demonstrates the positional information of the double-click position. In addition, in the customer also has two units places charts, when the mouse moves arrives on the chart, can change the cursor which defines as oneself. This procedure suits the Win32 programming beginner, contains the massive Chinese annotation.
- 2022-03-05 08:05:10下载
- 积分:1
-
winodws开发,windows内部运行原理,控制台程序,程序简单,仅供参考...
winodws开发,windows内部运行原理,控制台程序,程序简单,仅供参考-winodws development, windows internal operating principle, control procedures, the procedure is simple, for reference only
- 2023-06-23 18:15:03下载
- 积分:1
-
地震图像层位的拾取
矿山 java 工具包 (矿山 JTK) 是一组 java 软件包, 是用于科学和工程的本机 (非 Java) 软件库。目前的应用包括数字信号处理, 线性代数, 优化, 啮合, 插值, 2D 和3D 图形。要使用地雷 JTK, 只需在项目的任何其他外部依赖项中包括其 JAR (Java 存档)。例如, jtk-1.0. 0. 罐子可以通过搜索 Maven 中心找到。大多数生成工具都可以很容易地配置为自动下载此存储库中的依赖项, 它还保存包含文档 (javadoc) 的 JAR 文件和 JTK 地雷的源代码。
- 2022-03-18 12:23:28下载
- 积分:1
-
C++验证码确认 模仿瑞星禁用所有功能时弹出的验证码确认窗口...
C++验证码确认 模仿瑞星禁用所有功能时弹出的验证码确认窗口 -C++ Verification Code imitate Ruixing confirmed when all the features to disable pop-up window to confirm the Verification Code
- 2022-03-24 23:07:53下载
- 积分:1
-
vb的自定义控件,LED数字显示屏,很漂亮
vb的自定义控件,LED数字显示屏,很漂亮-vb of the custom control, LED digital display, very beautiful
- 2022-02-06 03:21:45下载
- 积分: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