-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
在accordition used by moootols JS库。
a accordition used by moootols js liberary.
- 2022-06-21 05:00:31下载
- 积分:1
-
vc24小时学习教程 一本适合新手的教程 让你24个小时对VC有个比较深刻的认识。很不错
vc24小时学习教程 一本适合新手的教程 让你24个小时对VC有个比较深刻的认识。很不错-vc24-hour tutorial to learn a new tutorial for you 24 hours of VC has a relatively deep understanding. Very good
- 2022-11-16 05:15:04下载
- 积分:1
-
BOC信号仿真
BOC signal simulation
- 2022-06-26 08:40:55下载
- 积分:1
-
本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。...
本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。-This procedure has a priority on the implementation of the calculator function of the preparation, support brackets, such as optimizing the calculator function.
- 2022-02-06 09:14:55下载
- 积分:1
-
the file system is designed to implement basic operations as follow:
create fil...
设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow:
create file
delete file
open file
close file
set security measure
- 2022-05-28 03:16:27下载
- 积分:1
-
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和...
编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作―试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it
- 2022-08-17 22:59:40下载
- 积分:1
-
C++的ppt讲义,以及一些实例,是学习C++很好的材料
C++的ppt讲义,以及一些实例,是学习C++很好的材料-C++ The ppt lectures, as well as some examples of learning C++ Good material
- 2022-02-25 17:09:29下载
- 积分:1
-
关于tsp问题的matlab程序,希望对大家有用
关于tsp问题的matlab程序,希望对大家有用
-tsp of the Matlab procedures in the hope that it may be useful to
- 2022-11-18 12:25:02下载
- 积分:1
-
提取并保存EXE文件的图标
提取并保存EXE文件的图标-extracting EXE file and preserve the icon
- 2022-03-05 14:03:30下载
- 积分:1