-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 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
-
OFDM脉冲成型
经典OFDM系统的脉冲整型,包含Windows和Mac OSX两个版本的矩形函数整型、半余弦整型、高斯函数整型、各向同性正交变换算法(IOTA)整型的matlab源代码。
- 2023-06-10 07:35:03下载
- 积分:1
-
这个是C语言教室管理系统,可以用于大学教室,界面是命令提示符的...
这个是C语言教室管理系统,可以用于大学教室,界面是命令提示符的-This is a C language classroom management system, can be used in University classrooms, the interface is the command prompt
- 2022-09-20 13:05:03下载
- 积分:1
-
学习OLE的经典资料,OLE是微软的一项核心技术
学习OLE的经典资料,OLE是微软的一项核心技术-OLE data to study the classic, OLE is a Microsoft" s core technology, a
- 2023-03-31 11:35:04下载
- 积分:1
-
实用通讯录管理 能够进行插入删除排序保存等功能
实用通讯录管理 能够进行插入删除排序保存等功能 -Address book management utility can be inserted to preserve features such as sorting delete
- 2023-05-19 08:55:03下载
- 积分:1
-
关于如何显示位图,用C语言实现的。
有一定的 言及欧价值1
关于如何显示位图,用C语言实现的。
有一定的 言及欧价值1-On how to display a bitmap with C language realization. Europe has some mention of the value of one
- 2023-02-26 06:35:03下载
- 积分:1
-
核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DF...
核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在 CAjaxParserDlg::OnInitDialog。 -core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according to a DFA solution to the input text for analysis. In other words, if you do a new DFA, we can analyze the new morphology. DFA in the initialization CAjaxParserDlg : : OnInitDialog.
- 2022-04-01 07:37:53下载
- 积分:1
-
Windows 控制台实现定时器功能。简单的小程序
Windows 控制台实现定时器功能。简单的小程序-Windows Console timer function.Simple applet
- 2023-04-28 03:05:04下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
曲线拟合NURBS插值和逼近算法
应用背景一个绘制样条曲线的例子,NURBS曲线,B样条可以是一个简单的改变。(2008,Visual C + +)关键技术插值&;近似计算
- 2023-04-26 09:00:03下载
- 积分:1