资源列表
[数学计算/工程计算] gradien_searching
说明:在最优化问题中,常用需求取代价函数的最小值,该程序实现了最速梯度求最小的功能-in optimization problems, the demand to replace the commonly used function of the minimum price. the program achieved the steepest gradient for the smallest functional<陈亨利> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[数据结构常用算法] image_wavelet
说明:这是一个关于wavlet的算法,,编的还比较好,,希望对大家有用-This is a wavlet on the algorithm, and the series is still relatively good, useful for all<dasheng> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] Mean-ShiftClustering
说明:mean shift算法在聚类中的matlab实现-mean shift clustering algorithm to achieve the Matlab<陈彪> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] SensorAnalysis
说明:一组仪器性能分析程序,分别计算仪器的线性度、迟滞、符合度、重复性。其中M_repeatability与M_bessel一起使用计算重复性。具体算法参考《传感器技术及应用》樊尚春著。-equipment performance analysis procedures, the machines were calculated linearity, hysteresis, compliance and reproducibility. M_repeatability M_bessel which t<胡瑞飞> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[matlab例程] lyapunov_wolf
说明:wolf 方法计算李雅普诺夫指数,matlab源程序-wolf method Lyapunov exponent, Matlab source<张杰> 在 2025-07-22 上传 | 大小:3kb | 下载:0
[matlab例程] queue_emulator
说明:这是一个基于M/M/S类型的排队论仿真程序。M/M/S表示到达时间为负指数分布,服务时间为负指数分布,服务设备数量为S个的排队系统。 (1)到达模式:严格意义上讲是一个接着一个到达,而且到达时间间隔服从参数为mean_arr的负指数分布; (2)服务模式:服务台的数量为server_num,且每个服务台服务一个顾客的服务时间服从参数为mean_serv的负指数分布; (3)排队规则:满足先进先服务,服务快的先离开的规则。 -This is a based on the M/M/S<丘春辉> 在 2025-07-22 上传 | 大小:3kb | 下载:1
[数据结构常用算法] SortedSet
说明:本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas<zhangbb> 在 2025-07-22 上传 | 大小:3kb | 下载:0