搜索资源列表
CSharpprogram
- 包括打印九九表,冒泡排序,求质数,递归求阶乘等算法
用C语言思想改写的用筛法求质数程序
- 判断质数的改进方法。-judgment few quality improvements.
daima
- 这是一个求1到100的所有质数的程序,运行后屏幕上显示1到100的所有质数-This a program which caculates all prime numbers from 1 to 100. The output of the program is all the prime numbers from 1 to 100 on the screen.
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
Programme
- 求面积,数值转换,求出质数,由小到大顺序输出数值,求出字符串长度-the length of the string
7
- 由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。-Keyboard input from a maximum, for 2 to the maximum value of all prime number (prime numbers).
hhs
- 此程序可以求质数的和,例如F 7 =1+3+5+7+11+13+17=58 -this program can evaluation the sum of prime number
primeNumber
- 求1000以内的质数,自己实现的程序,算法的时间复杂度较好-Find prime numbers less than 1000
zhisu
- 本程序通过用户输入范围而求出范围内所有的质数-The scope of this program through the user input to derive all the prime numbers within the range
qiuzhishu
- 求范围2~N中的质数,N在程序运行时由键盘输入。 -Seeking the scope of primes N, N input from the keyboard when the program runs.
zhishu
- 运用函数,能够将100以内的质数求出,改动运行次数,能够求出随意的质数-Use function obtained the primes less than 100, changes the number of runs can be obtained at random primes
qiuzhishu
- 一个求指定数以内的质数的函数,自己编写的,希望能帮助大家-A specified number within the prime function, the preparation of their own, hoping to help you
Fibonacci
- 可以生成FIbonacci数列,初始化从一开始,产生给定个数的Fibonacci数列。求质数,起泡法,选择排序。-Fibonacci array
zhishu
- 用C代码实现求质数的简单方法,枚举法。适合初学者使用学习。-The simplest way to use C code required primes, enumeration method. Suitable for beginners to learn.
prime
- 用除法快速求质数,-Fast calculation of prime number division
1
- 要求质数很简单,但如何快速的求出质数则一直是程式设计人员与数学家努力的课题,在这边介绍一个着名的 Eratosthenes求质数方法。-Requirements primes is very simple, but how fast it has been determined primes programmers and mathematicians efforts topics here introduce a famous Eratosthenes seeking prime method
Prime
- 求第5201314个质数 当然了,给定是第几个质数就能求出来 算法执行大概六分钟-qiu jie di 5201314 ge zhi shu
prime-number
- 求解质数,利用bitset实现,非常适合求解答大质数。-Solving prime number, use bitset implement, ideal for large prime numbers seeking answers.
App1
- 测试一给定大数是否为质数 ? 大数为用户输入 ? 目标为最快速度得到正确的计算结果 ? 回答时给出源代码(For the purpose of better understanding your programming skills, we would appreciate if you could complete the following tests and forward us your test result within 2 days from the date you receiv