资源列表

« 1 2 ... .19 .20 .21 .22 .23 27424.25 .26 .27 .28 .29 ... 28522 »

[matlab例程vc调用matlab

说明:将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少
<李震> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数学计算/工程计算guji

说明:系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the rea
<qqiang> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[数据结构常用算法Java 二叉树 算法

说明:用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
<yxl> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数值算法/人工智能22338877

说明:蚁群算法在数值方法中的应用以及求解最优化函数的极值问题-Ant Algorithm in numerical methods and applications to solve the optimization problem function extremum
<> 在 2025-01-16 上传 | 大小:26kb | 下载:0

[matlab例程bp源程序

说明:很好 我采用得是串行方式对bp网络进行训练,为何训练时误差dsum约来越大??望指教!-good, I have used in serial mode is the right bp network training, training errors are about to dsum greater? ? Look weekend!
<欧阳文森> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[matlab例程LMS 源程序

说明:MATLAB里面有LMS算法的程序,下面是我自己编写的LMS算法程序,供交流-MATLAB LMS algorithm inside the procedure, the following is my own preparation of the LMS algorithm procedures for the exchange of
<欧阳文森> 在 2025-01-16 上传 | 大小:1kb | 下载:1

[数值算法/人工智能PBG

说明:这是用于计算光子晶体能带结构的VC源程序。-This is used in the calculation of photonic crystal band structure of VC source.
<黄林海> 在 2025-01-16 上传 | 大小:37kb | 下载:0

[数学计算/工程计算GAUSS迭代

说明:关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
<王永科> 在 2025-01-16 上传 | 大小:154kb | 下载:0

[数据结构常用算法字符串匹配的KMP算法

说明:这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
<郑旋> 在 2025-01-16 上传 | 大小:4kb | 下载:0

[matlab例程边缘检测代码MATLAB

说明:程序代码说明 P0701:细胞边缘检测 P0702:癌细胞形态学分析 P0703:癌细胞颜色分析-code P0701 Note : Cell Edge Detection P0702 : Morphological analysis P0703 cancer : cancer color analysis
<东东> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[matlab例程matlab灰度直方图

说明:matlab的源程序,能够显示出图像的灰度分布的直方图,好像用matlab的人不多阿-Matlab source, can display the image histogram of the distribution of gray, like using Matlab A few people
<张张> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数学计算/工程计算现代统计学与SAS应用

说明:本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fish
<苏吉> 在 2025-01-16 上传 | 大小:725kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 27424.25 .26 .27 .28 .29 ... 28522 »

源码中国 www.ymcn.org