联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找matlab编程(686) 图形图像处理(232) 其他(135) 人工智能/神经网络/深度学习(97) 模式识别(视觉/语音等)(38) 数学计算(34) 图形图象(27) 源码/资料(25) 数值算法/人工智能(25) 文章/文档(16) 通讯编程(16) Windows编程(14) 语音合成(10) 数据挖掘/数据仓库(10) 绘图程序(8) 其他书籍(8) 书籍源码(7) 2D图形编程(6) 仿真建模(6) 其他小程序(5) 生物医药技术(5) 聚类算法(5) OpenGL(4) 网络编程(4) 单片机开发(4) 3D图形编程(4) 数据结构(4) 交通/航空行业(4) 物理/力学计算(4) *行业应用(3) 波变换(3) 界面编程(2) 多媒体编程(2) 系统编程(2) 网络编程(2) 游戏(2) 汇编语言(2) 通讯编程文档(2) 系统设计方案(2) 金融证券系统(2) DSP编程(2) 其他游戏(2) 3G/4G/5G开发(2) mathematica(2) 光学技术(2) 进化算法(2) 物联网(2) 自动驾驶(2) 自动编程(2) 内容生成(2) hotest(2) GDI/图象编程(1) 通讯编程(1) 系统/网络安全(1) 压缩解压(1) 音频处理(1) mpeg/mp3(1) 数据库系统(1) 进程与线程(1) Pascal/Delphi编程(1) 视频捕捉采集剪辑(1) 中间件编程(1) 企业管理(1) 其他行业(1) 医药行业(1) SQL Server(1) 软件工程(1) 百货/超市行业(1) VHDL/FPGA/Verilog(1) GPS编程(1) 网格计算(1) 超算/并行计算(1) 能源行业(电力石油煤炭)(1) Maple(1) 大数据(1) 虚拟/增强现实-VR/AR(1) 统计分析(1) 自然语言处理(1) 雷达系统(1) 中文大模型(1) 论文(1) 隐私计算(1) collect(1) 地理学(1) wifi(1) 
按平台查找All matlab(1523) 

[源码/资料] LOVE 代码

本代码是一个简单的I LOVE U 代码,适用于娱乐 来源于努力的小黑吖 (2022-05-28, matlab, 1KB, 下载0次)

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

[源码/资料] K均值聚类

预将数据分为K组,则随机选取K个对象作为初始的聚类中心,然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。 (2022-05-23, matlab, 2KB, 下载0次)

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

[其他] 【书】数字信号处理的MATLAB实现_万永革

一本关于利用matlab处理数据的书 代码多
A book on the use of MATLAB data processing code (2020-12-23, matlab, 42505KB, 下载4次)

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

[matlab编程] VMD通过中心频率确定分解个数K

vmd的原始程序,亲测可以用,有什么问题的欢迎大家留言与探讨。
VMD original program, pro test can be used, what questions are welcome to leave a message and discuss. (2019-12-06, matlab, 1141KB, 下载273次)

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

[其他] jidazhizhongxinxian

用于在三维重建中,激光条纹中心的提取,通过模板法求得。
For the three-dimensional reconstruction, the extraction of the center of the laser stripe is obtained by the template method. (2019-01-14, matlab, 1KB, 下载13次)

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

[图形图像处理] scanning

阈值重心法实现光带中心线提取,可用于结构光扫描的模型建立,处理二值化图像等。
Threshold barycenter method is used to extract the center line of optical band. It can be used to model structured light scanning and process binary images. (2018-12-20, matlab, 14KB, 下载23次)

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

[其他] 中心先验

显著性检测 中心先验,可以使用该代码实现图像的中心先验检测
saliency detection-center prior, which can use this code to estimate the location of salient object (2018-04-22, matlab, 2772KB, 下载32次)

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

[matlab编程] find_UWB

超宽带中心频率及带宽计算matlab模拟
uwb central frequency calculation (2016-03-12, matlab, 1KB, 下载7次)

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

[matlab编程] procedure

功率谱为频谱的平方,matlab中有频谱中心化的子函数,便于观察频率分布,低中高分频,看出能量分布。
Centralized power spectrum and the extraction of spectrum (2016-03-08, matlab, 3523KB, 下载4次)

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

[matlab编程] question-two

K-means进行文字图像分类,中心谱聚类方法
spectral_clustering is used to classify the photos (2015-11-21, matlab, 180KB, 下载9次)

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

[matlab编程] Kmeans

该算法是实现Kmean聚类算法。包含初始聚类中心,聚类成员列表,最终聚类中心,最终聚类中心的距离,方差分析表,每个聚类中的案例数。
The algorithm is a clustering algorithm to achieve Kmean. Contains the initial cluster centers, cluster membership list, the final cluster centers the final cluster centers, ANOVA table, the number of cases in each cluster. (2015-03-19, matlab, 9KB, 下载46次)

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

[人工智能/神经网络/深度学习] apclusterk

相似性传播聚类,不需要初始化聚类中心,聚类速度优于k-maans,k-centers等聚类算法
Affinity propagation clustering, do not need to initialize the cluster center, cluster velocity than k-maans, k-centers clustering algorithm, etc. (2013-11-28, matlab, 5KB, 下载23次)

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

[2D图形编程] zhongxinxiantiqu

一个运算速度快,运算结果准确的2D图像中心线提取程序,包含了二值化和边缘提取功能。
the programme can extract the middle line of 2D image. the calculate speed of the programme is fast.and the result is correct. (2013-03-21, matlab, 1KB, 下载66次)

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

[数学计算] K-junzhi

找中心点,找聚集点 进行分类 是一个交好的程序 应用与计算
Find the center point, find rallying point (2012-08-30, matlab, 1KB, 下载8次)

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

[图形图像处理] kkk

k均值聚类,类数可以自行指定,结果显示聚类中心
K-means clustering, the class number can be specified on its own, and the results showed that the clustering center (2012-05-31, matlab, 2KB, 下载11次)

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

[matlab编程] matlab

图论 连通图的中心和加权中心算法 连通无向图的一般中心的算法
The center of graph theory and weighted connected graph algorithm Center general undirected graph connectivity algorithms Center (2011-10-10, matlab, 1KB, 下载20次)

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

[matlab编程] theradarimagingtechnique

《雷达成像技术》,刘永坦院士的书,就不用多介绍了
" Radar Imaging" , Academician Liu Tan book, do not need to introduce more of the (2010-11-30, matlab, 7878KB, 下载39次)

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

[模式识别(视觉/语音等)] centralizing.rar

指纹识别,指纹识别中的中心值的计算。并标出中心值的位置。
Fingerprint recognition, in fingerprint recognition central value computation. And sections out the central value the position. (2010-06-01, matlab, 1KB, 下载12次)

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

[matlab编程] faxiangliang_code

用matlab写的产生法向量程序,简单适用,可用于求中心点
Using matlab program written in vector generation method, simple and applicable, can be used to seek center (2009-10-19, matlab, 12KB, 下载319次)

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

[交通/航空行业] zhongxin

从公路路面光条中心图像中提取光条中点的坐标,从而给出路面轮廓信息
Article from the road surface optical center image extracted the coordinates of the mid-point of light stripes, which gives the road surface profile information (2008-06-10, matlab, 2KB, 下载215次)

http://www.pudn.com/Download/item/id/486234.html
总计:1523