资源列表

« 1 2 ... .51 .52 .53 .54 .55 2156.57 .58 .59 .60 .61 ... 2656 »

[数据结构常用算法Nyuan

说明:数据结构作业,用递归法求解n元一次方程的C++程序。-Data structure operations, using recursive method n-一次方程of C++ Procedures.
<zxp> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法Fac3_9

说明://0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
<ss> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法Fac4_2

说明://背包问题贪心解法。该程序已调通,缘自王晓东算法设计-//Knapsack problem greedy solution. The program has been transferred Tong, Xiaodong edge from algorithm design
<ss> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法Fac4_6_2

说明:最小生成树问题贪心(Prim)算法,该程序原自王晓东算法设计,程序已调通-Greedy minimum spanning tree problem (Prim) algorithm, the program Xiaodong algorithm since the original design, procedures have been transferred Qualcomm
<ss> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法KRUSCAL

说明:Kruscal算法实现产生最小生成树,适用学习二叉树的朋友-Kruscal have a minimum spanning tree algorithm, the application of learning tree friends
<li> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法jinchengdiaodu

说明:可以实现进程调度的模拟算法,用很简单的程序在整体上体现进程调度的总过程。-Can achieve the process of scheduling the simulation algorithm, using a very simple procedure embodied in the overall process of the overall process of scheduling.
<郑琛> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法Jman

说明:Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个 if (n < m) { for (int i = 1 i <= n i = i + 2) { count++ } } else { for (int j
<json> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法luyou

说明:动态路由算法,采用链路状态路由算法,显示节点信息。-Dynamic routing algorithm, using link state routing algorithm, showing node information.
<> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法paixu

说明:双向连表的基本操作 适合初学者-Two-way table of the basic operation even for beginners
<有道义> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法wine_dividing

说明:分酒问题:已知有3个容量分别为3kg,5kg和8kg且没有刻度的酒瓶,3kg和5kg的酒瓶均装满了酒,而8kg的瓶子为空.现要求仅用这3个瓶子将这些酒分为两个4kg,并分别装入5kg和8kg的瓶子中. 提示:回溯,递归算法.最初始的状态为(350),最终的状态为(044),要求求解所有的解法.-Hours of liquor question: known to have three capacity, respectively
<crystal> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法8_QUEENS

说明:八皇后问题:八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queen s question: Pat s problem is an ancient and well-known problem is a typical example of b
<crystal> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法chain-table

说明:C++ 编写的对链表的综合操作,包括删除、增加节点,排序等。-Written in c++ integrated operation of the chain table, including deleting, adding nodes, sorting, etc.
<王雯> 在 2024-09-27 上传 | 大小:1024 | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 2156.57 .58 .59 .60 .61 ... 2656 »

源码中国 www.ymcn.org