搜索资源列表
-
1下载:
利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C / S applications. Which side of the GUI Client procedures used to provide inpu
-
-
0下载:
此为JAVA SOCKET SERVER程式,可模拟从银行置机返还信息给POS终端的信息,也可以接受客户端的发送的BYTE,并显示在显示屏上。-This is a JAVA SOCKET SERVER program can simulate the machine returned home from the bank information to the POS terminal of the information, you can also send the client to acce
-
-
0下载:
Socket 伺服器端与终端范例程式,Client 连线Server 传送讯息-Socket and terminal server-side code examples, Client Connection Server to send messages
-
-
0下载:
整个程序就一个JSP文件,但是程序还是有特点的,比如跨平台,只要共享80端口,就可以用它来管理远程管理;客户端无论安装任何插件。
远程连接建立成功后,这个程序 可以完成文件的增、删、改名等以及打包下载;可以使用Win下的"命令提示符"终端命令进行服务器重启等操作;可以远程桌面、查看运行的程序的状态,并终止已停止响应的程序、启动、停止或重启部分服务、查看CPU、内存、OS版本等。
-The entire process on a JSP file, but the program s
-
-
0下载:
客户端为j2me,服务器vc,简单实现了手机端查看电脑摄像头所拍摄画面的功能-Client j2me, server, vc, simple implementation of a mobile terminal screen view PC camera shooting functions
-
-
0下载:
远程终端管理系统实现了一个mini 执行远程命令 的功能。该系统采用C/S架构,需要分别编写服务端与客户端程序。-Remote terminal management system realized the function of a mini remote command execution. The system USES C/S architecture, it is necessary to write the client and the server program, respect
-
-
0下载:
基于移动端的语音身份认证系统,包括android客户端和服务器端完整代码-Voice-based mobile terminal authentication system, including the android client and server-side complete code
-
-
0下载:
使用Socket 建立一个socket客户端与服务器的通信。 服务器使用java建立 客户端包含java与android端 -Establish communication using a socket Socket client and server. The server uses java build client contains java and android terminal
-
-
0下载:
1.系统基于C/S模式,包括客户端子系统,服务器端子系统
2.用户需登录,验证口令通过后才能使用系统。用户分为系统管理人员、档案录入人员,档案浏览人员
3.系统中相关用户信息、档案属性存放于关系数据库中,档案本身以文件形式存放于服务器相关目录中
4.客户端和服务器端基于Socket实现通信,服务器端需实现多线程功能,可同时处理、响应多个客户端的数据请求
5.用户信息管理功能
6.档案数据录入功能
7.档案数据查询功能(1. system based on C/S mode, incl
-