-
基于视频的图像处理系统
基于AVI的 图像处理系统 里面有目标检测和背景差分法还有提供目标跟踪分析。
- 2022-06-21 12:42:59下载
- 积分:1
-
马科维茨风险模型的仿真程序
本程序主要用于马科维茨风险投资组合模型的仿真。程序利用收益率矩阵和二次规划进行投资组合的最优化计算,程序简练实用,有数据以及实例说明。
- 2022-10-09 16:40:03下载
- 积分:1
-
德劳内三角化
Delaunay三角剖分为点的平面内的一组P是三角测量的DT(P),使得在P点没有任何三角形DT中(P)的外接圆内。 Delaunay三角最大化在三角测量三角形的各角的最小角度;他们倾向于避免骨感三角形。
- 2022-06-13 05:04:34下载
- 积分:1
-
以及操作说明
应用背景以及操作说明以及操作说明一个简单的RTSP,有两个DLL,一 ;是一个网络设置,其他 ;是一个游戏设置,以及操作的指令集一个简单的RTSP,有两个DLL,一 ;是一个网络的建立,另一;是一种游戏设置,以及操作说明关键技术backgroundfsdfadfsdfsdfsdfsdfsdfsdfdfdffsdfadfsdfsdfsdfsdfsdfsdfdfdffsdfadfsdfsdfsdfsdfsdfsdfdfdffsdfadfsdfsdfsdfsdfsdfsdfdfdffsdfadfsdfsdfsdfsdfsdfsdfdfdfkey技术124215141234123 124215141234123 124215141234123 124215141234123 124215141234123
- 2022-12-21 13:20:03下载
- 积分:1
-
分枝定界法,运筹学
分枝定界法,运筹学-branch-and-bound method, and operations
- 2022-04-24 23:01:41下载
- 积分:1
-
28335 pmsm demo
基于TI STM320F28335芯片设计的伺服电机驱动程序。基本涵盖了伺服驱动器控制板所需所有外围芯片驱动。
- 2022-02-02 20:12:42下载
- 积分:1
-
遗传基因算法源代码
遗传基因算法源代码-genetic algorithm source code
- 2022-07-08 23:11:36下载
- 积分:1
-
用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。...
matlab的入门,金典书籍,值得一看。对于新手或刚入门的有很多帮助-matlab entry, Jindian books, worth a visit. For novice or just a lot of help getting started
- 2022-03-20 08:18:30下载
- 积分:1
-
DTMF(Dual Tone Multi Frequency)Recognition Algorithm
Dual Tone Multi Frequencies (DTMF tones) are two different tones at two ends of a spectrum that are used to send information in telephonic communication mediums. The tones represent numbers 0-9 and the symbols * and #. A series of these numbers may be assigned to individuals as points of contact, as in a phone number, or the numbers can be used to relay other sorts of information.
While it may seem confusing, it should be noted that all numbers on a telephone are assigned two DTMF tones, and in all, seven different frequencies are assigned. Some numbers will have the same lower frequency, but different higher frequency, while others will have the same higher frequency but a different lower frequency. The range is between 697 Hz and 941 Hz for the lower frequencies and 1209 Hz and 1633 Hz for
- 2022-06-16 09:51:22下载
- 积分:1
-
A*星算法Lua版
A星寻路算法Lua版
算法原理描述,百度一下一大堆,参考http://blog.sina.com.cn/s/blog_6612d09b0100ve1z.html
其实很简单,
1. 我们无法直接知道怎么到达目的地,但是我们能够知道怎么样从起始点到达相邻的格子,还能从相邻的格子再到相邻格子的相邻的格子。
2.我们不停的找相邻的格子,相邻格子的相邻格子....总有一天,我们会发现其中一个相邻的格子就是我们的目的地,于是我们找到了这条路。
3.在此基础上,我们加入 预估值来提高寻找的效率,我们总是优先寻找预估值低的那些相邻的格子。
其中 f= g+h
g 是实际耗费的值
h 是预估值,从当前位置到达目标位置所耗费的移动值,预估有几种算法,这边用的是 对角线估价法
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-08-22 01:25:50下载
- 积分:1