搜索资源列表
sp-sbalc-2004-06-21
- 本人所最为推崇的一个vc聊天程序 提供添加删除好友功能 可以近乎实时的实现文字聊天功能 强烈推荐 本程序为客户端程序 在用户下载过起服务器程序后即可运行-I have one of the most respected vc chat program to provide added functions can be deleted friend of achieving near real-time text chat feature strongly recommend the proced
网络数据管理软件
- 1) 从网络采集实时数据:在软件运行过程中,可以实时地从网络上根据自定义的通信协议采集数据,并且按照层次结构显示在主界面中。 2) 自动生成数据表:在服务器程序初次运行时,创建数据库,并且随着程序的进行在数据库中根据收到的数据生成数据表。 3) 历史数据存储功能:从网络上采集的数据值只要发生变化,就会存储到历史数据表中。 -a) real-time data acquisition networks : the software process, in real time from
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
Socket编写的点对点聊天软件
- 自己用builder编写的点对点聊天软件,以后再也不用担心服务器忙咯,-use c++ builder,conect point to point.can chat in any time,should not care about the block server.
控制对方机器的程序Server
- 可以偷窥到对方的桌面内容,按设置的时间进行刷新.可以用鼠标控制对方的电脑,包括所有的鼠标操作。可以使用键盘控制对方的电脑,几乎可用所有的按键.客户端可以建立多个窗口,对多台电脑进行监视控制.可以运行一条命令,例如打开一个记事本.可以锁定/解锁对方的电脑.可以让对方电脑(强行)注销/重启/关机.可以传送/删除/移动对方的电脑上的文件.在必要时还可以关掉服务程序. 请勿转载,并用于非法用途-can peeping into the opponent's desktop, set up by
wzqq
- 五子棋源码 ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application 用法: /class/ 1.先运行server.bat 2.再运行client.bat (里面的用户名可以
20062241245494989
- 互动信息管理系统IIMS :功能介绍: 全站信息统计 全站下载条数统计 在线人数显示 昨日访问 今日访问 今天新访客 平均日访问 共被刷新 显示IP 显示操作系统 显示浏览器 显示分辨率 显示访问时间 显示检测完时间 页面开始执行时间 页面完成执行时间 登陆检验服务器管理员ID,安全登录!(可以自行选择是否开启,方便虚拟空间没有服务器帐号的用户。)详细见 admin/admin_Login.asp 被注释的那段codes 多
NetMaoMovie110
- 全站生成html,减轻服务器负载,提高访问速度,更容易被搜索引擎收录,是大中型站点的必然选择。 数据库支持方面,目前默认支持mysql数据库,我们在后期会逐步加入其他数据库支持 支持电影/导航分类添加,可以满足各种不同的应用需求. 升级支持,智能化升级提示保证随时了解并升级到最新版本信息。 可在线编辑电影/导航栏目内容。 后台全傻瓜式控制整个网站,一旦安装成功后即可在线管理而无须FTP或者另做网页。 支持电影/导航添加栏目批量生成html页面。 支持电影/导航添加是否
MSNStyle
- 类似MSN的聊天程序,系统分为客户端和服务器端,能够发送消息,实时聊天,进行文件传输,添加删除好友等。-similar MSN chat program, the system is divided into client and server to send messages, real-time chat, for file transfer, adding to delete such good friends.
NTPServer
- NTP网络时间协议的服务器端的程序,本程序可以同客户端通信,并显示客户端的信息-NTP Network Time Protocol server-side procedures, the procedures with the client communications, and show the client information
TCP11111
- 一个简单的TCP服务器与客户端通信的JAVA程序。编译的时候注意发送的命令要符合要求。-a simple TCP server and client communications JAVA procedures. Compile time to send the order to meet the requirement.
RMIexample
- 这个一个远程方法调用(RMI)例子,客户端获取上次登陆的时间.这里的服务器要连上 sqlServer,来存储不同用户登陆的时间.-this a remote method invocation (RMI) example, client access to the last landing time. here the server to connect sqlServer. different users to store landing time.
RFC868.ZIP
- 基于RFC868协议的NTP时间服务器源代码程序-RFC868 agreement on the NTP time server source code procedures
BroadcastClient
- 这是应用ftp协议进行信息传输的客户端,可以实时地接收ftp服务器端传来的信息.-This is the application ftp protocol messaging client, real-time ftp server to receive the information from.
instance4
- 《Visualc++.net网络编程》随书源码:实例4 网络五子棋 运行两个程序的副本,一个作为服务器,一个作为客户端,作服务器的先运行,作客户端的户后运行。 注意:在程序运行时在输入聊天信息时候,请一定小心不要输入回车字符,否则系统会默认接到摧毁事件而推出。-"Visual. Net network programming "With the book source : Example 4 network operating 331 copies of the
chapter3 Time Server Client
- 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
PRG1_1
- prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, an
实例42 同步网络时间
- 可以同步网络时间,分服务器端和客户端两个版本。完整vc程序-network time synchronization, and server-client versions. Integrity vc procedures
用csock得到机器时间,需要简单tcp-ip协议
- 采用CSOCKET得到服务器的时间,利用TCP/IP的13端口提供的时间服务,要求提供时间服务的计算机安装简单TCP/IP协议。-CSOCKET used to be a time server using TCP / IP 13 ports for the service, asked for time to install the computer services simple TCP / IP protocol.
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o