资源列表

« 1 2 ... .74 .75 .76 .77 .78 1279.80 .81 .82 .83 .84 ... 2656 »

[数据结构常用算法nQueens

说明:使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
<ajaxhe> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法saleman

说明:货郎担问题,离散优化问题,快速处理离散的遍历问题-Traveling salesman problem, discrete optimization, rapid processing of discrete traversal problem
<邱立富> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法studentmanager

说明:用链表做的学生信息管理系统,实验报告用的-Use lists of student information management system and laboratory use
<陈泽伟> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法buidbinarytree

说明:已知二叉树的前序,中序,建立二叉树,并输出它的后序遍历的序列-The first known binary sequence, in order to establish a binary tree, and after traversing the output of its sequence
<林藤子> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法suanfa

说明:计算机算法中用到的经典算法。包括01背包,多段图,资源分配问题,子数合集等。-Computer algorithms used in the classical algorithm. Including 01 backpack, multi map, resource allocation, the number of sub-collection, etc..
<wuxi> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法UsingPointersAndArrays

说明:pointer arrays document
<shashi> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法CInt96

说明:实现96位长整数的运算,包括加、减、乘、除以及幂运算等。-96-bit long integer to achieve computing, including addition, subtraction, multiplication, division, and exponentiation, etc..
<myj> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法qichejiayou

说明:一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相
<Daninel> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法bigint

说明:大数乘法的源码,希望大家可以有所收获,可自由下载,谢谢。-Multiplication of large numbers of source code, I hope we can be harvested, are free to download, thank you.
<just> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法SomeoneDie

说明:约瑟夫生者死者游戏 30个旅客同乘一条船,因为严重超载,加大风浪大作,危险万分。因此船长告诉乘客,只有将全船一半的旅客投入海中,其余人才能幸免遇难。无奈,大家只得同意这种办法,并议定30个人围坐一圈,由第一个人数起,依次报数,数到第9人,便把他投入大海中,然后再从它的下一个人数起,数到第9人,再将他扔进大海中,如此循环地进行,直到剩下15个乘客为止。问哪些位置是将被扔下大海的位置。-Joseph living and the dead
<Kim> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法Exp9_DFS

说明:用C++编写的深度优先搜索算法,很好很强大-Written in C++, depth-first search algorithm, very very powerful ~ ~ ~
<Donghf> 在 2024-10-14 上传 | 大小:10240 | 下载:0

[数据结构常用算法graphCplusplus

说明:图论算法库 ,用c++写的,还不错.包括bellman_ford, floyd-Graph algorithm library, written using c++, not bad. Including bellman_ford, floyd
<叶斌> 在 2024-10-14 上传 | 大小:10240 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 1279.80 .81 .82 .83 .84 ... 2656 »

源码中国 www.ymcn.org