资源列表

« 1 2 ... .60 .61 .62 .63 .64 865.66 .67 .68 .69 .70 ... 2656 »

[数据结构常用算法KnapsackProblem

说明:问题:已知有n种物品和一个可容纳M重量的背包,每种物品i的重量为wi。假定将物品i的一部分xi放入背包就会得到pixi的效益,这里,0≤xi≤1,pi>0。如果这些 物品重量的和大于M,要求所有选中要装入背包的物品总重 量不得超过M,而装入背包物品获得的总效益最大。-Question: are known to have n kinds of goods and M can hold the weight of a bac
<lily> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法NQueen

说明:n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i  n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-t
<lily> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法sss

说明:1.双向链表的初始化 2.双向链表的尾插法建立 3.双向链表插入结点 4.双向链表删除结点 5.双向链表遍历链表 6.双向链表按不同的属性查找节点 7.双指针查找节点-fgvfdv
<李金龙> 在 2025-01-31 上传 | 大小:13kb | 下载:0

[数据结构常用算法3

说明:一元稀疏多项式计算器.cpp 主要是完成两个一元多项式的相加、相减,并将结果输出。-Dollar sparse polynomial calculator. Cpp notably the completion of two unary polynomial addition, subtraction, and the resulting output.
<张彬> 在 2025-01-31 上传 | 大小:2kb | 下载:0

[数据结构常用算法paixusuanfadebijiao

说明:数据结构中,排序算法的各种比较(直接插入排序、冒泡排序、快速排序、简单选择排序)-Data structures, sorting algorithms compare a variety of (direct insertion sort, bubble sort, quick sort, simple selection sort)
<chang> 在 2025-01-31 上传 | 大小:149kb | 下载:0

[数据结构常用算法calculator_c++

说明:implements a calculator of basic functions in c-implements a calculator of basic functions in c++
<gosling> 在 2025-01-31 上传 | 大小:237kb | 下载:0

[数据结构常用算法AddPolynomials

说明:数据结构课程中以链表的形式实现两个多项式相加-Data structure course in the list in the form of realization of the sum of two polynomials
<工大刘氏> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Parking

说明:这是一个C写的停车场管理系统,包含完整代码、说明书、任务书,VC下正常运行和调试。-This is a car park management system written in C, contains the complete code, descr iption, mission statement, VC, under normal operation and debugging.
<jsl> 在 2025-01-31 上传 | 大小:435kb | 下载:0

[数据结构常用算法Sudoku

说明:回溯法生成数独-Backtracking generates Sudoku
<froser> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法tongjishuzi

说明:
<康丽丽> 在 2025-01-31 上传 | 大小:965kb | 下载:0

[数据结构常用算法zhognshuwenti

说明:这是我用c++编写的一个种树问题的程序,而且该程序我已经调试通过,希望对大家有帮助-This is because I use c++ written in a question of planting process, but I have to debug the program passed, want to help everyone
<康丽丽> 在 2025-01-31 上传 | 大小:864kb | 下载:0

[数据结构常用算法DataStructAndAgritourism

说明:详细介绍数据结构各种算法,c语言代码实现-Details of various algorithms data structures, c language code to achieve
<jiangjian> 在 2025-01-31 上传 | 大小:73kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 865.66 .67 .68 .69 .70 ... 2656 »

源码中国 www.ymcn.org