-
SocketServer
聊天室源码,支持多人聊天,服务器端(Chat room source code, support for multiplayer chat, chat room source code, support for multiplayer chat,)
- 2011-10-11 11:22:09下载
- 积分: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
-
interior-ballistic
底排弹内弹道计算程序,使用VB编制,带有计算结果及附图可供参考(Interior Ballistic Caculate)
- 2013-05-04 21:52:32下载
- 积分:1
-
rotorate-picture
一个翻转图象的源程序,很有意思的,希望大家看看,交流下(A reversal of the source images, very interesting, I hope to see everyone and exchange under)
- 2008-05-05 00:01:46下载
- 积分:1
-
testZeroMQ
内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求
下载ZeroMQ
下载网址:http://zeromq.org/intro:get-the-software
点击“Windows sources”下载zeromq-4.0.3.zip文件
编译ZeroMQ库文件
解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件
编写简单的测试工程
1.用VS新建2个项目,一个是server端,一个是client端
2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程
3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程
4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
- 2014-02-19 08:43:26下载
- 积分:1
-
ProtectProcess
进程保护,支持WIN7,已经在VS2010的环境WINDDK7600.16385.1下编译通过,代码中硬编码了cacl.exe这个进程,可以测试通过任务管理器不能关闭cacl.exe,但是,可以通过taskkill /pid来关闭进程,因此还需要升级。(Process protection, support WIN7, already at ambient WINDDK7600.16385.1 VS2010' s compiler, code hard-coded cacl.exe this process, the test can not be closed cacl.exe through the Task Manager, but can be disabled by taskkill/pid process, it also needs to be upgraded.)
- 2017-04-04 21:38:14下载
- 积分:1
-
yixiantong
一个新的通信协议,一线通协议模版软件,希望对大家开发有用(A new communication protocol, Link Agreement template software, everyone would like to develop useful)
- 2020-10-08 18:17:35下载
- 积分:1
-
HOUGH
HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助(HOUGH transform circle detection, can simultaneously detect multiple round)
- 2010-08-03 09:38:56下载
- 积分:1
-
custompaper
vb写的自定义打印纸张大小的实例源码,有需要的下。(Vb to write a custom print example source code, the size of the paper is needed.)
- 2013-08-13 15:45:05下载
- 积分:1
-
canshu
fluent关于水和水蒸气的物性参数的udf,包括蒸汽的密度,水和水蒸汽的比容,导热系数和热传导系数(fluent-about the Physical parameters of the water and vapor)
- 2020-09-15 15:58:01下载
- 积分:1