搜索资源列表
pi
- 利用win32 api 多线程求pi 适合初学win32多线程的人
sc
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度
MultiThread
- 这是本人用C#做的一个有关多线程编程的例子,程序中同时具备时钟计数功能和求级数,可供大家借鉴
scheduling
- 设计一程式可输入 1、几个行程 2、每个行程各别的CPU暴冲时间(毫秒) 3、到达时间 4、优先顺序 并求出 1、FCFS 2、SJF - 不可抢先 3、SJF - 可抢先 4、Priority 5、RR 平均等待时间
multithread
- 多线程的程序,求素数。用户运行程序时在命令行输入一个素数,然后程序创建一个独立新的线程来输出小于或等于用户所输入数的所有素数。-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
pi
- windows下利用多线程求PI的值,利用visual studio 2005编写;在linux下利用多线程求PI的值-under windows for multi-threaded use of the value of PI, using visual studio 2005 to prepare in linux using multi-threading for the value of PI
1(1)
- 3. 水仙花数是指其个位、十位和百位上三个数的立方和等于这三位数本身的数,使用java编程求出所有的水仙花数-3. Narcissus is the number of its bits, 10 and 100 on the three cubes and is equal to the three-digit number of their own, using the java programming calculate the number of all the daffodils
calc_pi
- 基于api的多线程编程求pi值,比较简单。-Api-based multi-threaded programming requirements pi value, is relatively simple.
work
- delphi多线程变成范例,求无限大数阶乘方案,20100715提交,原创唐先生-delphi multithreading to become an example of the factorial of large numbers seeking unlimited options, 20,100,715 submit original Tang
DuoxianJisuan
- 求f(x)=x^3-2x-5在[2,3]上的根-Find f (x) = x ^ 3-2x-5 in [2,3] on the root
Pi_Value
- 多线程求圆周率,可视化编程技术处理多线程,显示任意位圆周的值-Multi-threaded request pi, visual programming multi-threaded processing, display the value of any bit circumference
PiSolution
- 多核架构编程:利用临界区多线程并行求PI值 只有C++文件 多核作业-Multicore programming: the use of the critical region is multi-threaded parallel seek the value of PI C++ file
Parallel
- 并行求jacob算法的并行程序,Fortran语言编写,包括五种不同的通信方法。-Evaluated in parallel the jacob algorithms parallel program, Fortran language, including five different communication methods.
pThread_PI
- 在linux环境下,用pthread的方法求PI值-compute PI using pthread
xiancheng
- 求1000个数里面乘积最大的四个数并且输出该四个数-Seeking the 1000 number inside the product of the maximum number of four and the output of the four number
JFrame2
- 求若干整数的最大值、最小值和平均值。输入若干整数或浮点数,求出最大值和最小值并显示。要求:使用JTextField数组或表格,数组值可变;响应事件,计算最大值、最小值和平均值时忽略空值和空串;按实际元素个数求值;解决除数为0问题。-Find the maximum, minimum, and average values of certain integer. Enter the number of integer or floating-point numbers,
abc
- 页面置换算法,opt,lru,求OPT页面置换算法的命中率-Page replacement algorithm, opt, lru, seeking OPT page replacement algorithm hit rate
producer-and-consumer
- 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
Cpp1
- 多线程求卷积1)数据矩阵:256*256 –原始矩阵设置:随机50个点设置为255,其余为0 2)卷积核:5*5 –明确注明所设计的卷积核 3)迭代次数:100 –每5次迭代保存一次数据矩阵 –通过20个结果矩阵,生成动画 初始矩阵随机生成,随机分配50个数的值为2-Multithreading convolution 1) Data Matrix: 256* 256- the original matrix settings: a randomized 50-poi
Producers-and-consumers
- 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p