资源列表

« 1 2 ... .45 .46 .47 .48 .49 750.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法make

说明:数字构造问题 ★问题描述 给定一个只包含数字[0..9]的字符串,请使用字符串中的某些字符,构建一个能够整除 15最大的整数。注意,字符串中的每个字符只能使用一次。 ★编程任务 求由给定字符串构造的能够整除15的最大整数。 ★数据输入 由文件input.txt给出输入数据。输入数据为一个只包含数字[0..9]字符串,字符串的长度 为1..1000。如果无法构建出该数字,请输出“impossible”。 ★数据输出 将程序运行结果输出到文件output.tx
<heixiong> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法BiTree

说明:二叉树的实现,实现创建二叉树,遍历二叉树,删除节点等-the development of Bitree
<foresee> 在 2025-06-16 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法book

说明:数据结构课程设计,图书管理系统,使用链表结构!-Data structure design, library management system, use the list structure!
<hoo> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法cxdd

说明:车厢调度源代码,用于解决车厢调度问题,即车厢出栈次序问题-Train scheduling source code, used to train scheduling problem, that is, inside the stack order problem
<kongfei> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法algorithm

说明:包含各种排序算法实现:冒泡排序,插入排序,堆排序,归并排序,快速排序,选择排序等-Contains a variety of sorting algorithms: bubble sort, insertion sort, heap sort, merge sort, quick sort, select sort, etc.
<刘博文> 在 2025-06-16 上传 | 大小:6kb | 下载:0

[数据结构常用算法0-1knapsack_problem

说明:0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to
<侯伟> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法33344

说明:数据结构课件,提供关于数据结构方面的电子文档,可在没有课本的情况下查阅经典算法-Courseware data structure, data structure on the electronic document can be in the absence of access to the case of textbooks classical algorithm
<wusheng> 在 2025-06-16 上传 | 大小:3.82mb | 下载:0

[数据结构常用算法8

说明:用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
<phil> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法parklotmanage

说明:数据结构课程设计,优化的不能再优化了 停车场的管理程序-data structure design for curriculum
<李瑞> 在 2025-06-16 上传 | 大小:152kb | 下载:0

[数据结构常用算法0701-11-52

说明:利用数据结构中的算法实现一元稀疏多项式的乘法-Data structure algorithm dollar sparse polynomial multiplication
<阿旭> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法sort

说明:对数据结构中的不同排序算法给出示例代码,完成排序工作-Itis a good code to sort!
<刘德葛> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法unify

说明:unify算法 人工智能 机器学习 C语言实现 -artificial intelligence algorithms unify
<杜二> 在 2025-06-16 上传 | 大小:2kb | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 750.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org