搜索资源列表
Cal_do
- 一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices wit
exa_4
- 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
Produto_Escalar_vs01
- This a Parallel Code to calculate a Dot Product using MPI library and C++. This is a .Net2010 Project. To emulate a parallel computer in your machine you need install a MPICH2 library for windows. This code works too Linux.