Welcome![Sign In][Sign Up]
Location:
Search - R-K

Search list

[Special Effects将维对分和K均值算法分割图像

Description: 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two parts, the two values can be used as the source, K-means algorithm can be divided into images of arbitrary multi-part. Procedures used directly in R, G, B color as the characteristic parameters for the cluster center random value, of course, can also be used for other parameters, procedures EXE compiler to speed document acceptable, but there is still room for improvement, but the master of the time change, then please give me also made in the code.
Platform: | Size: 50271 | Author: pbt | Hits:

[Other resourceRunge_Kutta GUI

Description: 用matlab编写的4阶R-K程序。对于仿真可能有所帮助。-using Matlab prepared by the four bands R-K procedure. For the simulation might be helpful.
Platform: | Size: 6615 | Author: 作风小 | Hits:

[OtherRunge_kutta

Description: R—K方法的精确度最高,,改进欧拉法的精度比欧拉法的精确度要高。-R-K of the highest accuracy, and improve the accuracy of Eulerian method than Eulerian method to the high precision.
Platform: | Size: 1102 | Author: gh | Hits:

[Bio-Recognize经典4阶R-K法

Description: 经典4阶R-K法(可以计算运行时间)-classic four bands R-K (running time can be calculated)
Platform: | Size: 851 | Author: 王琦 | Hits:

[Bio-Recognize经典4阶R-K法

Description: 经典4阶R-K法(可以计算运行时间)-classic four bands R-K (running time can be calculated)
Platform: | Size: 1024 | Author: 王琦 | Hits:

[Special Effects将维对分和K均值算法分割图像

Description: 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two parts, the two values can be used as the source, K-means algorithm can be divided into images of arbitrary multi-part. Procedures used directly in R, G, B color as the characteristic parameters for the cluster center random value, of course, can also be used for other parameters, procedures EXE compiler to speed document acceptable, but there is still room for improvement, but the master of the time change, then please give me also made in the code.
Platform: | Size: 50176 | Author: pbt | Hits:

[matlab231226

Description: 空间后方交汇求解相机外方位元素,变量如下 % x,y 控制点像点坐标 % X,Y,Z 控制点空间坐标 %f焦距 %X0,Y0,Z0,a,b,c六个外方位元素 %x0,y0,-f内方位元素:光心坐标 %cha,chb,chc:外方位角元素改正数 %count 记录迭代次数 %R 旋转矩阵 %A 线性化的偏导系数矩阵 %L 常数项矩阵 %M0 外方位元素矩阵 %M1 外方位元素改正数矩阵-meeting space for rear camera position outside elements, as follows% variable x, y control point pixel coordinates% X, Y, Z coordinates control room focal length f%% X0, Y0, Z0, a, b, c 6 exterior orientation elements% x0, y0,- f position within elements : Optical Center coordinates% cha, chb, chc : Foreign elements azimuth correction% record count the number of iterations rotation matrix R%% A linear partial derivative of the coefficient matrix% L constant Matrix% M0 Orientation% M1 matrix elements of exterior orientation correction matrix
Platform: | Size: 1024 | Author: 王立钊 | Hits:

[Special EffectsSZTXCL_K.R.Castleman

Description: 这是一本《数字图像处理 》K.R.Castleman著,朱志刚翻译。其他网站上的pdf的都不能用,这是我自己做的-This is a
Platform: | Size: 14887936 | Author: 苗然 | Hits:

[AlgorithmR-K-F

Description: 较著名的解初值微分方程的数值方法——自适应Runge-Kutta-Fehlberg算法-More well-known solutions of initial value differential equations numerical methods- adaptive Runge-Kutta-Fehlberg algorithm
Platform: | Size: 1024 | Author: 田建飞 | Hits:

[matlabnumerical_analysis_homework

Description: (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的微分方程一般可以化为状态空间(STATE SPACE)的低阶微分方程来求解.从微分方程的性态看来,主要是微分方程式一阶导系数大的时候,步长应该选得响应的小些.或者如果问题的性态不是太好估计的话,用较小的步长是比较好的,此外的话Adams多步法在小步长的时候效率比R-K(RUNGE-KUTTA)方法要好些,而精度也高些,但是稳定区间要小些.从初值和边值来看,也是显著的不同的.此外对于非线性常微分方程还有打靶法,胞映射方法等.而对于微分方程稳定性的研究,则诸如相平面图等也是不可缺少的工具.值得提出的是,除了用ode系类函数外,用simulink等等模块图来求解微分方程也是一种非常不错的方法,甚至是更有优势的方法(在应用的角度来说).-(Source code) numerical analysis homework, this docment includes two parts, the first is ordinary differential equations (ODE) of the three examples, the second part is about the expansion of the discussion, including the higher-order ordinary differential & boundary value solution Problems (BVP). the text of the algorithm and numerical examples are based on the Matlab. ODE from the rigid (STIFFNESS) look into the issue of non-rigid and rigid problem, rigid problems (such as large coefficient VDP equation) such as using the always method ODE45 used to solve the problems , efficiency will be low, with ODE15S the other hand, many of the high efficiency. and the usual problem of non-rigid, there will be used to solve ODE45 very good results. Judging from the order can be for high-order differential equations and first-order ordinary differential equations, higher-order differential equations can be transformed into a general state space (STATE SPACE) used to solve the low-order different
Platform: | Size: 351232 | Author: wjl | Hits:

[OtherDigital_Image_Processing(K.R.Castkeman)

Description: 数字图像处理电子书 by K.R.Castkeman 很好的参考价值-E-book digital image processing by KRCastkeman good reference value
Platform: | Size: 25607168 | Author: tiger | Hits:

[Mathimatics-Numerical algorithmsLocalK-meansAlgorithmforColourImageQuantization.r

Description: Local K-means Algorithm for Colour Image Quantization
Platform: | Size: 81920 | Author: QMarat | Hits:

[AI-NN-PRR-Opt-Lin-Kernighan

Description: Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
Platform: | Size: 17408 | Author: 云祖 | Hits:

[AlgorithmR-KandNewton

Description: 这是我今天刚做的高数常用的两个算法:一是用Newton迭代法求根号值 二是用4级-4阶的R-K法解此方程y/=-y ,初值y(0)=1. 同时有些常见的编程技巧. -This is what I did today, just a high number of commonly used two algorithms: One is Roots with Newton iteration number value another one is 4-4 bands RK Solving this equation y/=- y, the initial value y (0) = 1. At the same time some common programming techniques.
Platform: | Size: 548864 | Author: 米万成 | Hits:

[Algorithmr-K

Description: 数值分析中R-K迭代算法,用于矩阵的求解问题-RK iterative algorithm in numerical analysis, solving problems for the matrix
Platform: | Size: 1024 | Author: wangtong | Hits:

[matlabr-k

Description: 利用已知的四阶R-K方法求解高阶常微分方程-Using the known four order R-K method to solve high order ordinary differential equation
Platform: | Size: 9216 | Author: wangxiu | Hits:

[Mathimatics-Numerical algorithmsR-K-and-Adams

Description: 常微分方程初值问题的数值解法 本程序主要采用经典四阶的R-K方法和四阶Adams预测-校正方法来求解常微分方程的数值解。 -Numerical Solution of Ordinary Differential Problems of this procedure using the classical fourth-order RK method and fourth-order Adams prediction- correction method to solve the numerical solution of ordinary differential equations.
Platform: | Size: 19456 | Author: 梧桐雨 | Hits:

[AI-NN-PRthe-four-step-ranger-r-k

Description: 四阶经典R-K方法的Matlab程序和newton的matlab程序的实现-Matlab program to achieve the classic fourth-order RK method and newton s matlab program
Platform: | Size: 1024 | Author: shenyunhuo | Hits:

[MPIMatlab-R-K

Description: R-K算法求解,有力的运用了matlab的快捷与方便,完全源码-R- K algorithm, the use of the matlab fast and convenient, complete source code
Platform: | Size: 38912 | Author: 汪雄 | Hits:

[matlabR+matlab+K

Description: 使用R语言做的K线图matlab源码The use of R language to do K map matlab source code
Platform: | Size: 166844 | Author: zhchwl | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net