资源列表

« 1 2 ... .69 .70 .71 .72 .73 1174.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法not_line_programming_basedonjava

说明:用一个非线性规划算法解决一个飞行管理问题,该题源自全国大学生数学建模竞赛。-Using a nonlinear programming algorithm to solve a flight management issues, the title comes from the National Undergraduate Mathematical Contest in Modeling.
<慧心> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法11211718151

说明:C#经常用到的基础实例,传值调用与引用调用,打印三角形,递归实例,重载,虚函数,冒泡排序 ,接口-C# Frequently used basis for example, call by value and call by reference, print triangle recursive example, overloading, virtual function, Bubble Sort, interface
<chutiange> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法eightquences

说明:使用java数据结构编辑的解决八皇后问题的软件-Java data structure used to solve the eight Queen s editing software issues
<陈荣山> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法hash

说明:/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although
<llr> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法01131516409

说明:简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
<hj> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法packet

说明:输入物品的个数和背包的负重大小;程序自动为每个物品的重量和价值赋一个随机值(范围10~80),输出装入背包的物品的总价值最大的值和此时的总物品大小。实现方法:1 回溯法,2 FIFO分枝限界,3 LC分枝限界; -Enter the number of items and backpacks the size of the load procedure automatically for each of the weight an
<lzhijun> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法search

说明:搜索算法基础 搜索算法是利用计算机的高性能来有目的的穷举一个问题的部分或所有的可能情况,从而求出问题的解的一种方法。搜索过程实际上是根据初始条件和扩展规则构造一棵解答树并寻找符合目标状态的节点的过程。 -Search algorithm based on search algorithm is the use of high-performance computer to have a problem exhaustive pu
<hello> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法erchapaixuchazhao

说明:是数据结构的内容,采用二叉排序树进行查找的算法,-The contents of the data structure is used for binary sort tree search algorithms,
<高海燕> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法vector

说明:操作系统 vector银行家算法 可以参考啊-Operating system vector bankers algorithm can refer to ah
<has> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Bitree

说明:该程序实现了对二叉树的各种遍历,并能够在指定的位置插入和删除节点。-Realize the program on a variety of binary tree traversal, and can specify the location of insert and delete nodes.
<zhangkun> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法program

说明:数据结构的部分算法程序。相对来说是通用算法中效率比较高的程序-Algorithm for data structure part of the procedure. Relatively common algorithm more efficient procedures
<韩文杰> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法2-3youjuxuanzhi

说明: 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 -In a direction in accordance with the Eas
<kobewylb> 在 2024-11-19 上传 | 大小:7kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 1174.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org