登录
首页 » 数据结构 » 背包问题(非0/1)C++标准算法

背包问题(非0/1)C++标准算法

于 2022-01-23 发布 文件大小:2.73 kB
0 50
下载积分: 2 下载次数: 1

代码说明:

背包问题(非0/1)C++标准算法-knapsack problem (0/1) C Standard Algorithm

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

发表评论

0 个回复

  • 界面美观,功能齐全,连接库,适合初学者
    界面美观,功能齐全,连接数据库,适合初学者-Interface appearance, complete functions, connected databases, suitable for beginners
    2022-02-03 09:15:19下载
    积分:1
  • tree data structure source code
    树的数据结构源代码-tree data structure source code
    2022-04-24 00:57:22下载
    积分:1
  • 访问
    私人潜艇 Load_Faculty() Dim con 作为新 OleDbConnection Dim cmd 作为新 OleDbCommand 作为 OleDbDataReader 的 dim 博士 Dim arrImage() 作为字节 Dim myMS 作为新的 IO。MemoryStream 声明作为字符串存放连接 = String.Empty 请尝试 声明存放连接 ="选择 b.FacultyID、 b.Image、 b.Course、 a.Course" 声明存放连接 = 声明存放连接 &"从作为左的联接学院作为 b studentsrecords" 声明存放连接 = 声明存放连接 &"a.ID = b.FacultyID WHERE(a.Course = @Course) a.Course 按顺序" con = 新 Ole
    2022-03-09 21:13:40下载
    积分:1
  • 关于计算机几种常见排序算法,在学习的时候曾自己动手写C语言的程序, 现发布出来与大家交流。虽然简单,但希望与大家在编程以及计算机算法方面能...
    关于计算机几种常见排序算法,在学习数据结构的时候曾自己动手写C语言的程序, 现发布出来与大家交流。虽然简单,但希望与大家在编程以及计算机算法方面能 够与大家交流,达到抛砖引玉的效果,恳切大家提出意见、建议。-On the computer several common sorting algorithms, data structures in the study had the time to write their own C language procedures, is published by the exchange with the U.S.. Although simple, but look forward to working with everyone in the programming and computer algorithms can exchange with the U.S. to initiate the effect, everyone sincerely offer comments, suggestions.
    2022-01-28 19:52:35下载
    积分:1
  • 51单片机大量源码
    这是为初学者提供的,可以在短时间内学会,只要你有耐心,只要你有恒心,你就会学会,真的一点也不难。只要你肯下功夫。
    2023-07-16 09:50:04下载
    积分:1
  • 用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。
    用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。-Vb make use of a student information management system, full-featured, suitable for graduate students to do the design.
    2022-06-12 09:42:58下载
    积分:1
  • 1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。 2. 用MISDBA用户登录MISDB库。 3. 在IS...
    1. 在IBConsole中添加两个用户LOGIN和MATER,密码均为PASSWORD。 2. 用MISDBA用户登录MISDB数据库。 3. 在ISQL中,输入第9章提供的SQL语句;或者根据表9-1至表9-8在SQL Explorer中自行创建数据表。数据库创建后需要分配LOGIN和MATER用户的访问权限。 4. 根据表9-9和表9-10设置初始数据,另外需要在PERSON数据表中设置一个用于登录系统的用户(ID=’MAT’,PASSWD=’PASSWORD’,AUTHORITY=’7’,STATE=’F’),同时在PART表中添加ID为’0000000000’的零件,名称为“。 5. 除了修改数据库连接的属性,还需要修改数据模块中LOGIN方法的相关用户密码。 -1. In addition two IBConsole users LOGIN and Mater. passwords are PASSWORD. 2. User login with MISDBA MISDB database. 3. In ISQL, the importation of Chapter 9 of SQL; Or, according to Table 9-1 to Table 9-8 in SQL Explorer to create data sheets. After creating the database needs and Mater distribution LOGIN user access permissions. 4. According to Table 9-9 and Table 9-10 initial data set, Another need PERSON data tables set up a registration system for users (ID = "MAT" PASSWD = "PASSWORD" AUTHORITY ="7 ", STATE = "F"), PART table at the same time adding ID to"0000000000 "parts, name. " 5. In add
    2022-08-02 16:54:09下载
    积分:1
  • Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the...
    迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no access point is a square matrix of the (1,1) The end is (m-1, n-1)
    2022-04-15 13:14:53下载
    积分:1
  • trainreset:有许多列车需要开车出站的作用。
    TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
    2022-07-14 05:15:14下载
    积分:1
  • 基于SQL Server库和JAVA语言的学生信息管理系统
    基于SQL Server数据库和JAVA语言的学生信息管理系统;完整源代码,JAVA语言实现,NetBeans开发环境,可以导入Eclipse
    2022-02-20 21:45:58下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载