CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代算法

搜索资源列表

  1. 软件《牛顿法解方程之混沌情况1.32》VC++版源代码

    3下载:
  2. 软件《牛顿法解方程之混沌情况1.32》VC++版源代码,迭代算法压缩图象以及生成各种分形图案-software "Newton equation solution of 1.32 Chaos" VC version of the source code, iterative algorithm compresses images and generates various fractal patterns
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:264710
    • 提供者:王晶
  1. 数值分析算法描述与习题解答

    1下载:
  2. 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:60488
    • 提供者:李明
  1. 2002011827

    0下载:
  2. 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:140119
    • 提供者:陈新
  1. Gs_Seidel

    0下载:
  2. 该程序为经典的Gauss迭代算法!!!!欢迎大家下载学习-procedures for the classic Gauss iterative algorithm! ! ! ! You are welcome to download learning
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8953
    • 提供者:老赵
  1. ART2

    0下载:
  2. CT重建算法,迭代算法ARTII,乘型ART算法,该算法法比初始值选择不能为0-CT reconstruction algorithm, iterative algorithm ARTII, x-ART algorithm, The algorithm method than the initial value of options can not be 0
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:256020
    • 提供者:weige
  1. RS_codec_system

    1下载:
  2. 这是我自己编写的一个完整的多进制GF域上RS信道编解码系统。解码采用梅西迭代算法。整个算法模块功能分明,GF域上运算都单独成为子模块,移植性强。还附有测试程序,方便了解各个模块的功能完成情况。-This is my own preparation of a comprehensive multi-band GF RS domain channel codec system. Messi iterative decoding algorithm used. The whole algorithm
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:24628
    • 提供者:陆游
  1. chcapacity2

    0下载:
  2. 信道容量迭代算法用C++ 通过给定的信道转移矩阵-channel capacity iterative algorithm C through to the transfer matrix Channel
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1327
    • 提供者:xlz
  1. mytree2

    1下载:
  2. 使用分形迭代算法,画出一棵简单的分支的树。没有树叶。顶端形成扇形,类似银杏树叶。-use fractal iterative algorithm, to give a simple tree branch. No leaves. Fan top form, similar ginkgo leaves.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:27911
    • 提供者:郭男
  1. Subspace

    2下载:
  2. 子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1980
    • 提供者:stefanie
  1. CoolScreenSaver

    0下载:
  2. 这是一个小巧并令你惊讶的屏幕保护程序,不过这个迭代算法不是我弄出来的,我可没这么厉害.-This is a compact and surprise your screen saver, but this algorithm is not my get out of the I can not be so powerful.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:24211
    • 提供者:杨凡
  1. Dimidiate

    0下载:
  2. 用Java实现的二分法函数迭代算法。个人认为做得不错。-using Java dichotomy function algorithm. Personally think is doing quite well.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:793
    • 提供者:张九天
  1. fractal_leaf

    0下载:
  2. 自己写的一个产生分形树叶的c++程序, fra.cpp是产生分形的主程序,bmp.cpp是把产生的图形写到bmp文件里去,IFS则是产生分形树叶的迭代算法。生成bmp图片是自己写的程序,没有调用系统函数,所以可在任何系统下运行。 程序运行产生一个画了分形树叶的bmp文件。-wrote it myself have a fractal leaves c procedures fra.cpp generated fractal is the main program. bmp.cpp is th
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:33782
    • 提供者:郭争
  1. flickering_sweat

    0下载:
  2. 用迭代算法实现动态逼近效果,最终实现颤动的小水珠,代码很简单,但是很有意思,只要修改一下,就可以制作出很漂亮的按钮-using iterative approximation algorithm dynamic effects, and eventually realizing the quiver of small globs, the code is very simple. However, it is very interesting, as long as the changes th
  3. 所属分类:FlashMX源码

    • 发布日期:2008-10-13
    • 文件大小:14880
    • 提供者:小刘
  1. dingdianchengfaqisheji

    0下载:
  2. 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:382707
    • 提供者:少华
  1. LMSE-HoKashyap

    0下载:
  2. 最小平方误差(LMSE)算法实现,可训练的确定性分类器的迭代算法。用于对训练一个向量,使得向量与给定矩阵的乘积的结果向量足够小。-least square error (LMSE) algorithm can be trained classifier uncertainty iterative algorithm. For a pair of training vectors, making vector and matrix given the results of the product
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:129080
    • 提供者:姚秋林
  1. mg

    0下载:
  2. 迭代算法中的多重网格计算程序Visual C++原代码-iterative algorithm of multiple grid computing procedures Visual C source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26803
    • 提供者:黄志祥
  1. gaijinyuzhifenge

    0下载:
  2. 采用迭代算法,实现了图象分割阈值的最优自动选择,并对处理后的二值图象进行数学形态学操作,是后续图象识别最关键的以一环-using the iterative method, the image segmentation optimal threshold value of the automatic choice, as well as treatment, the two binary images using mathematical morphology operation, is the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:108945
    • 提供者:西城刀客
  1. t2_5

    0下载:
  2. 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:王明明
  1. chcap1

    0下载:
  2. % 信道容量C的迭代算法 % % 函数说明: % % [CC,Paa]=ChannelCap(P,k) 为信道容量函数 % % 变量说明: % % P:输入的正向转移概率矩阵,k:迭代计算精度 % % CC:最佳信道容量,Paa:最佳输入概率矩阵 % % Pa:初始输入概率矩阵,Pba:正向转移概率矩阵 % % Pb:输出概率矩阵 % % C:初始信道容量, r:输入符号数,s:输出符号数 %
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:1098
    • 提供者:
  1. fanjuanji

    0下载:
  2. 图象盲目反降晰与降晰核的辨识:迭代算法解teoplitz矩阵以及辨识核的阶数。-blindly anti-image is blurred and blurred nuclear Identification : Solution algorithm teoplitz nuclear matrix as well as identifying the order.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1527
    • 提供者:任我行
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com