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

动态规划问题

于 2022-03-30 发布 文件大小:1.85 kB
0 60
下载积分: 2 下载次数: 1

代码说明:

RQNOJ题库中的关于金名购买物品价值最大话,典型的动态规划问题,0,1背包,使用递归的方式,同时附有注释

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

发表评论

0 个回复

  • Dapper
    Dapper各种语句基础功能测试。。。。。。(Dapper Basic Function Testing)
    2020-06-24 18:20:02下载
    积分:1
  • 双重 ADC 同步规则DMA实验
    用STM32双重ADC功能采集两路电压,并将其中一路电压通过串口发送出去(Using STM32 dual ADC function to collect two voltage channels and send one voltage through serial port)
    2020-06-21 12:00:02下载
    积分:1
  • 20180713
    拍拍灯的源码程序,值得参考.可以放在床头,晚上起来时轻拍一下就亮,很方便实用。 在黑暗的夜里,留一盏灯给回家的人,温馨的氛围让屋子里每一个角落都充满幸福的光辉。 不管自己是不是一个人,心里都希望黑黑的地方有着柔和的光,特别在晚上拥有让人安心的理由。在因为太过疲倦而不容易入眠的痛苦时候,其实温柔光线能够抚慰人心,让人放心入睡。(Patting lamp source code procedures, is worth reference. Can be put on the head of a bed, at night when the light tap, very convenient and practical. In the dark night, leave a lamp to go home, warm atmosphere makes every corner of the room is full of happiness. Whether you are a person or not, you want a soft light in a dark place, especially at night for a reassuring reason.In the pain of being too tired to fall asleep easily, actually gentle light can be soothing and make people rest assured to sleep.)
    2020-06-17 17:20:02下载
    积分:1
  • C++ 控制台训练
    帮朋友写的一个C++基础的控制台的代码,主要为基本的C++训练代码,输入行列数,计算出结果,可以使用Visual Studio 打开,
    2023-07-13 15:50:05下载
    积分:1
  • sql 通用数据库类示例代码
    ///         /// SQL server 类库        /// 版本  1.00    修改时间    2016-01-15        /// 版本  1.01    修改时间    2016-01-18  修改内容    增加服务器时间到毫秒的说明        //数据库连接字符串(web.config来配置),多数据库可使用DbHelperSQLP来实现.        public static string connectionString;        /// 构造函数(初始化)        /// 构造函数(初始化)        ///         ///         public Class_数据库SQL(string connect)        {            connectionString = connect;        }        /// SQL查询返回DataSet        /// SQL查询返回DataSet        ///         /// SQL语句        /// 返回DataSet数据集的表名        ///         public DataSet SQL_Select_DataSet(string CmdString1, string 表名)        {            using (SqlConnection connection = new SqlConnection(connectionString))            {                using (SqlDataAdapter SqlDA = new SqlDataAdapter(CmdString1, connection))                {                    try                    {                        using (DataSet DataSet1 = new DataSet())                        {                            connection.Open();                            SqlDA.Fill(DataSet1, 表名);                            if (DataSet1.Tables.Count == 0)                            {                                Thread.Sleep(100);                                SqlDA.Fill(DataSet1, 表名);                            }                            return DataSet1;                        }                    }                    catch (System.Data.SqlClient.SqlException e)                    {                        connection.Close();                        throw e;                    }                }            }        }        public void SQL_Select_DataSet_SAVE(DataSet DataSet1,string CmdString1,string 表名)        {            using (SqlConnection connection = new SqlConnection(connectionString))            {                using (SqlDataAdapter SqlDA = new SqlDataAdapter(CmdString1, connection))                {                    try                    {                        using (DataSet DataSet11 = new DataSet())                        {                            connection.Open();                            SqlDA.Fill(DataSet11, 表名);                            if (DataSet11.Tables.Count == 0)                            {                                Thread.Sleep(100);                                SqlDA.Fill(DataSet11, 表名);                            }                            DataSet1.AcceptChanges();                            SqlDA.Update(DataSet11.GetChanges());                        }                    }                    catch (System.Data.SqlClient.SqlException e)                    {                        connection.Close();                        throw e;                    }                }            }        }。。。
    2016-03-25下载
    积分:1
  • AT45DB
    at45db161d 闪存应用实例,主芯片STM32103VET6 火牛开板。应用。主要实验了0地址到0x09地址,及0x210000-10到0x210000地址数据读写验证(at45db161d Flash application examples, the main chip STM32103VET6 Adapters on board. Application. The main experimental 0 0x09 address to address, and the address 0x210000 0x210000-10 to read and write data validation)
    2014-07-25 22:28:22下载
    积分:1
  • [荐]深入浅出设计模式.tar
    说明:  深入浅出设计模式 工厂模式 代理模式 单例模式(Head First Design Patterns)
    2020-06-18 15:00:01下载
    积分:1
  • 微信物联网 微信直连esp8266代码
    微信物联网 微信直连esp8266代微信物联网 微信物联网 微信直连esp8266代码微信直连esp8266代码码微信物联网 微信直连esp8266代码
    2022-09-08 15:30:03下载
    积分:1
  • 基于C++的俄罗斯方块游戏
    使用C++搭建俄罗斯方块游戏,便于初学者快速掌握C++。
    2022-12-05 12:10:03下载
    积分:1
  • Program
    find contour not complete
    2012-06-30 03:17:30下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载