-
实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本...
实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-achieved a chat server systems, mainly on the establishment of interception socket, connect the socket, dynamic control and display hidden use of the list box controls.IP8
- 2023-05-15 13:00:03下载
- 积分:1
-
projiect (1)
说明: 宿舍学生注册登录以及一些管理员简单的的登录修改(Simple registration function)
- 2019-05-29 09:35:25下载
- 积分:1
-
ImmutableMultiset
An immutable hash-based multiset. Does not permit null elements.
- 2013-12-03 09:39:33下载
- 积分:1
-
DialogFX-master
说明: java 弹出框 例子,可以直接引用使用(web frame source,easy to study and easy to use in your project)
- 2018-12-30 15:19:28下载
- 积分:1
-
CounterPanel
A panel with test run counters.
- 2014-02-18 09:44:45下载
- 积分:1
-
创建网页的系统。也许是思维的FrontPage软件。
一个完整的网页制作软件源代码! 是一个 FrontPage 软件可能想思!-There system for Create Web Page. and maybe the thinking of FrontPage software.
- 2022-02-20 14:13:29下载
- 积分:1
-
java面试宝典(高级篇)
说明: java mainshi baoduan gaojipian
- 2020-06-20 01:20:02下载
- 积分:1
-
zoj1094
zoj094
Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
(Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
)
- 2012-06-10 10:38:53下载
- 积分:1
-
Drawing5_61
对薄膜生长的方法之一磁控溅射的过程模拟,采用蒙特卡罗方法。(pair of thin film growth method magnetron sputtering process simulation, using the Monte Carlo method.)
- 2006-10-25 17:10:04下载
- 积分:1
-
使用CVS StarTeam团队代码的安装和配置服务。
安装配置CVS服务和用StarTeam进行团队合作的代码。-installation and configuration services using CVS StarTeam team for the code.
- 2023-04-01 09:50:03下载
- 积分:1