搜索资源列表

  1. IterateViews

    0下载:
  2. The sample demonstrate how to iterate views , The demo is from <<MFC anwser book>>-The sample demonstrate how to iterate view s, The demo is from
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:24898
    • 提供者:曾晖
  1. iterate

    0下载:
  2. 迭代算法求自适应全局阈值,通过这种算法得出的阈值能够很好的把目标区域和背景区域区分出来。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:905
    • 提供者:张子木
  1. IterateViews

    0下载:
  2. The sample demonstrate how to iterate views , The demo is from <<MFC anwser book>>-The sample demonstrate how to iterate view s, The demo is from
  3. 所属分类:界面编程

    • 发布日期:2024-10-12
    • 文件大小:24576
    • 提供者:曾晖
  1. iterate

    0下载:
  2. 迭代算法求自适应全局阈值,通过这种算法得出的阈值能够很好的把目标区域和背景区域区分出来。-Iterative algorithm for adaptive global threshold, this algorithm can be derived from the threshold to a very good target area and background of the regional distinction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:张子木
  1. iterate

    0下载:
  2. 一种常用的数学方法,采用迭代算法求解多项式-A mathematical method, the use of iterative algorithms for solving polynomial
  3. 所属分类:其他小程序

    • 发布日期:2024-10-12
    • 文件大小:2048
    • 提供者:郭子
  1. Iterate

    0下载:
  2. will implement either Jacobi, Gauss-Seidel or SOR iterative techniques to solve the problem
  3. 所属分类:matlab例程

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:ali
  1. newtsol

    0下载:
  2. Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forwar
  3. 所属分类:matlab例程

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:devdvl
  1. chordsol

    0下载:
  2. CHORDSOL Chord method code for scalar equations. This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function TOLA = abs
  3. 所属分类:matlab例程

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:devdvl
  1. secant

    0下载:
  2. function [x, hist] = secant(x, f, tola, tolr) SECANT This a secant code with no line search. This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initia
  3. 所属分类:matlab例程

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:devdvl
  1. newton_iterate

    0下载:
  2. 利用顿迭代法来求域上任意f(x)的解.给定一个值与其精度范围,就能解出方程的近似解.-to find out the root of any f(x) by using the method of newton iterate.
  3. 所属分类:压缩解压

    • 发布日期:2024-10-12
    • 文件大小:294912
    • 提供者:陈珍惜
  1. Tree

    0下载:
  2. 关于树的各种操作,建立,遍历,删除,平衡,排序树,哈弗曼树等操作-Various operations on the tree, create, iterate, delete, balance, order trees, trees and other operations Havermann
  3. 所属分类:其他小程序

    • 发布日期:2024-10-12
    • 文件大小:693248
    • 提供者:风清扬
  1. Scrollbars

    0下载:
  2. This sample demonstrates setting the IARControl::ShowScrollbars property to toggle the visibility of the Map and the PageLayout scrollbars, if the loaded document was published with permission to do so. When a document i
  3. 所属分类:其他小程序

    • 发布日期:2024-10-12
    • 文件大小:50176
    • 提供者:priyadharshini
  1. fem_bathe

    0下载:
  2. Bathe教授的有限元计算程序,包括子空间迭代法-Iterate method in fem field from Professor Bathe.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-12
    • 文件大小:25600
    • 提供者:杨祥利
  1. PSO

    0下载:
  2. 一个PSO的源代码,步骤为先计算原始种群的适应度,及初始化,再迭代,计算适应度。-The source code of a PSO, the steps for the first calculation of the fitness of the original population, and initialization, and then iterate to calculate the fitness.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-12
    • 文件大小:2048
    • 提供者:图图
  1. DrawShapes

    0下载:
  2. In the DrawShapes demo, we alternately create stars and donuts at mouse-click locations with random sizes inside a MouseListener implementation: To paint our custom component, we iterate through the list of shapes and
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-12
    • 文件大小:22528
    • 提供者:cs
  1. suijishu

    0下载:
  2. 随机产生 20 个整数(10以内的),放入一个ArrayList中, 遍历这个ArrayList 并删除其中为 5 的数 再产生 3 个整数,插入到位置 4 处 把所有值为 1 的数都变成 10  -20 randomly generated integers (less than 10), into an ArrayList, iterate the ArrayList and remove the number 5 a
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:王小伟
  1. sor

    0下载:
  2. SOR ap for CUDA, iterate many times and proceed reduction for check the result of program.
  3. 所属分类:并行运算

    • 发布日期:2024-10-12
    • 文件大小:3072
    • 提供者:IceCold
  1. myatan_cordic

    1下载:
  2. CORDIC算法快速求反正切,迭代10次输出弧度误差<|0.002|,迭代15次输出弧度误差<|0.0001|,对电机矢量算法计算速度要求高非常有用;myarctan_cordic1.c输入输出为float,myarctan_cordic3.c输入输出为int,pdf文件为CORDIC算法原理。-CORDIC algorithm quickly find tangent, curvature of the output er
  3. 所属分类:DSP编程

    • 发布日期:2024-10-12
    • 文件大小:1126400
    • 提供者:Wuyouzi
  1. newton1

    0下载:
  2. 利用极坐标实现牛顿迭代法,判断根的收敛情况可以生产分形图形-newton iterate function
  3. 所属分类:matlab例程

    • 发布日期:2024-10-12
    • 文件大小:1024
    • 提供者:无名
  1. source2

    0下载:
  2. an app to iterate through files
  3. 所属分类:其他小程序

    • 发布日期:2024-10-12
    • 文件大小:22528
    • 提供者:NachoShaw
« 12 3 4 5 »

源码中国 www.ymcn.org