资源列表
[数据结构常用算法] suanfayushujujiegou
说明:算法与数据结构基础程序,最后一个课程设计是一篇文章的词频统计-data structure<胡成威> 在 2025-06-03 上传 | 大小:4.08mb | 下载:0
[数据结构常用算法] meanshift-tracking
说明:本算法实现的是目标的跟踪,采用的是混合高斯模型建立背景,然后用meanshift进行跟踪,包括使用MFC进行界面编辑-The algorithm is to track the target, using Gaussian mixture model background, and then meanshift track, including the use of interfacial MFC edit<zhangcheng> 在 2025-06-03 上传 | 大小:8.33mb | 下载:0
[数据结构常用算法] POJ3273
说明:POJ3273 Monthly Expense题解 题目分析: 给出N个数,要求你合并连续的数,使其合并在满足不差过M个合并后的集合的时候,不超过M个集合的和的最大值最小。-Farmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculated and recorded the exact amo<Yzzzz> 在 2025-06-03 上传 | 大小:24kb | 下载:0
[数据结构常用算法] Decrease-and-Conquer
说明:该文章主要研究了依靠减治技术的各搜索算法,从基本搜索到对基本搜索改进,最后探讨了启发式的搜索,逐步深入,从而加深对搜索和减治法的理解-The paper studies the reduction treatment technologies rely on various search algorithms, basic search to search for basic improvements, and finally discuss the heuristic search, the<gaochang> 在 2025-06-03 上传 | 大小:28kb | 下载:0
[数据结构常用算法] addTwoNumbers
说明:Leetcode练习,将两个非负整数相加,整数一字符串的形式保存,逆向存储。要求得到的结果也是字符串。-You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a li<李玥珮> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Large-integer-multiplication
说明:大整数的计算方法实现,供c/c++初学者学习使用- Large integer calculation method of implementation for c/c++ beginners learning to use<laix> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Josephus
说明:任给正整数n、k,按下述方法可得排列1,2,……,n的一个置换:将数字1,2,……,n环形排列(如图2-36所示),按顺时针方向从1开始计数,计满k时输出该位置上的数字(并从环中删去该数字),然后从下一个数字开始继续计数,直到环中所有数字均被输出为止。试编写一算法,对输入的任意正整数n、k,输出相应的置换数字序列。-Given any positive integer n, k, can be obtained as described below arrangement 1,2, ......<Jimmy> 在 2025-06-03 上传 | 大小:1.63mb | 下载:0
[数据结构常用算法] Chp2-Lineer
说明:根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确<Jimmy> 在 2025-06-03 上传 | 大小:4.99mb | 下载:0
[数据结构常用算法] 数据 结构实验
说明:数学结构的一些算法实现,使用的是C语言进行实现(Some algorithm implementation of mathematical structure)<hypercrite> 在 2025-06-03 上传 | 大小:3.05mb | 下载:0