资源列表

« 1 2 ... .33 .34 .35 .36 .37 638.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法struct

说明:顺序表上顺序查找,数据结构的一种,用C语言实现。学生专用-Order to find the order form, a data structure, using C language. Student
<周思君> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法datastruct

说明:有序表上二分查找,数据结构中的一种,C语言实现,学生专用-Ordered binary search form, a data structure, C language, for students
<周思君> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法juzhen

说明:设计算法求三对角矩阵在压缩存储下的转置矩阵。-Design algorithm for tridiagonal matrix stored in compressed under the matrix transpose.
<詹书保> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法paixu

说明:用指向指针的 方法对n个整数排序并输出。要求将排序单独写成一个函数,n和各整数在主函数中输入,最后在主函数中输出。-Pointer with the pointer point to the method of sorting n integers and output. Requirements will be sorted into a separate function, n and the integer function in the main input, the final out
<詹书保> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法fpr

说明:This program is to find the floating point representation of real number. The user will be asked for the number of mantissa, exponential, and the real number to be calculated (R=10). The program will find the FPR for Hexadecimal (R=16), Octa
<dede> 在 2025-06-10 上传 | 大小:292kb | 下载:0

[数据结构常用算法ac

说明:最长公共子序列 问题ACM题目 如果序列 { s1, s2, ……, sk } 是序列 { a1, a2, ……, an } 的子序列,又是序列 { b1, b2, ……, bm } 的子序列,则称序列 s 为序列 a 和 序列 b 的公共子序列。在 a 和 b 的所有公共子序列中,长度最长者称为最长公共子序列。 本题对于给定的两个整数序列,请求其最长公共子序列的长度 -The question of the longest common sub-sequence if th
<霍小明> 在 2025-06-10 上传 | 大小:5kb | 下载:0

[数据结构常用算法prim

说明:数据结构中的最小生成树实现,根据核心算法在Visual studio6.0的开发环境中运行成功。-Data structure to achieve the minimum spanning tree, according to the core algorithm in the development environment Visual studio6.0 run successfully.
<夏之星> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法learnOfDataStructures

说明:数据结构与算法导学,对初学者很有用处,绝对经典-Data Structures and Algorithms Guidance, very useful for beginners, absolute classic
<liurunbao> 在 2025-06-10 上传 | 大小:408kb | 下载:0

[数据结构常用算法bag

说明:这是一个“背包”问题的数据结构的C语言实现。我个人觉得是考查对链表和二叉树的知识。去年学的是这个,觉得很有意思。自己写了几个,也收集了别人做的几个课题。具体思路里面有。-This a problem "bag" in data_structure. I learned this course last year and I think it s very interesting.
<流动的阳光> 在 2025-06-10 上传 | 大小:12kb | 下载:0

[数据结构常用算法YuRenGuoHe

说明:“渔人过河”是数据结构里面很常见的一个课题。要求是找出最好路径,并将路径保存输出,这里面涉及到链表二叉树的知识。技巧性还是有一些的。-" Fisherman' s across the river" is a very common data structure inside of an issue. Requirement is to find the best path, the path and save the output, there is related t
<流动的阳光> 在 2025-06-10 上传 | 大小:5kb | 下载:0

[数据结构常用算法2

说明:银行家算法在vvc下的实现,很全的,而且简单移动-Very GoodVery GoodVery GoodVery GoodVery GoodVery GoodVery Good
<Bruce Jia> 在 2025-06-10 上传 | 大小:883kb | 下载:0

[数据结构常用算法zdlc

说明:【问题描述】 甲、乙、丙、丁、未五城市分别距离为( 单位是: km): 甲 - 乙 300 甲 - 未 3000 乙 - 丙 2500 乙 - 丁 800 丙 - 未 1000 丁 - 甲 2000 丁 - 丙 400 丁 - 未 1200 未 - 乙 500 现从未地出发,到其它各城市的最捷路径。 【设计要求】 1、写出系统需求分析,并建模。 2、编程实现,界面友好。 3、输出各条最捷路径 4、语言不限,最好是c或c++ -【Desc
<子米> 在 2025-06-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 638.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org