登录
首页 » c++ » 运筹学动态规划问题

运筹学动态规划问题

于 2022-05-12 发布 文件大小:370.14 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

#include   #include   #include   using namespace std;   int x[4],s[4];   //x[k] 表示给第k个营业区增设的销售店 范围1-4  //s[k] 示给第k个营业区到3个营业区增设的销售店 int f[4][7],p[4][5]; //p[i][j] 给第i个营业区增加j个 //f[i][j] 给第i至第3个营业区增加j个  int max_value = 0; void caclF() { //计算出f[] for(int k=2;k>=1;k--){     f[k][s[k]] = p[k][x[k]]+f[k+1][s[k+1]];  } } void caclS() { //计算出s[] for(int i=2;i

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Algorithm-Design-Solution
    算法设计 习题解答 算法设计,ISBN:9787302143352,作者:(美)克林伯格(Kleinberg,J.),()塔多斯(Tardos,E.) 著,张立昂,屈婉玲 译(Algorithm design solution. Kleinberg,J. Tardos,E.)
    2021-01-04 10:48:56下载
    积分:1
  • Very comprehensive Microsoft certification exam questions ,70
    十分全面的微软认证考题,70-315《面向.NET的Web应用程序设计》模拟题(C#版和VB版均有)-Very comprehensive Microsoft certification exam questions ,70-315
    2022-07-13 02:47:36下载
    积分:1
  • yysguestbook2.0
    1、自定义站点信息。(地址、名称、邮件等……) 2、自定义站点版权信息。 3、自定义页面位置风格。 4、随意更新移动文本公告。 5、控制页面广告。 6、控制访问者留言发布模式(直接显示/验证)。(1, custom site information. (Address, name, e-mail and so on ......) 2, custom site copyright information. 3, custom page style position. 4, free to move text update bulletin. 5, control pages advertising. 6, the control Visitor Messages release mode (direct display/verification).)
    2016-03-10 21:21:54下载
    积分:1
  • 广义表
    清华版的数据结构要求的实验 此为广义表的程序(Qinghua version of the data structure required for this experimental procedure generalized Table)
    2005-05-23 17:05:02下载
    积分:1
  • VTK-Journal_709_2
    最小二乘法进行平面拟合,输入点云数据,拟合成一个平面,采用VTK进行交互显示和实现(Plane fitting the least squares method, the input point cloud data, fit a plane using VTK interactive display and)
    2012-05-22 22:23:05下载
    积分:1
  • zhengxuan
    一款VC++图像开场加载效果,向大家演示了几种图像装载的特效实现的方法,比如扫描显示、滑动显示、渐入显示和马赛克显示等,大家在使用一些幻灯片软件的时候,经学会看到类似的效果,如果你有一定的VC++基础,你可以借鉴一下本效果的具体方法,再次扩展,可以制作出一款带特效的图像查看器(The opening loading effect of a VC++ image to demonstrate the effects achieved in several image loading, such as scanning, slide show, getting into the display and mosaic display, we learn to look at some slides software to similar effect, if you have certain VC++ basis, you can learn about the effects of specific methods, extended again, can create the image of a band effects Viewer)
    2012-11-08 19:51:35下载
    积分:1
  • maga128LCD12864graphic
    atmega128单片机开发板附带的程序,12864显示图像(atmega128 MCU development board with the program, 12864 display images)
    2010-06-08 10:10:41下载
    积分:1
  • chain
    链表的模板类,提供插入删除,遍历器,查找等功能,只有一个头文件,可以包含到你的工程(template implemention of Chain)
    2013-12-09 11:04:33下载
    积分:1
  • yuvtoavi
    Executable file to convert yuv video file to avi video file . text file eas given for further help.
    2014-01-29 15:02:07下载
    积分:1
  • FireDetection
    对视频进行火焰检测,并实现对火焰的跟踪。(The video is detected by flame, and the flame is tracked)
    2020-07-03 15:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载