搜索资源列表

  1. 遍里数据集合里的数据iterations.zip

    0下载:
  2. 所属分类:数据库编程

    • 发布日期:2024-05-19
    • 文件大小:5853
    • 提供者:
  1. 遍里数据集合里的数据iterations

    0下载:
  2. 遍里数据库集合里的数据-times database, the data pool
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:6166
    • 提供者:张兵
  1. GeneticAlgorithm

    0下载:
  2. 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1334
    • 提供者:小翠
  1. graph_string_file

    0下载:
  2. Introducing the new and improved CGraph Classes!! CGraph was my attempt to produce a set of freeware graph classes. After several iterations of the classes, it became more and more difficult to maintain and support
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:828601
    • 提供者:罗成
  1. dossier

    0下载:
  2. For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representa
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:52579
    • 提供者:ZHU
  1. canto

    0下载:
  2. 利用分形递归算法实现Cantor三分集,实现有限次迭代!-use fractal recursive algorithm Cantor third set and achieve limited iterations!
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:40931
    • 提供者:王凯
  1. deschecker

    0下载:
  2. 这是一款轻松实现des编码的源码,本程序用了一个列表框来显示所有16次迭代的所有信息-easily des source code, this program uses a list box to display all 16 iterations of all the information
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:151900
    • 提供者:小刚
  1. atan_base_on_CORDIC_arithmetic

    0下载:
  2. 用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration numbe
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1921
    • 提供者:陈朋
  1. beamforming

    0下载:
  2. With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna patt
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2853
    • 提供者:游辉章
  1. 231226

    1下载:
  2. 空间后方交汇求解相机外方位元素,变量如下 % x,y 控制点像点坐标 % X,Y,Z 控制点空间坐标 %f焦距 %X0,Y0,Z0,a,b,c六个外方位元素 %x0,y0,-f内方位元素:光心坐标 %cha,chb,chc:外方位角元素改正数 %count 记录迭代次数 %R 旋转矩阵 %A 线性化的偏导系数矩阵 %L 常数项矩阵 %M0 外方位元素矩阵 %M1 外方位元素改正数矩阵-me
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:王立钊
  1. 2_des

    0下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,首先,DES把输入的64位数据块按位重新组合,并把输出分为L0、 R0两部分,每部分各长32位,并进行前后置换(输入的第58位换到第一位,第50位换到第2位,依此类推,最后一位是原来的第7位),最终由L0输出左 32位,R0输出右32位,根据这个法则经过16次迭代运算后,得到L16、R16,将此作为输入,进行与初始置换相反的逆置换,即得到密文输出。-DES
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:69091
    • 提供者:fasf
  1. lanczos

    0下载:
  2. lanczos迭代残差变化计算,给定矩阵,初值和右端项,返回残差,迭代次数和矩阵解-lanczos iterative changes residuals, given matrix, and the initial subguadratic return to residuals, the number of iterations and the solution matrix
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1004
    • 提供者:卜凡民
  1. ising_model

    0下载:
  2. 给出了二次函数的Julia集分形图的概念及逃逸时间算法绘制复杂分形图的基本原理,对Julia集给出了严格的数学定义.逃逸时间算法即取定迭代次数界限N,经N次迭代后,若x点仍在给定的区域内,则认为x是分形A中的点 否则x不是分形A中的点.该算法同样适用于Mandelbrot集、Sierpinski三角形等其他复杂分形图.试验表明,该算法绘制的Julia集分形图准确有效、优美清晰,算法简单实用. -given quadratic fu
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:为听
  1. DrawSanjiao

    0下载:
  2. 一个可根据输入的迭代次数画出分形三角形的小程序-one can input the number of iterations painted fractal small triangular procedures
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:42837
    • 提供者:白洁
  1. gongefa

    1下载:
  2. 以下是我的共轭梯度法的C语言程序,迭代次数超多,矩阵的条件数并不大可以用共轭梯度法解。-Following is the conjugate gradient method in C language program, the number of iterations Chao, Matrix condition number is not large can conjugate gradient method solutions.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:xiaozhi
  1. Jacobidiedai

    0下载:
  2. Jacobi迭代的算法 根据给出的系数矩阵和函数值以及需要精度 能求出方程值,以及迭代次数-Jacobi iteration of the algorithm is based on the coefficient matrix and function values and the need for accuracy can be obtained value equation , and the number of iter
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:234638
    • 提供者:cmooc
  1. qiufeixianxingfangchengyigeshigendelianfenshifa.ra

    0下载:
  2. 1.功能 利用连分式法求非线性方程f(x)=0的一个实根(C语言) 2.参数说明 double *x : 指向迭代初值,返回时指向迭代终值 double eps : 控制精度要求 double (*f)() : 指向计算f(x)值的函数名(由用户自编) int pqrt() : 函数返回迭代次数 3.文件说明 pqrt.c为函数程序 pqrt0.c为主函数程序-1. Continued F
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:罗坤
  1. Rayleigh2channel

    0下载:
  2. 两靖rayleigh衰落信道仿真。This m-file uses successive iterations of data to create an animated = effect %showing the results of passing an unmodulated carrier through a simple = two %path Rayleigh fading channel. The foll
  3. 所属分类:Windows编程

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

    0下载:
  2. he power method will be applied to the jacobian matrix of the 2-D henon map to approximate the first Lyapunov exponent by creating a graph of ln|yn| vs. n, where n is the number of iterations of the power method an
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1428
    • 提供者:杨蒙
  1. Iterations

    0下载:
  2. 制作分形图形的软件,很好用-producing fractal graphics software, is useful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:661504
    • 提供者:科学
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org