资源列表
[数学计算/工程计算] AMeucciRiskandAssetAllocationRoutines
说明:经济学专业代码,单变量分布,多变量分布,市场模型,评价分配,优化分配,贝叶斯估计,风险估计等代码-Economics professional code, single-variable distribution, multi-variable distribution, market model, evaluation of the distribution, optimize distribution, Bayesian estimation, risk estimation code<xxltony13> 在 2025-09-28 上传 | 大小:6.64mb | 下载:0
[数学计算/工程计算] SDE_Toolbox_1.4.1
说明:SIMULATION AND ESTIMATION OF STOCHASTIC DIFFERENTIAL EQUATIONS WITH MATLAB<曹大群> 在 2025-09-28 上传 | 大小:3.32mb | 下载:0
[matlab例程] face_idendification
说明:这是一些关于人脸识别的MATLAB程序,主要对人脸清晰度的处理,可以使图形信息更加的清晰,希望对大家有好的方面-This is some of the MATLAB program on the face recognition, mainly on the treatment of facial definition, can make information more clear graphics, I hope all of you there are good aspects of<屈小康> 在 2025-09-28 上传 | 大小:1005kb | 下载:0
[人工智能/神经网络/遗传算法] VarBayesianCode
说明:Variational Bayesian Multinomial Probit Regression with Gaussian Process Priors. -Variational Bayesian Multinomial Probit Regression with Gaussian Process Priors.<曹大群> 在 2025-09-28 上传 | 大小:8kb | 下载:0
[matlab例程] SAR_matlab
说明:RD 算法----SAR点目标仿真 结果还是比较不错的。-RD algorithm---- SAR point target simulation results is quite good.<huatiezhou> 在 2025-09-28 上传 | 大小:1kb | 下载:1
[matlab例程] MATLAB7.x_DSP
说明:MATLAB的程序, 是DSP(数学信号处理)的光盘, 里面有很多程序的源代码。 请有心人好好学习吧-MATLAB procedures, is DSP (mathematical signal processing) of the discs, there are a lot of program s source code. Please people can learn from it<huatiezhou> 在 2025-09-28 上传 | 大小:165kb | 下载:0
[数据结构常用算法] diyizhang
说明:数据的逻辑结构、存储结构及它们之间的关系和相应的基本操作运算的定义和实现。 本书围绕数据结构的三种基本结构:线性结构(第2-5章)、树形结构(第6章)和图形结构(第7章)展开讨论,研究解决如下问题:一个具体问题的逻辑数据结构是什么?适宜选用什么样的存储结构?采用什么样的操作实现算法效率更高? -Logical structure of data storage structure and the relationship between them and the correspondin<周小强> 在 2025-09-28 上传 | 大小:137kb | 下载:0
[数据结构常用算法] dierzhangxianxinbiaoer
说明:线性表顺序存储结构特点:逻辑关系上相邻的两个元素在物理存储位置上也相邻; 优点:可以随机存取表中任一元素,方便快捷; 缺点:在插入或删除某一元素时,需要移动大量元素 需要预先确定数据元素的最大个数。-Linear sequence table storage structure characteristics: the logic of the relationship between the two adjacent elements in the physical stora<周小强> 在 2025-09-28 上传 | 大小:34kb | 下载:0
[数据结构常用算法] dierzhangxianxinbiaosan
说明:循环单链表是单链表的另一种形式,其结构特点是链表中的最后一个结点的指针域不再是结束标记,而是指向整个链表的第一个结点,从而使链表形成一个环。 问:带头结点的循环单链表的插入、删除算法如何写?-List is a single cycle of a single list of another form, its structure is characterized by a list of the last node pointer domain is no longer a closing<周小强> 在 2025-09-28 上传 | 大小:23kb | 下载:0