CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 平方

搜索资源列表

  1. vbNumerical10

    0下载:
  2. 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平方近似法的計算原理,請參閱市面上的數值分析書籍-least square approximation (least-
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.22kb
    • 提供者:三米
  1. 平方取中法

    2下载:
  2. 过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。-off Java programming produce a series of pseudo-random numbers, master Mid-square method, I took with the law, mixed with the law I have Random Number method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:90.89kb
    • 提供者:zhangyu
  1. RadixSort

    0下载:
  2. 用两个数组实现的基数排序方法,时间为(array.length)的平方-RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.44kb
    • 提供者:黄小生
  1. chuangxinjijing

    0下载:
  2. 平方幻方的程序实现 (1)研究了幻方和平方幻方的性质。写出了1—n*n的幻方程序 (2)明白要写这样的程序,需要用蛮力法来加以解决,这样对问题的解决带有极大的盲目性,完全是一个NP问题。 -Square magic square program (1) studied the magic square and the square of the nature of magic squares. Write a 1-n* n magic square of the procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:43.42kb
    • 提供者:彭成义
  1. test5-2

    0下载:
  2. 问题描述: 给定n个石子,其重量分别a1,a2,a3...an,要求将其划分成m份,每一份的划分费 义为这份石了中最大重量与最小重量的差的平方。总划分费用等丁m份划分费用之和。 编程任务 对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Descr iption of the problem: Given n-stones, its weight, respectively a1, a2, a3 ... an, asked that it be divided into m
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:738.99kb
    • 提供者:伍超洋
  1. Copimtion

    0下载:
  2. C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10.38kb
    • 提供者:dingchao
  1. Repeat-square-modulus-calculation

    0下载:
  2. 模重复平方计算法,可以计算形如 a^b(modc)-Repeat square modulus calculation, we can calculate the form a ^ b (modc)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:620.01kb
    • 提供者:zhang
  1. Cprogram1

    0下载:
  2. 这是一篇用C语言程序编写的文档,能实现 将N的平方个数按正方形矩阵式排列,由里到外,按顺时针方向。-This is a program written in C language documentation, to achieve the square of the number of N by the square matrix arrangement, from inside to outside, in a clockwise direction.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.74kb
    • 提供者:胡裕珍
  1. 3QQ-

    0下载:
  2. 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后-An integer, it is with 100 after a perfect square, plus 168 is a perfect square, what is the number of how many? 1 program analysis: less than 100,000 in j
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.76kb
    • 提供者:xie
  1. a

    0下载:
  2. 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后       的结果满足如下条件,即是结果。-An integer, with 100 after it is a perfect square, plus 168 is a perfect square, what is the number of how many? Program analysi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.42kb
    • 提供者:liumeihong
  1. Primality-testing

    0下载:
  2. 使用扩展欧几里得、平方乘等函数对较大的随机数进行素性检测-Primality testing
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:903.38kb
    • 提供者:yukiyuki
  1. computer

    0下载:
  2. 利用栈进行表达式求取值,不包括求对数和平方等运算-Using the stack for expression for value
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.08mb
    • 提供者:袁野
  1. 5_3

    0下载:
  2. 编程习题:C语言 验证求素数公式p=n的平方+n+41-Validation seeking the prime number formula p =
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:136.45kb
    • 提供者:bh
  1. Looking-for-Palindrome-made-several

    0下载:
  2. 寻找并输出11~999之间的数m,它满足m、m的平方、m的立方均为回文数。所谓回文数是指其各位数字左右对称的整数,例如121、676、94249等。满足上述条件的数如 m=11,其平方为121,其立方为1331,皆为回文数。要求编制函数 int svalue(long m)实现此功能,如果是回文数,则函数返回1,反之则返回0。在主函数中将三重回文数输出。-Looking for and output 11 ~ 999 between several m, it satisfies m, m sq
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:614byte
    • 提供者: 窦垚
  1. exp

    0下载:
  2. 给定n个石子,其重量分别为a1,a2,a3,……,an,要示将其划分成m份,每一份的划分费用定义为这份石子中最大重量与最小重量的差的平方。总划分费用等于m份划分费用之和。对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Given an n stone, its weight, respectively a1, a2, a3, ......, an, to be shown to be divided into m parts, each a division of costs defi
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:14.28kb
    • 提供者:LiMingQing
  1. Scientific-calculator

    0下载:
  2. 科学计算器,可以实现文曲星上的科学计算器功能,包括sin,平方,阶乘等-Scientific calculator, scientific calculator function on Wenquxing, including sin, square, factorial
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.72kb
    • 提供者:liu
  1. point

    0下载:
  2. 用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方-Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity)
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:888.65kb
    • 提供者:张月秋
  1. 平方乘算法

    0下载:
  2. 平方乘算法.txt
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-19
    • 文件大小:472byte
    • 提供者:coolhandy
  1. closestpair

    0下载:
  2. 在visual C++环境中,使用分治策咯实现最邻近点对的查找,并返回最邻近点对距离的平方-In visual C++ environment using divide and conquer tactics to achieve find the nearest point, and returns the nearest point on the square of the distance
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.3mb
    • 提供者:李噹噹
  1. msd

    1下载:
  2. 分子动力学计算平均平方偏移量(这是我本科毕设的内容)-Molecular dynamics calculations mean squared offset (this is my undergraduate complete set of content)
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:845.44kb
    • 提供者:王致知
« 12 »
搜珍网 www.dssz.com