联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All matlab编程(23) 
按平台查找All Visual C++(23) 

[matlab编程] chapter12

免疫优化算法应用于物流配送中心,算法编程注释详细,算法运行准确。
The immune optimization algorithm is applied to the logistics distribution center, and the algorithm programming annotation is detailed, and the algorithm runs accurately. (2017-11-27, Visual C++, 29KB, 下载1次)

http://www.pudn.com/Download/item/id/1511751029709805.html

[matlab编程] k-means

K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。
Quot K-means u7B97 u6CD2 u662F u786C u803A u7C97 u6CD5 uFF0C u662F u5178 u5788 u7684 u57FA u4E8E u539F u578B u7684 u76EE u6807 u51FD u6570 u805A U7C7B u6B3 u6603 u2133 u5133 u5283 u7284 u7R0 U76EE u6607 u653 u653 u03129 u7R4 u8R0 U5219 u3002K-means u7B97 u6B2 u6B3 u5B09 u5B09 u5B03 U521D u59CB u802A u7C7B u4E2D u5FC3 u5411 u91CFV u6700 u4F18 u5206 u7C7B uFF0C u4F7F u5F97 u8BC4 u4EF7 u6307 u6807J u6700 u5C0F u3002 u7B97 u6CD5 u91C7 U7528 u8BEF u5D9 u5E9 u65B9 u5R2 (2017-04-16, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1492354530651034.html

[matlab编程] helicopter-flight-control

关于直升机飞行控制系统设计的专著 作者为西工大教授唐永哲
On the helicopter flight control system design of the author of the author for the West Professor Tang Yongzhe (2017-03-14, Visual C++, 3898KB, 下载9次)

http://www.pudn.com/Download/item/id/1489491046749866.html

[matlab编程] Time-adaptive-signal-processing

空时自适应信号处理_王永良,彭应宁著 电子版
Adaptive signal processing _ Wang Yongliang, Peng Ning the electronic version of the space-time (2015-05-26, Visual C++, 4484KB, 下载6次)

http://www.pudn.com/Download/item/id/1432639564230752.html

[matlab编程] particle-filter

opencv实现了一种目标跟踪算法——粒子滤波算法,算法的思想来源于文献[1][2],且在其思想上稍微做了些修改。其大概过程是:首先手动用鼠标框出一个目标区域,计算其直方图特征值作为模板,然后在该目标中心周围撒粒子,根据所撒粒子为中心的矩形框内计算其直方图特征,并与目标相比较,最后根据比较出的结果重复上面过程,即重采样的方法撒粒子,粒子扩散,状态观察,目标预测。最后通过实验证明,取得了较好的效果。
particle filter (2015-05-18, Visual C++, 2708KB, 下载49次)

http://www.pudn.com/Download/item/id/1431946793671177.html

[matlab编程] Inertial-navigation

这是一本秦永元关于惯性导航的书籍。该书系统地讲解了导航的基础知识。
This is an inertial navigation ROCKETS about books. The book systematically explains the basics of navigation. (2015-03-07, Visual C++, 9475KB, 下载4次)

http://www.pudn.com/Download/item/id/1425696676134529.html

[matlab编程] seismic-forward

地球物理勘探中,基础的地震波正演模拟程序,包括五个正演程序,(高阶中心差分,高阶交错网格差分,使用标准的PML边界的正演程序)在acou文件夹下附有运行的结果。
Geophysical exploration, based on the seismic forward modeling program, including the five forward procedure, (higher-order central difference, higher order differential staggered grid, using standard PML boundaries forward procedure) in a file folder with acou results of operations. (2014-08-06, Visual C++, 2985KB, 下载264次)

http://www.pudn.com/Download/item/id/2600015.html

[matlab编程] RANSAC

使用RANSAC类稳健参数估计的例子。Example of using the Ransac class for robust parameter estimation.
Example of using the Ransac class for robust parameter estimation. (2014-04-03, Visual C++, 350KB, 下载6次)

http://www.pudn.com/Download/item/id/2501063.html

[matlab编程] CircleFit

通过最小二乘法对圆进行拟合,只要输入圆的边界点的坐标和边缘点的个数,就可以计算出圆的中心和半径
circle fitting (2014-04-01, Visual C++, 173KB, 下载4次)

http://www.pudn.com/Download/item/id/2499367.html

[matlab编程] Cpp1

题目:TheBeet有一个块大小为(2N*2N)的棋盘。这个棋盘是由一个个格子组成的。很不幸的,在一个月黑风高的晚上,它被摔坏了。不幸中的万幸,它只被摔坏了一个格子(此格子可以在棋盘的任意位置)。 但是这个棋盘再也不能用来下棋了,于是TheBeet想把这个棋盘切成如以下的几种小块。但是TheBeet不想浪费任何一个格子,您能帮助TheBeet么? 分析:采用分治法,可以把问题分解为4个子问题。每次把棋盘从中间切开,分成相同大小的4部分。有缺点那部分不用再设置缺点,没有缺点的其他3部分设置靠近切开前棋盘中心的那一点设置为缺点。不断迭代……
题目:TheBeet有一个块大小为(2N*2N)的棋盘。这个棋盘是由一个个格子组成的。很不幸的,在一个月黑风高的晚上,它被摔坏了。不幸中的万幸,它只被摔坏了一个格子(此格子可以在棋盘的任意位置)。 但是这个棋盘再也不能用来下棋了,于是TheBeet想把这个棋盘切成如以下的几种小块。但是TheBeet不想浪费任何一个格子,您能帮助TheBeet么? 分析:采用分治法,可以把问题分解为4个子问题。每次把棋盘从中间切开,分成相同大小的4部分。有缺点那部分不用再设置缺点,没有缺点的其他3部分设置靠近切开前棋盘中心的那一点设置为缺点。不断迭代…… (2014-03-24, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2492181.html

[matlab编程] enlarge

对二维图片进行中心放大,能控制放大的倍数,采用最近邻法
enlarge pictures from the center of it,can control the index for enlargement (2014-01-07, Visual C++, 523KB, 下载2次)

http://www.pudn.com/Download/item/id/2445088.html

[matlab编程] egao

一个关机恶搞程序,仅供娱乐,其实很简单就用了system函数
A spoof shutdown procedures, for entertainment purposes only, is actually very simple to use system functions (2013-11-13, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2398702.html

[matlab编程] mjdga

matlab没有提供画椭圆的函数,该函数在获得椭圆中心 长轴轴 短轴后进行画椭圆,其中使用复变函数
did not draw an ellipse matlab function, the function in the long axis of the axis minor axis of the ellipse center painted oval, which use the complex function (2012-07-24, Visual C++, 7KB, 下载3次)

http://www.pudn.com/Download/item/id/1946960.html

[matlab编程] Cqiweibakema_o

设雷达信号是码宽为0.5微妙,中心频率是10MHz的7为巴克码2PSK信号,接收的雷达回波中频采样频率为为40MHz,中频进行正交下变频。假设在13.5km处有一个点目标,仿真该雷达的脉冲压缩处理。 已通过测试。
Let the radar signal is yards wide 0.5-subtle, the center frequency of the the Buck the code 2PSK signal, the received radar echo IF sampling frequency of 10MHz to 40MHz, IF quadrature down-conversion. Assuming the 13.5km at a point target simulation of the radar pulse compression processing. Has been tested. (2012-07-19, Visual C++, 1KB, 下载44次)

http://www.pudn.com/Download/item/id/1943140.html

[matlab编程] CWPMatlab

CWP:波场中心软件,由SEISMIC UNIX代码改写为matlab版本。
matlab version for seismic unix (2010-06-06, Visual C++, 473KB, 下载70次)

http://www.pudn.com/Download/item/id/1203935.html

[matlab编程] k-means

用c程序和matlab分别试验一种k-means改进算法,按照方法选取聚类中心点,事实证明,这种改进是有效的。
Matlab with c procedures and were experimenting with an improved k-means algorithm, in accordance with the method of selecting cluster center, the facts show that this improvement is effective. (2010-05-30, Visual C++, 58KB, 下载120次)

http://www.pudn.com/Download/item/id/1194913.html

[matlab编程] zhongxinjixian

中心极限定理的验证,三种独立分布具有同样的均值与方差,大量叠加后分布趋于正态
Central limit theorem verification, three kinds of independent distribution has the same mean and variance, a large number of superimposed normal after the distribution tends (2009-12-02, Visual C++, 1KB, 下载24次)

http://www.pudn.com/Download/item/id/990239.html

[matlab编程] dumpling

一种基于网络节点距离(节点间RTT值),将节点动态的划分在相应的聚类内,每个聚类有一个中心节点,其成员节点到它的距离不超过某一设定值
A network node based on distance (inter-node RTT value), the delineation of the dynamic nodes in the corresponding cluster, each cluster has a central node, the node of its members to its distance does not exceed a set value (2008-07-06, Visual C++, 686KB, 下载13次)

http://www.pudn.com/Download/item/id/505220.html

[matlab编程] K-C

这是一个K中心点聚类算法C实现的,希望对大家有用
K this is a clustering algorithm C to achieve a focal point, and I hope useful for everyone (2008-04-09, Visual C++, 2KB, 下载339次)

http://www.pudn.com/Download/item/id/433224.html

[matlab编程] Subclust

减聚类的类代码,可以直接使用获得类中心,类数目
Clustering by class code, you can directly use a type of center, type the number of (2008-04-08, Visual C++, 5KB, 下载102次)

http://www.pudn.com/Download/item/id/432160.html
12
总计:23