-
hyperedit_demo
multiple hyperlinks with syntax highlighting for edit control.
- 2020-06-21 16:00:01下载
- 积分:1
-
tushuchubanguanli
这时一个用c++编写的一个图书出版管理系统,是一个数据库的课程设计(Book Publishing Management System)
- 2014-05-26 12:59:11下载
- 积分:1
-
IPMonitor
本程序可以用来监控本地网络,捕获一段时间内以本机为源地址或目的地址的IP数据包(不包括以广播形式发出的数据包),统计IP数据包的信息,列出本机与其他主机之间不同协议类型IP数据包的流量。(This procedure can be used to monitor the local network, capturing a period of time to this machine as the source or destination addresses of IP packets (including broadcast packets sent), statistics of IP packets, lists the machine with The flow of data packets IP between different protocol types in other hosts.)
- 2020-11-02 23:29:53下载
- 积分:1
-
Untitled
matlab绘制阵列正六边形。采用坐标方法。(Draw a regular hexagon array matlab. Using coordinate methods.)
- 2021-01-04 20:48:55下载
- 积分: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
-
Kofsky-Code-Orange
人脸检测,matlab源码,适合初学者使用,包括Adaboost及Haar-like特征提取(face detectiom)
- 2013-09-24 14:50:30下载
- 积分:1
-
aes
本程序可以实现AES16,24,32位任意长度的密码与任意长度的明文的加密与解密,并附有一实例(This procedure can achieve the AES16 24,32 password of any length and any length of plaintext encryption and decryption, with an example)
- 2021-03-15 14:09:22下载
- 积分:1
-
Talking-about-design-patterns
这是一本系统介绍设计模式的好书,非常适合有一定编程基础的人士阅读。(This is a good book to introduce design pattern systematically!)
- 2013-09-21 00:22:09下载
- 积分:1
-
Process-scheduling-
① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入队子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
(① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
- 2020-11-27 09:49:31下载
- 积分:1
-
USB
USB通信原理和实力,简单适用原理和实力,简单适用(usb tongxun yuanli he jieshao )
- 2009-12-26 17:24:05下载
- 积分:1