搜索资源列表

  1. sf

    0下载:
  2. 大数相乘、计算时间、josep问题、计算JC、分形图形-multiply large numbers, computation time, Josep, calculated JC, fractal graphics
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:张志明
  1. File_Split1626107172003

    0下载:
  2. To split a large file into smaller files. The files could be later joined to recreate the previous file.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:
  1. 大整数的加法

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王承陶
  1. RSAVC

    0下载:
  2. RSA算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文-RSA algorithm VC, including long integer type, in a few test algorithm, large prime number generator and the general theory of numbers algorithm, for example, Ch
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:258048
    • 提供者:陈建湘
  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:小城
  1. huibian

    0下载:
  2. 绝对的大全 囊括汇编语言从入门到应用的大量源代码 供大家学习使用!-absolute Daquan include assembly language from entry to the application source code for a large number of people learning to use!
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:14046208
    • 提供者:tang
  1. bigNumberMult

    0下载:
  2. 大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:刘志铭
  1. webbupload

    0下载:
  2. 这是用在IE上实现上传大文件的解决方案 想当不错啊-This is achieved in IE upload large files solution want to be good ah
  3. 所属分类:Web服务器

    • 发布日期:2024-05-09
    • 文件大小:148480
    • 提供者:zoujiaxue
  1. factorialxxxyy

    0下载:
  2. 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:200704
    • 提供者:刘华
  1. resource_code_of_RSA

    0下载:
  2. 文件包括RSA算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Documents include the RSA algorithm for the original procedures and detailed notes. Can be achieved using more than 1024 large
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:112640
    • 提供者:wp
  1. Nandfmd

    0下载:
  2. CE下基于MX21 大页nand flash的驱动代码。很有实用价值的噢。-CE-based MX21 large page nand flash driver code. Oh great practical value.
  3. 所属分类:Windows CE

    • 发布日期:2024-05-09
    • 文件大小:74752
    • 提供者:Jack Bao
  1. power_standardization

    0下载:
  2. 幂法是一种计算矩阵主特征值(矩阵按模最大的特征值)及对应特征向量的迭代方法,特别适用于大型稀疏矩阵。 但是,一般幂法迭代向量v的各个不等于零的分量将随k 趋向于无穷大而使计算机溢出。因此,我们必须对某通幕法进行规范。即规范化幂法 -Power Method is a calculation of the main eigenvalue matrix (matrix according to the largest eigenva
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:knight
  1. bignumcaculate

    0下载:
  2. 大数运算的设计与实现,大数加,减,乘,除,阶乘,幂,排列组合,进制转换-Computation of large numbers of design and realization of large numbers add, subtract, multiply, divide, factorial, power, permutation and combination, hexadecimal conversion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2213888
    • 提供者:谢新强
  1. BigInt

    0下载:
  2. RSA公钥加密算法(基于大整数的分解难实现的,包括大整数的加、减、乘、除,加密,解密等)-RSA public key encryption algorithm (based on the decomposition of large integers difficult to realize, including the large integer add, subtract, multiply, divide, encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:xu
  1. CombinPicture

    0下载:
  2. 图片合并,本例实现将16张小图片合并成一张大图的功能-Picture merger, which in this case will realize 16 Zhang picture into the function of a large map
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-09
    • 文件大小:400384
    • 提供者:game
  1. nand_flash_me1.2

    0下载:
  2. 基于ARM9的NAND FLASH(large page)的驱动,包括读写和擦除(在数据区可剩余区),读取ID号等主要功能。-ARM9-based NAND FLASH (large page) of the drive, including reading and writing and erasing (in the data area will be the remaining area), read the ID number
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-09
    • 文件大小:47104
    • 提供者:heqiang
  1. BigNumber

    0下载:
  2. 大数加法、减法、乘法和除法的C语言实现源码,可以帮助实现大数运算。-Addition of large numbers, subtraction, multiplication and division of the C language source code that can help realize computation of large numbers.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:木易
  1. exam2

    0下载:
  2. 大一下学期卡耐基SSD3的Exam2的答案.-Carnegie SSD3 large about the Exam2 semester answer.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:林澜
  1. Large-integer-arithmetic

    0下载:
  2. 自己写的高精度大整数运算函数,加,减,乘,除,求最大公约数-Large high-precision integer arithmetic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:李国强
  1. SimuroSot Large League 11vs11

    0下载:
  2. SimuroSot Large League (11vs11) FIRA WorldCup
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:508928
    • 提供者:iamajeyy
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org