-
编译完了是一个基于串口PPP接入程序,用户拨号成功后,产生一个PPP服务进程,其他进程或内核可以向该进程发送数据包,在此基础上可以做数据链路加密的服务...
编译完了是一个基于串口PPP接入程序,用户拨号成功后,产生一个PPP服务进程,其他进程或内核可以向该进程发送数据包,在此基础上可以做数据链路加密的服务-end of a compiler based on the Serial PPP access, users dial-up after the success of PPP services have a process, or other processes to process core can send data packets, this can be done on the basis of data link encryption services
- 2022-08-15 05:13:19下载
- 积分:1
-
DuoGeZiFuTiHuan
多个字符的替换,无需复制 -替换-替换(重复)-复制 粘贴,而是一键完成。用C#写的,可以给经常要替换的朋友用。(Replace multiple characters, without duplicating the - Replace- replaces (repeat)- copy- paste, but a button. Written in C#, you can often to be replaced by a friend.)
- 2017-01-04 19:54:26下载
- 积分:1
-
综合布线的程序设计
说明: 综合布线管理系统,用vb+execel实现,xexcel作为后台数据库存储数据。(integrated wiring management system, with vb execel realized, as xexcel background databases store data.)
- 2005-11-01 14:50:53下载
- 积分:1
-
一个模拟闪电的VB代码,小代码非常的实用。不要错过啊
一个模拟闪电的VB代码,小代码非常的实用。不要错过啊-a simulated lightning VB code, the code is very small practical. Not to miss ah
- 2022-08-15 22:55:12下载
- 积分: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
-
UPD Network Communication Program
UPD网络通信程序-UPD Network Communication Program
- 2022-01-21 19:02:23下载
- 积分:1
-
SOCKET
Chat program using socket
- 2013-02-23 20:46:18下载
- 积分:1
-
使用socket编程模拟滑动窗口协议
理解数据链路层的滑动窗口协议,完整实现滑动窗口协议中的1bit滑动窗口协议,通过socket实现TCP连接来进行模拟
- 2020-12-06下载
- 积分:1
-
面向对象的银行管理系统课程设计完整代码Python版本
完整版银行管理系统,可以用于课程设计、练手小程序,数据采用文件存储,代码注释完整,新手也可以很容易的看懂。
- 2020-12-08下载
- 积分:1
-
enframe语音信号处理分帧matlab分帧函数
求语音信号特征时必用的分帧函数,直接调用matlab工具箱运用,function函数,自定义函数。
- 2020-12-09下载
- 积分:1