资源列表

« 1 2 ... .42 .43 .44 .45 .46 2447.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法triangleSubdivision

说明:用动态规划的思想实现多(N)边形的最优权值三角剖分-Using dynamic programming to achieve the optimal weights of multi- (N)- side- Profile
<隋愿> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Assignment_2

说明:算法课程中分支定界算法的课后习题作业,其答案和c++实现我也会上传-Branch and bound algorithm in the course of the algorithm, the answer and the c++ to achieve I will upload
<隋愿> 在 2024-11-07 上传 | 大小:19456 | 下载:0

[数据结构常用算法elecfans.com_Kalman-filtering-matlab

说明:这是一个实现卡尔曼滤波应用的代码,相关工作者可以下载查看-This is a code that applying Kalman filtering to reality.
<毛伟> 在 2024-11-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法suanfayushujujiegou

说明:算法与数据结构基础程序,最后一个课程设计是一篇文章的词频统计-data structure
<胡成威> 在 2024-11-07 上传 | 大小:4273152 | 下载:0

[数据结构常用算法c

说明:问题描述 有多个可供选择的村庄坐落在笔直的高速公路旁。高速公路被表示为一个整数轴,每个 村庄有一个整数坐标表示其位置。两个村庄不会在同一个位置。在两个位置之间的距离是其 整数坐标的差的绝对值。 现在要选择一些村庄,在这些村庄里建小学。小学位置的选择应该使每个村庄和离该村 庄最近的小学之间的距离的总和最小。注意小学只能建立在某个村庄,小学的位置视为该村 庄的位置。 实验任务 请你写一个程序,给出的村庄的位置
<zzz> 在 2024-11-07 上传 | 大小:31744 | 下载: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> 在 2024-11-07 上传 | 大小:8729600 | 下载:0

[数据结构常用算法digital

说明:利用广度优先搜索算法解决八数码难题,寻找从初始状态变换到目标状态的最优解-Use breadth-first search algorithm to solve eight digital problem, seek transformation initial state to target state optimal solution
<Qing> 在 2024-11-07 上传 | 大小:1904640 | 下载: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 calcula
<Yzzzz> 在 2024-11-07 上传 | 大小:24576 | 下载: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 dis
<gaochang> 在 2024-11-07 上传 | 大小:28672 | 下载: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
<李玥珮> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Large-integer-multiplication

说明:大整数的计算方法实现,供c/c++初学者学习使用- Large integer calculation method of implementation for c/c++ beginners learning to use
<laix> 在 2024-11-07 上传 | 大小:1024 | 下载: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
<Jimmy> 在 2024-11-07 上传 | 大小:1709056 | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 2447.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org