码迷,mamicode.com
首页 >  
搜索关键字:passing    ( 251个结果
Calling Lua function from C++
http://blog.csdn.net/cnjet/article/details/5909519Calling Lua function from c++ is very simple. Value passing between c++ and Lua goes through stack, ...
分类:编程语言   时间:2015-09-03 10:22:55    阅读次数:162
Mpich编程
一、简介 通过安装MPICH构建MPI编程环境,从而进行并行程序的开发。MPICH是MPI(Message-Passing Interface)的一个应用实现,支持最新的MPI-2接口标准,是用于并行运算的工具。 二、安装配置 http://www.cnblogs.com/liyanwei/arch...
分类:其他好文   时间:2015-08-29 00:36:22    阅读次数:206
Android学习—Application的作用
What is ApplicationData passing between components using ApplicationData caching in ApplicationPitFallsMemoryLeakSnippets 学习android挺长时间了,但是对于Applicti....
分类:移动开发   时间:2015-08-20 10:19:31    阅读次数:181
hdu 2669
Description The Sky is Sprite. The Birds is Fly in the Sky. The Wind is Wonderful. Blew Throw the Trees Trees are Shaking, Leaves are Falling. Lovers Walk passing, and so are You. ........
分类:其他好文   时间:2015-08-18 21:27:24    阅读次数:268
hdu5380 贪心+双端队列
http://acm.hdu.edu.cn/showproblem.php?pid=5380 Problem Description There are n+1 cities on a line. They are labeled from city 0 to city n. Mph has to start his travel from city 0, passing city...
分类:其他好文   时间:2015-08-18 10:16:33    阅读次数:153
Java学习笔记:详解传值和传引用
传值和传引用 When you’re passing primitives into a method ,you get a distinct copy of the primitive. When you’re passing a reference into a method , you get a copy of the reference....
分类:编程语言   时间:2015-08-11 14:17:14    阅读次数:137
How to pause the game in Uniy3D
static float timeScale; DescriptionThe scale at which the time is passing. This can be used for slow motion effects.When timeScale is 1.0 the time is ...
分类:其他好文   时间:2015-07-27 14:57:44    阅读次数:148
有意思的一段代码
有意思的一段代码: 1 %%% Message passing utility. 2 %%% User interface: 3 %%% logon(Name) 4 %%% One user at a time can log in from each Erlang node in ...
分类:其他好文   时间:2015-07-26 20:42:07    阅读次数:127
五种主要多核并行编程方法分析与比较
随着多核时代的到来与流行,传统的单线程串行程序的编程模式必将改变,取而代之的将是并行编程。目前已经有五种主要并行编程模型,下面将对此五种模型进行概括性的分析与比较:1. MPI MPI(Message Passing Interface)消息传递接口是MPI论坛发布的一个库,而不是一门实现语言,支....
分类:其他好文   时间:2015-07-24 17:26:14    阅读次数:109
hdu3410 Passing the Message 单调栈
// hdu3410 Passing the Message 单调栈 // 题目意思:给你n个数,询问第i个数直到左边比它本身大的第一个数的这段 // 区间内求一个最大的值 和 直到右边比它本身大的数的第一个数的这段区间内 // 再求一个最大值。 // 解题方法: // 单调栈,维护一个栈,使得站内元素单调递减即离栈顶越近,值越小 // 从左往右扫一遍,最后一个比当前元素小的数组下标(出栈的元...
分类:其他好文   时间:2015-07-23 21:51:07    阅读次数:123
251条   上一页 1 ... 17 18 19 20 21 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!