码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
(C#) Lock - 将对象上锁,互斥多个线程,使同步。
C# Lock原文:http://www.dotnetperls.com/lockLocking is essential in threaded programs. It restricts code from being executed by more than one thread at t...
分类:编程语言   时间:2014-11-11 12:03:57    阅读次数:375
hadoop权威指南 chapter2 MapReduce
MapReduceMapReduce is a programming model for data processing. The model is simple, yet not too simple to express useful programs in. Hadoop can run M...
分类:其他好文   时间:2014-11-06 21:48:17    阅读次数:194
C# - CLR
?? The Common Language Runtime (CLR), the virtual-machine component of Microsoft's .NET framework, manages the execution of .NET programs. A process known as just-in-time compilation converts compi...
分类:Windows程序   时间:2014-10-30 15:20:30    阅读次数:203
Accelerated C++:通过示例进行编程实践——练习解答(第10章)
10-0. Compile, execute, and test the programs in this chapter. 10-1. Rewrite the student-grading program from §9.6/166 to generate letter grades. 10-2. Rewrite the median function from §8.1.1/140 so...
分类:编程语言   时间:2014-10-26 22:59:49    阅读次数:390
Accelerated C++:通过示例进行编程实践——练习解答(第9章)
9-0. Compile, execute, and test the programs in this chapter. 9-1. Reimplement the Student_info class so that it calculates the final grade when reading the student's record, and stores that grade i...
分类:编程语言   时间:2014-10-25 13:16:07    阅读次数:239
WinDBG 常用命令表[转]
启动, 附加进程, 执行和退出(Starting, Attaching, Executing and Exiting)=======================Start -> All Programs -> Debugging Tools for Windows -> WinDBG启动F6at...
分类:数据库   时间:2014-10-21 16:55:42    阅读次数:324
Low overhead memory space management
Methods, apparatus, and systems, including computer programs encoded on a computer storage medium, manage an address space. In some implementations, a...
分类:其他好文   时间:2014-10-20 23:17:52    阅读次数:356
System and method for parallel execution of memory transactions using multiple memory models, including SSO, TSO, PSO and RMO
A data processor supports the use of multiple memory models by computer programs. At a device external to a data processor, such as a memory controlle...
分类:其他好文   时间:2014-10-14 19:30:19    阅读次数:248
hosts,命令行前面的显示
1,/etc/hosts,主机名ip配置文件。# Do not remove the following line, or various programs# that require network functionality will fail.127.0.0.1 localhost.local...
分类:其他好文   时间:2014-10-13 13:08:39    阅读次数:178
Eucalyptus-NC管理
1、前言Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems(Eucalyptus)是一种开源的软件基础结构,用来通过计算集群或工作站群实现弹性的、实用的云计算。它最初是美国加利福尼亚大学...
分类:其他好文   时间:2014-10-11 12:36:55    阅读次数:262
760条   上一页 1 ... 67 68 69 70 71 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!