-
kinect 鼠标控制
使用Kinect控制光标是我在许多网站上注意到一个共同的问题,这个功能可以帮助很多人去做更多的互动,设计师
- 2022-11-08 04:35:03下载
- 积分:1
-
简单的Java聊天室系统
C/S实训开发模拟
运用Java程序编程聊天室,实现简单的聊天功能。它是以图形界面,线程,数据流等技术的综合应用。其界面主要采用了java.awt包,java.swing包以及java.util包等。程序实现了聊天室的基本功能,其中有:
1. 启动服务器;
2. 进入客户端界面;
3. 登录聊天室;
4. 发送信息(发送按钮);
5. 关闭服务器(关闭按钮)。
要实现用户与服务器相连接,就要用到Java网络编程的知识。当客户需要通信时,它们可以通过使用socket类建立套接字对象并连接在一起,当客户端对象建立后,客户端socket对象可以使用方法getInputStream()获得一个输入流,这个出入流的源和服务器的一个输出流的目的地刚好相同,所以,客户端用输入流可以读取服务器写入到输出流中的数据,客户端Socket对象使用方法getOutputStream()获得一个输出流,这个输出流的目的地和服务器端的一个输入流的源刚好相同,因此服务器用输入流可以读取客户写入到输出流中的数据。为了能使客户成功地连接到服务器,服务器必须建立一个ServerSocket对象,该对象通过将客户端的套接字对象和服务器端的一个套接字对象连接起来,从而达到连接的目的。当服务器的ServerSocket
- 2022-03-23 13:31:03下载
- 积分:1
-
数据结构关于二叉树的课件,有些是书上没有的,自己补充的...
数据结构关于二叉树的课件,有些是书上没有的,自己补充的-On the binary tree data structure of the courseware, books and some are not, add their own
- 2022-08-07 22:42:44下载
- 积分:1
-
DBGrid Grid Control VB5.0 is provided by the controls, the corresponding documen...
DBGrid网格控件属于VB5.0所提供的控件,对应的文件名为DBGrid32.ocx,VB6未直接提供, 但在VB6的安装...哪里有这本好书《VB与串口通讯控制》可以下载,能给个链接吗?我会一直等你的连接的!!谢谢!! -DBGrid Grid Control VB5.0 is provided by the controls, the corresponding document, entitled DBGrid32.ocx, VB6 not directly provide, but in VB6 installed ... where this subtitle "VB and serial communication control" can be downloaded, give links? I will wait for you connect! ! Thank you! !
- 2022-01-26 07:49:52下载
- 积分:1
-
vc写的智能滚动条代码,有一定的参考价值,有一定的参考价值...
vc写的智能滚动条代码,有一定的参考价值,有一定的参考价值-vc write smart scroll code, a certain reference value, a certain reference value
- 2022-03-15 09:02:20下载
- 积分:1
-
DS18B20X C Programming Language (its regular procedures using C language, please...
DS18B20X的C语言程序(其定时程序也采用C语言编写,请使用晶振11.0592M)-DS18B20X C Programming Language (its regular procedures using C language, please use the crystal 11.0592M)
- 2022-03-22 03:02:01下载
- 积分:1
-
MD5 algorithm. very good C++ code
MD5算法.很不错滴...用C++编写-MD5 algorithm. very good C++ code
- 2022-01-21 23:49:42下载
- 积分:1
-
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法...
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法-In the m × n matrix has an element of a [i, j] satisfy the following conditions: a [i, j] is not only the first i elements of the minimum trip, but also is the first j elements out of the maximum value (called saddle point), this procedure is the saddle point matrix algorithm
- 2023-02-23 00:20:04下载
- 积分:1
-
a small educational software, to observe triangle area and side length relations...
一个小的教学软件,用来观察三角形面积和边长的关系。-a small educational software, to observe triangle area and side length relationship.
- 2022-01-26 02:11:01下载
- 积分:1
-
Designed to improve the existing code
重构--改善既有代码的设计
侯捷译good to read-Designed to improve the existing code
- 2022-03-04 15:17:50下载
- 积分:1