-
这是数据包捕获
this is packet capture
- 2022-11-15 01:20:03下载
- 积分:1
-
It is a compilation of 32 languages written in a PING procedures, it is like the...
这是一个使用32位汇编语言写的一个PING程序,就像是在windows命令行下的ping命令一样。-It is a compilation of 32 languages written in a PING procedures, it is like the windows command line under the ping orders.
- 2022-09-17 12:45:03下载
- 积分:1
-
特别是,非
特别是非原始来源Winsock.NET压缩包的详细说明";note";word文档
- 2023-05-17 13:40:03下载
- 积分:1
-
捕获数据包
捕获数据包-Packet capture
- 2022-04-23 21:48:24下载
- 积分:1
-
可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。...
可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。-allow two players to the online game source code 331. VC6.0 use development, in 2000, xp platform debugging through steady work.
- 2022-12-14 14:10:03下载
- 积分:1
-
服务器远程监视开发包
虽然简小,但功能强大
需要的朋友可以看一下...
服务器远程监视开发包
虽然简小,但功能强大
需要的朋友可以看一下-Although the simple wage management system of small, but powerful
- 2022-12-23 18:35:03下载
- 积分:1
-
本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Win...
本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。-book devoted to the Windows network programming technology, Windows 95/98/NT coverage 4/2000/CE platform. Including NetBIOS, and Windows Redirector, Winsock, Client Remote Access server. The deals are easy to understand, with plenty examples Comments on the Microsoft Network Application API function. Matching discs containing all examples of code, user-friendly. The book suitable for middle- and high-level programming, as well as network design and management personnel.
- 2022-05-21 19:08:51下载
- 积分:1
-
Supermarket management system enables a simple interface for basic management fu...
超市管理系统 能够实现基本的管理功能 界面简单-Supermarket management system enables a simple interface for basic management functions
- 2022-02-10 09:02:17下载
- 积分:1
-
Internet Communications Engine (Ice)
针对这些使人不快的选择,ZeroC, Inc. 决定开发Internet C...
Internet Communications Engine (Ice)
针对这些使人不快的选择,ZeroC, Inc. 决定开发Internet Communications
Engine,简称Ice1。其主要设计目标是:
• 提供适用于异种环境的面向对象中间件平台。
• 提供一组完整的特性,支持广泛的领域中的实际的分布式应用的开发。
• 避免不必要的复杂性,使平台更易于学习和使用。
• 提供一种在网络带宽、内存使用和CPU 开销方面都很高效的实现。
• 提供一种具有内建安全性的实现,使它适用于不安全的公共网络。
更简单地说, Ice 的设计目标可陈述为:“让我们构建与CORBA 一样强
大的中间件平台,而又不去犯CORBA 所犯下的任何错误”。
- 2022-08-06 15:27:57下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1