搜索资源列表
BestSingleThread
- 单线程单处理机计算素数,通过界面输出 有计算时间的记载,课用来衡量计算速度
Sieve
- Sieve 是一个基于对话框的程序,使用了著名的Eratosthenes素数算法来计算2和所指定的数之间存在的素数的数量。是一个多线程应用程序。
SushuFromMtoN
- 计算M到N间的素数及其个数 , 比较简单d等几个小程序
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&
DpiTset
- 能够根据你选择的字体 大小号 输入的字符串计算它所占的像素数-You can choose the font size according to number calculate its share of the input string is the number of pixels
DOMCount
- 自己开发的XML DOM计数程序DOMCount,使用DOM API解析XML文件,构造DOM树,然后遍历DOM树并计算元素个数(仅使用一个API调用)。 DOMCount解析XML文件,计算其元素数并打印。 用法: DOMCount [options]<XML file|List file> Options: -l,指示输入文件是一个列表文件,其中含有多个xml文件。默认情况下,该选项不存在,这时表明输入的是一个XML文件。 -v=xxx,Schema验证,
primefind
- 计算十亿以内的素数 并以文本形式存储. 通过更改参数可以缩小范围-Calculation of prime numbers within a billion and stored in text form. By changing the parameters can reduce the scope of
primecalculator
- 计算百亿内素数个数的效率极高的算法,采用动态分配内存和倒筛法,文件夹内附有报告。-Calculating the number of prime numbers in tens of billions of extremely efficient algorithms, dynamic allocation of memory and inverted sieve method, the folder containing the report.
PParse
- PParse演示改进的解析XML过程。在这个程序中,程序员不需要依赖抛出异常来终止解析操作。调用parseFirst()将引起DTD被解析,所有前沿内容,即根元素之前但不包含根元素的所有内容也被解析。接着调用parseNext()解析一个或多个标记,并从解析器的代码中分离出来。PParse解析一个XML文件并打印计算出元素数。 用法:PParse [options]<XML file>-PParse demonstration to improve the process of
(cwj)MultiThread
- 本VC++源码,是一个多线程的程序实例,它的主要功能是利用多线程进行素数的选择计算,是学习多线程的一个好例子-The VC++ source code, is an example of multi-threaded program, and its main function is to use multi-threading to the choice of prime number calculation, is to learn from multi-threading a good e
bmp
- 计算输入图像的面积。以图像像素数代表面积,并同时显示图像大小。-Calculation of the size of the input image. The representative of the image pixels in size, and at the same time show the image size.
Synchronize
- 一个测试多线程执行情况的小程序,可以显示线程进行的情况,计算素数等-A test implementation of multi-threaded applet, and they demonstrated the thread of the situation, such as computing prime numbers
1-2
- 计算并列举出N以内的所有素数-And outlines the calculation of all prime numbers less than N. . . . . . . . . . . . . . .
qiusushu
- 本程序是用来计算两个整数之间的所有素数的。 反复运用了6k+-1的素数纯度比较高的性质。 由于采用的是double型数据,故可将范围扩大至 1位数---15位数,不过由于程序调整,所属如范围 与所得范围间有一个6倍关系 该程序可用vc++6.0,或者cfree3.5,---4.0都可以正常编译,如有运行异常,可按Ctrl+c,强行中止!-This program is used to calculate the two integers all prime numbers
StackOfInteger
- 用于计算1到120之间所用的素数,并将这些素数打印,我利用的是stack的方法-Used to calculate the 1-120 used between the prime and the prime number print, I used the stack method
WindowsApplication计算素数
- 实现基本的计算素数功能,并把得到的素数输出到文本框里面进行显示(The basic computing prime function is implemented, and the obtained prime number is displayed in the text box for display)
计算素数源码
- 通过多种方法计算素数易语言源码,可以让你更快的计算出素数(Computational primes are easy to language source code)
secend
- 关于探索素数实验,非线性迭代探究的程序报告(Prime number experiment)
primeNumber
- 选择一个数,计算这个数之内的所有素数并输出(you can select a number and can input in console, after enterring this number,you can caculate all the prime number and can print it in console)