Description: 这个程序是用来求出一定数量的质数的,但是用到了线程调度,是用java写的,可供参考。数量是用户自己输入的-This procedure is used to derive a certain number of prime numbers, but use the thread scheduling, is written in java is available for reference. The number of the user Platform: |
Size: 1024 |
Author:faduyr |
Hits:
Description: Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to the number entered by the user. Platform: |
Size: 1024 |
Author:anthony chan |
Hits:
Description: 一个测试多线程执行情况的小程序,可以显示线程进行的情况,计算素数等-A test implementation of multi-threaded applet, and they demonstrated the thread of the situation, such as computing prime numbers Platform: |
Size: 28672 |
Author:chenshiyuan |
Hits:
Description: 用Win32所提供的同步对象解决有限缓冲区问题:写一个过线程实现C/C++语言程序:一些线程负责找出某个范围的素数,并放到一个数组中。另一些线程负责将数组中的素数取出,依次显示
-Use Win32 synchronization objects provided by the limited buffer problem to solve: write a thread to achieve than C/C++ Language Program: responsible for a number of threads to find a range of prime numbers, and into an array. Other threads are responsible for an array of prime numbers out, and then click Show Platform: |
Size: 3072 |
Author:Nancy |
Hits:
Description: It is a program that runs on multiple core. sample program demonstrate the thread affinity to cores of processors. Calculates prime numbers. Platform: |
Size: 23552 |
Author:izhar |
Hits:
Description: 多线程的程序,求素数。用户运行程序时在命令行输入一个素数,然后程序创建一个独立新的线程来输出小于或等于用户所输入数的所有素数。-Multithreaded program, find the prime numbers. When users run the program on the command line enter a prime number, then the program creates a separate new thread to output less than or equal the number entered by the user of all prime. Platform: |
Size: 129024 |
Author:erevus |
Hits:
Description: 最大素数计算器,利用多线程同步实现计算所有不大于输入数据的所有素数并将其结果输出。线程数可调-The largest prime number calculator, using multi-thread synchronization to achieve the calculation of all the input data is not greater than all the prime numbers and the results output. Adjustable number of threads Platform: |
Size: 3568640 |
Author:王超 |
Hits:
Description: 使用win32线程库实现的多线程求解素数程序,输入素数即可求得小于该素数的所有素数-Using the win32 thread library implementation of multi-threaded prime number solver program, enter the prime numbers less than the prime number can be obtained for all primes Platform: |
Size: 1024 |
Author:maverick |
Hits:
Description: 使用2个线程计算2至50000之间的素数。分别使用Thread类、Runnable接口和线程组3种方法编写程序。-Use two threads to calculate the prime numbers between 2-50000. , Respectively, three kinds of ways to write programs using the Thread class, Runnable interface, and thread group.Use two threads to calculate the prime numbers between 2-50000. , Respectively, three kinds of ways to write programs using the Thread class, Runnable interface, and thread group. Platform: |
Size: 4096 |
Author:王小娟 |
Hits: