搜索资源列表
pi.c
- 用于求解pi的MPI程序,在SourceCRT5.5上试过的,好用.
PI
- c++builder5.5计算PI值,精度到小数点后1000位
Algorithm
- c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大
经典C小程序
- 著名的外星人算法 经典C小程序 计算pi到小数点后80位;24点算法;爱因斯坦台阶问题-famous alien algorithm C minor classic calculated pi to 80 decimal places; 24 points algorithm; Einstein height issue
mpi
- C++编写的多线程圆周率运算。并行计算课上老师的作业-Written in C++ multi-threaded computing pi
car
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
cpi
- 计算pi值的并行程序,编程语言是c,加入mpi实现并行化-Calculated pi value of parallel programming, programming language is c, achieved by adding parallel mpi
24C01
- 读写24C01。PI C写 读写24C01。PI C写-读写24C01。PI C写读写24C01。PI C写
Pi
- c++基本算法:Pi的随机运算 适合初学者-c++ basic algorithm: stochastic computing for Pi
PI
- 用MPI实现计算PI的值,用计算梯形面积的方法实现,主要用C-PI calculated by the value of MPI implementation
wcp
- 文件中:wcp.exe是我们针对编译实验的文法的一个编译器(不含源码);pi.txt和prime_number.txt是按照实验文法写的测试程序(前者是求pi值,后者是求质数) 注:wcp将编译和执行放在了一起,而且对原实验文法做了以下扩展 1.标识符采用c语言标准的标识符 2.增加了print语句来打印结果(statement:print VarList ) 执行方法:在cmd下进入wcp所在目录,如 E:\My Learns\编译原理 然后执行如下 E
cpi.c.tar
- MPI环境下测试PI的调试程序 适合于刚配置好MPI环境来测试环境配置是否正确的~-a little program for the beginner to compile and run the first one to
calc_pi
- Calculate pi using MPI and C
PI
- 计算π值 C++ 并行算法 分别使用方法左矩形分解、中矩形分解以及梯形分解-π C++ MPI π C++ MPI π C++ MPI π C++ MPI
Pi
- 基于C++和MPI的并行算法求圆周率π值-Based C++ and MPI parallel algorithm for pi π value
PI.tar
- 计算pi小数点第n位后的代码.Computation of the n th decimal digit of \pi with very little memory.-Calculate PI after the decimal point n th C++ code.Computation of the n th decimal digit of \pi with very little memory.
the-problems-of-0-1-package
- 0-1背包问题在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高-the problems of 0-1 package
main.c
- 多线程计算pi,修改计算量则可进行压力测试-multi-thread calculate pi
CPP
- 蒙特卡洛方法入门,求圆周率,C++源代码,内有计算结果和说明-Monte Carlo method entry, seeking pi, C++ source code, there are calculations and notes
mpi_wave
- mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u