-
这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。...
这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。-This is a hotel system, used to do Dreamwaver and access the database containing registered members, online reservations, hotel rooms introduce standard features such as recreational facilities.
- 2022-01-26 06:16:40下载
- 积分:1
-
用 Winsock 实现聊天的程序 用 Winsock 实现聊天的程序
用 Winsock 实现聊天的程序 用 Winsock 实现聊天的程序-Winsock chatting with the procedures used Winsock chatting with the procedures Winsock chatting with the procedures Winsock chatting procedures
- 2022-03-21 08:28:24下载
- 积分:1
-
一个很简单的文件传输程序,采用select模型进行的文件传输,可以连续传输文件...
一个很简单的文件传输程序,采用select模型进行的文件传输,可以连续传输文件
- 2022-02-04 06:53:38下载
- 积分:1
-
点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户...
点量BT的开发目的是让用户无需关心和了解BT的具体实现细节,只需要写几十行甚至几行代码,便可以实现一个功能完善而且强大的BT应用软件。目前点量BT已经在多家客户的网吧游戏更新系统 / 教育视频BT下载系统中应用.
点量BT源码使用高效的c++代码编写,提供标准的动态链接库(DLL),可供C/C++、Delphi、C#、Java、VB等语言和各常用开发环境调用,让您完全像调用系统API一样的调用
-BT point volume was developed to allow users without concern for and understanding of BT specific implementation details, just to write dozens of lines and even a few lines of code, they can realize a fully functional and powerful application software BT. BT has been present at the volume of customers in the Internet cafe to update the game system/education video download BT System. Point the volume of efficient use of BT source c++ Coding, provides a standard dynamic-link library (DLL), available C/C++, Delphi, C#, Java, VB and other language and the common development environment called, allows you to completely the same as calling the system call API
- 2022-03-12 11:48:48下载
- 积分:1
-
五子棋代码 使用MFC开发 利用网络协议 可以聊天
五子棋代码 使用MFC开发 利用网络协议 可以聊天-331 MFC code developed using the Internet protocol Chat
- 2022-10-08 23:55:03下载
- 积分:1
-
VC 6 FTP Development example
VC++6 FTP开发实例-VC 6 FTP Development example
- 2022-03-20 03:08:49下载
- 积分:1
-
achieved using vc mail functionality, mainly winsock achieve transfer process. H...
用vc实现邮件传输功能,主要采用winsock实现传输过程。有利于熟悉网络编程。-achieved using vc mail functionality, mainly winsock achieve transfer process. Help familiar with network programming.
- 2022-06-22 04:23:00下载
- 积分:1
-
网络聊天
继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用...
网络聊天
继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用-Internet chat succession CAsyncSocket their written socket type, in XP/2000, vc7 compiler, the LAN and internet applications
- 2023-01-23 11:45:03下载
- 积分:1
-
一个Sniff网络嗅探器,可以扫描设定的局域网段内的IP等信息
一个Sniff网络嗅探器,可以扫描设定的局域网段内的IP等信息-Sniff a network sniffer can be configured to scan the LAN segment within the IP and other information
- 2022-10-30 10:10:03下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1