-
DLL
说明: VS2013运行VC6.0编写的程序,报错找不到msvcrtd.dll,mfc42d.dll,msvcp60d.dll,mfco42d.dll,msvcp60.dll。将以上dll文件复制到C:WindowsSysWOW64目录下即可。(Vs2013 runs the program written by vc6.0 and fails to find msvcrtd.dll, mfc42d.dll, msvcp60d.dll, mfco42d.dll, msvcp60.dll. Copy the above DLL files to the directory C: windows syswow64.)
- 2020-05-09 14:11:08下载
- 积分:1
-
flashdemo
通过WINAPI实现的串口通信程序,有flash动画和丰富的按钮界面。(WINAPI achieved through serial communication procedures, flash animation and rich button interface.)
- 2013-06-23 20:16:10下载
- 积分:1
-
CPPPrimer4
C++Primer第四版中文版(电子版).pdf(C++Primer fourth edition of the Chinese version (electronic version). Pdf)
- 2013-08-26 09:20:16下载
- 积分: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
-
energypick1
segy地震数据显示,及剖面能量提取!其中包括的二进制数据读取,双缓冲图像显示!舍不得啊。我的宝贝!(segy seismic data, and extract the energy profile! These include binary data read, double-buffer image display! Reluctant ah. My Darling!)
- 2007-03-21 10:30:23下载
- 积分:1
-
NovatelRange
上传程序用于解析Novatel输出range 信息,解析结果已经验证。(The upload process is used to resolve the Novatel output range information, analytical results have been verified.)
- 2013-05-17 16:24:27下载
- 积分:1
-
accelerationMouse
传感器读取程序,传感器读取程序 传感器读取程序(Sensors read the procedures, procedures for sensors to read sensor to read the procedures)
- 2008-07-23 10:31:37下载
- 积分:1
-
design
design about GSM model sended and received communication appl
- 2018-07-30 12:03:16下载
- 积分:1
-
ReMin0319
IEC60870-5-103通信规约的从站模拟软件,可以模拟一个采用单片机驱动的继电保护设备,自动向主站程序上送数据并响应主站数据的数据问询请求,并有可选择的状态变位和扰动数据进行上送(IEC60870-5-103 communication protocol slave simulation software can simulate a single-chip computer-driven protection equipment, automatic procedures to send data to the master station and respond to data inquiries master data requests, and there is an optional state displacement and disturbance data sent)
- 2013-07-16 15:05:42下载
- 积分:1
-
136645-ds1
公路桥梁电算(第二版).杨炳成 主编/2003-06-01/人民交通出版社.
本书主要介绍公路桥梁及其他工程结构物内力分析、截面配筋设计和绘图的源程序,采用扩展BASIC语言编制,设计计算严格遵守了交通部颁发的公路桥涵设计规范。(Highway bridge computerization (version second). Ed. Yang Bingcheng /2003-06-01/ people traffic press
This book introduces the analysis, the internal force of highway bridges and other engineering structures reinforcement design and drawing of the source, using the extended BASIC language, design and calculation of the design of highway bridges and culverts in strict compliance with the Specifications issued by the Ministry of communications.)
- 2013-12-25 09:47:24下载
- 积分:1