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

搜索资源列表

  1. Euler_fuction

    0下载:
  2. Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1457
    • 提供者:Campbell
  1. Euler_fuction2

    0下载:
  2. //Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p)*(i-1) 对于约数:divnum 如果i|pr[j] 那么 divnum[i*pr[j]]=divsum[i]/(e[i]+1)*(e[i]+2) //最小素因子次数加1 否则 divnum[i*pr[j]]=divnum[i]*divnum[pr[j]] //满足
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1272
    • 提供者:Campbell
  1. RSA

    0下载:
  2. 使用非对称加密技术的RSA加密,利用欧拉定理推算出来的加密技术,有着广泛的使用-The use of asymmetric cryptography RSA encryption, Euler theorem derived from the use of encryption technology, with extensive use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:280993
    • 提供者:hill
  1. zxz4

    0下载:
  2. 人脸检测 计算欧拉数开运算等一系列处理可以检测出同一张图片中的多个人脸-Face Detection open computing Euler number calculation of a series of processing can be detected with a picture of more personal face
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:3619
    • 提供者:赵雪竹
  1. 5

    0下载:
  2. 程序代码说明 P0502:计算图像中的欧拉数 -Note code P0502: calculating image Euler Number
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:14242
    • 提供者:吴培培
  1. imageprocess2

    0下载:
  2. 对矩阵进行四叉树分解,将图像分为文字和非文字的两个类别,形态学梯度检测二值图像的边缘,形态学实例——从PCB图像中删除所有电流线(仅保留芯片对象),计算图像中的欧拉数 -Of the matrix quadtree decomposition, the image is divided into text and non-text of two categories, the morphological gradient detection of the edge binary image,
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1647
    • 提供者:wang
  1. Graph12

    0下载:
  2. Euler公式来源及其应用,和图论的结合,pdf格式,-Euler formula for the sources and applications, and the combination of graph theory, pdf format,
  3. 所属分类:Editor

    • 发布日期:2017-04-12
    • 文件大小:1489
    • 提供者:刘东
  1. ola

    0下载:
  2. 组合数学 中 欧拉函数的 实现 用STL 编写-Combinatorial Mathematics in the Euler function prepared using STL
  3. 所属分类:STL

    • 发布日期:2017-04-12
    • 文件大小:1041
    • 提供者:wangxin
  1. 5_3_12_Euler

    0下载:
  2. Euler算法,解决常微分方程的初值问题。-Euler algorithm to solve the initial value problem of ordinary differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:445085
    • 提供者:happynoom
  1. FEI_UDF

    1下载:
  2. 叉排管阵的流弹不稳定2维模型 FLUENT软件的UDF的C源代码 修正的隐式欧拉算法-Fluidelastic instability 2D modeling of tube bundle in staggered arrangement Fluent UDF source code developed by C modified implicit Euler method
  3. 所属分类:Algorithm

    • 发布日期:2014-12-09
    • 文件大小:2646
    • 提供者:jing wang
  1. 2337_EulerRd

    0下载:
  2. pku 2337 欧拉路 北大ACM网站上的算法题-pku 2337 Euler Rd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:via
  1. Eulermethod

    0下载:
  2. 计算机编程,用C语言计算改进的欧拉算法的典型题目-Computer programming, using C language to improve the calculation of the Euler algorithm for a typical subject
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2885
    • 提供者:薛亮
  1. elrl

    0下载:
  2. 在c环境下,实现用欧拉法解线性方程组-In c environment Euler solutions using linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:165259
    • 提供者:王飞
  1. advanced-elrl

    0下载:
  2. 在c++环境下,实现用改进的欧拉法解线性方程组-In c++ environment, using the improved Euler' s method solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:553239
    • 提供者:王飞
  1. CameraQuat

    0下载:
  2. A OpenGL program to demonstrate using Quaternion to rotate 3d model. Quaternion can avoid gibbs lock if you use euler angle to rotate 3d model.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:209789
    • 提供者:linux
  1. myeuler_vs_ode45

    0下载:
  2. 比较欧拉公式与matlab的ode方法解微分方程的不同-Comparison of the Euler formula for the ode with matlab different method to solve differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1716
    • 提供者:侯硕本
  1. 1

    0下载:
  2. 掌握几种简单的数值解法,包括Euler方法、R-K方法、线性多步法 -shu zhi fen xi zha chi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39321
    • 提供者:邓杰
  1. chap5

    0下载:
  2. 计算图像中的欧拉数,通过计算图像中的欧拉数,为图像的识别提供依据。-Calculation of image Euler Number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:59157
    • 提供者:连杰
  1. flury

    0下载:
  2. 求欧拉回路的弗洛里算法,好像有三个错,包含下,水平有限-Order Euler algorithm Florian loop, it seems there are three mistakes, including under the limited
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1609
    • 提供者:yang
  1. oula

    2下载:
  2. 基于欧拉-熵向量的图像检索,相似度可用马氏距离-Based on Euler- entropy vector image retrieval, similarity can be used Mahalanobis distance
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-21
    • 文件大小:3586
    • 提供者:andy
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com