CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - Prime

搜索资源列表

  1. A Prime Number Generator

    0下载:
  2. Threw history,prime numbers has always be a great fascination for mathematicians. Even in modern times,primes numbers continues to fascinate many people.Probably the main reason why prime numbers continues to create such great interest would be becau
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.17kb
    • 提供者:王斌
  1. loop

    0下载:
  2. 编程实现素数环的程序,很有意思,程序不是很复杂,很容易看懂。-Programming prime ring procedures, very interesting, is not a very complicated procedure, it is easy to understand.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:2.94kb
    • 提供者:张磊
  1. RSA_CS

    0下载:
  2. C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:191.73kb
    • 提供者:jiuhuajian
  1. hhs

    0下载:
  2. 此程序可以求质数的和,例如F 7 =1+3+5+7+11+13+17=58 -this program can evaluation the sum of prime number
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:21kb
    • 提供者:李刚
  1. Forfourthordermagicsquareofprimenumbers

    0下载:
  2. 求四阶的素数幻方,在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。思考题:用1到16构成一个四阶幻方,要求任意相邻两个方格中的数字之和均为素数。-For fourth-order magic square of prime numbers, in a 4X4 matrix, each populated with a number grid so that each row, each column and two of t
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:3.59kb
    • 提供者:lanbo
  1. ssstthh

    0下载:
  2. 温湿度传感器SHTxx的驱动程序;主要是采用盛世瑞恩的芯片;精度高。-Temperature and humidity sensors SHTxx driver mainly by Prime Ryan chips precision.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:71.23kb
    • 提供者:123456
  1. prime

    0下载:
  2. Program to check whether an entered number is prime or not.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:13.08kb
    • 提供者:ya3
  1. ShaGame

    0下载:
  2. 没事时写的一个"杀人"的小游戏,素界面。-Nothing when writing a "kill" game, prime interface.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:86.44kb
    • 提供者:Lambert
  1. C_Numerical_calculation_array_request

    0下载:
  2. C#计算数组数值总和并求其中的素数C # Numerical calculation of the sum of the array, and request one of the prime number-vC# Numerical calculation of the sum of the array, and request one of the prime number
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:10.66kb
    • 提供者:mfen
  1. primeNumber

    0下载:
  2. 求1000以内的质数,自己实现的程序,算法的时间复杂度较好-Find prime numbers less than 1000
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:522byte
    • 提供者:sunboy
  1. PrimesOnCore2

    0下载:
  2. It is a program that runs on multiple core. sample program demonstrate the thread affinity to cores of processors. Calculates prime numbers.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:23.1kb
    • 提供者:izhar
  1. sushu

    0下载:
  2. 输入两个数,先判断数值的大少,输出两个数之间的所有素数-Enter the two numbers, first determine the value of large and small, the output of two numbers of all prime numbers between
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:19.58kb
    • 提供者:美美
  1. 1

    0下载:
  2. 寫一個程式,從資料檔(a.txt)讀入一個正整數,把它的所有質因數找出來。-Write a program, from the data file (a.txt) reads a positive integer, it' s all the prime factors to find out.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:903.96kb
    • 提供者:賴明毅
  1. 01_PrimeNumberFinder

    0下载:
  2. 这是prime number finder的程序,也就是对质数的判别和寻找。-This is a prime number finder program, which is the identification and finding prime numbers.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:28.38kb
    • 提供者:黄琪
  1. JudgePNum

    0下载:
  2. 输入数字,并判断输入的数字是否是素数,是的话返回1.-Enter the numbers and determine whether the number entered is prime, it is, then return to 1.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:19.35kb
    • 提供者:whg
  1. Archimedes

    0下载:
  2. 數學大師歐勒(Euler) 找到一個計算圓周率的無窮乘積 : pi/2 = 3/2 * 5/6 * 7/6 * 11/10 * 13/14 * 17/18 * 19/18 * 23/22 * … 有趣的是, 這公式裡, 所有分子都是大於 2的質數, 分母則是不能被 4整除, 且最接近分子的偶數. -Math Masters Euler (Euler) a calculation of pi to find the infinite product: pi/2 = 3/
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:4.86kb
    • 提供者:edward
  1. Prime_Number_Algorithm

    0下载:
  2. Prime algoritm Sieve and isPrime
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:84.14kb
    • 提供者:ismail
  1. PrimeAlogrithm

    0下载:
  2. 实现prime算法,并且有界面,可以帮助大家更好的理解算法的实现过程。-Prime algorithm to achieve, and there are interfaces that can help you better understand the algorithm implementation process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:57.81kb
    • 提供者:lijun
  1. Main.cs.tar

    0下载:
  2. some algorithms like check even check prime triangle area modifying bits in a given bit pattern
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1.45kb
    • 提供者:Hesham
  1. 1.3-Prime-Cryptarithm

    0下载:
  2. usaco Prime Cryptarithm 答案-usaco Prime Cryptarithm answer
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3.62mb
    • 提供者:alkeli
« 12 3 »
搜珍网 www.dssz.com