-
touziwenti
1. 熟悉动态规划的使用方法
2. 分析投资问题的最优子结构
3. 用动态规划求解投资问题
求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。
(1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 investment using dynamic programming to solve a total investment of $ m, a total of n items, Gi (x) for the project to the investment costs of the i when the income of x, how to allocate resources in order to maximize profits.)
- 2011-07-03 22:41:07下载
- 积分:1
-
MESH--SIMPLE
可以简化obj,ply等三维模型,1:在VC++2008上运行oglpemsh.dsw 文件
2:选择要简化的模型,eg:huge_bunny.ply
3:选择简化
(Mesh Simplification Viewer
This program implements four different mesh simplification algorithms. After loading a mesh, the user can easily remove triangles from the mesh and the results are displayed in real time. The mesh can also be rotated and moved closer to or farther away from the viewer.
The goal of mesh simplification is to display a 3D polygonal mesh with fewer triangles while retaining the same shape. In the example above, the original cow model (upper left) is made up of over 5800 triangles. We can easily remove thousands of triangles from this mesh and still display a very similar cow model. While the 500 triangle cow is a cruder representation, this may not make a difference if the cow is far away from the viewer.
)
- 2014-07-10 11:37:50下载
- 积分:1
-
C#演示如何正确关闭程序
C#演示如何正确关闭程序,这是一个Wpf窗体实例,演示WPF窗口如何才是正确的关闭方法。
其实下边这句话最重要:
正确关闭程序的方法:App.Current.Shutdown();
具体的代码写法如下:
//文件名称:Window1.xaml.cs
private void button1_Click(object sender, RoutedEventArgs e)
{//正确关闭程序
App.Current.Shutdown();
}
- 2023-04-28 12:25:02下载
- 积分:1
-
cortex-m3
cortex-M3技术手册、开发手册、开发指南、超级指南及stm32f10x固件库的参考手册(中文)
格式:pdf(cortex-M3 technical manuals, development of manuals, development guidelines, super guides and stm32f10x firmware library reference manual (Chinese)
Format: pdf)
- 2013-09-17 23:21:25下载
- 积分:1
-
Image-recognition
图像识别技术及其在机械零件无损检测中的应用(Image recognition technology and its application in mechanical parts NDT Applications)
- 2013-11-16 11:00:17下载
- 积分:1
-
ConvexHull
基于C#开发的求解无序点云的最小凸包程序。(Based on C# development unordered point cloud solving the minimum convex hull program.)
- 2021-04-07 10:39:01下载
- 积分:1
-
真实的翻书效果,非常不错!
真实的翻书效果,非常不错!
- 2014-02-07下载
- 积分:1
-
FX589_TX-and-RX(2011.12.10.15.37)
本程序是基于c8051f330单片机的FX589的GMSK同步无线通信程序,希望对大家有用。(This procedure is based c8051f330 microcontroller FX589 GMSK synchronized wireless communication program the hope that useful.
)
- 2012-02-07 18:56:00下载
- 积分:1
-
VS C++画图工具实现
通过VS2012实现MFC界面下的手写签名工具,可以生成手写签名图片jpg格式。
- 2022-02-03 03:16:21下载
- 积分:1
-
sift特征提取
Opencv SIFT特征提取,有需要的朋友可以参考下。Opencv里面,特征提取可以分为两步进行:detection + computation,具体为detection后,得要一些keypoints,然后在这些keypoints上应用相应的描述符。SIFT是一个比较常用的特征,下面就以SIFT特征为例,在Opencv进行SIFT提取(SIFT detection + SIFT description)。
- 2022-12-15 15:00:04下载
- 积分:1