码迷,mamicode.com
首页 >  
搜索关键字:uda    ( 382个结果
Java调整JVM内存大小——(八)
JVM内存大小是有限的,有的时候程序过大时候会导致超出最大内存,产生下面异常: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at Java_Test.JVMtest1.main(JVMtest1.jav ...
分类:编程语言   时间:2017-08-02 22:05:03    阅读次数:170
WoW[www]
https://github.com/StealtheeEU/WoWBeez https://github.com/mtucker6784/Elysium https://github.com/HeavenIsLost/elysium https://github.com/elysium-proje ...
分类:其他好文   时间:2017-07-29 11:28:36    阅读次数:413
IDEA(jetbrain通用)优雅级使用教程(转)
文章转自 http://www.jianshu.com/p/3160ff832a9b 前面写过一篇IDEA的入门级文章,但是只学会了那些配置啊什么的并不能提高我们的开发效率。事实上,如果你IDEA用的足够熟练,就可以把鼠标扔了。附入门级教程传送门:http://www.jianshu.com/p/0 ...
分类:其他好文   时间:2017-07-27 21:17:59    阅读次数:213
并行程序设计---cuda memory
CUDA存储器模型: GPU片内:register,shared memory; host 内存: host memory, pinned memory. 板载显存:local memory,constant memory, texture memory, texture memory,global ...
分类:其他好文   时间:2017-07-24 23:34:03    阅读次数:187
基于zookeeper的activemq的主从集群配置
基于zk的消息队列activemq的主从集群环境部署,简单可靠 ...
分类:其他好文   时间:2017-07-22 19:52:08    阅读次数:234
为子对话框添加OnInitDialog()函数
1.右击对话框,选择Class Wizard,如下图: 2.点击virtual functions,找到oninitdialog,双击,添加初始化函数。 3.在Overridden virtual functions中双击OnInitDialog会自动在xxDlg.cpp中建立一个初始化函数。 ...
分类:其他好文   时间:2017-07-18 13:37:31    阅读次数:103
atoi、itoa,strcpy,strcmp,memcpy等实现
原文:http://www.cnblogs.com/lpshou/archive/2012/06/05/2536799.html 1、memcpy、memmove、memset源码 link:http://note.youdao.com/share/?id=1f826e4337c7db272e94f ...
分类:其他好文   时间:2017-07-18 13:35:08    阅读次数:252
Deep Learning for Robotics 资源汇总
1 前言 在最新Nature的Machine Intelligence 中Lecun。Hinton和Bengio三位大牛的Review文章Deep Learning中。最后谈The Future Of Deep Learning中。有这么一段话: “We expect much of the fut ...
分类:其他好文   时间:2017-07-16 15:46:36    阅读次数:193
zoj 3890 Wumpus bfs
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3890 Wumpus Time Limit: 2 Seconds Memory Limit: 65536 KB One day Leon finds a very cla ...
分类:其他好文   时间:2017-07-08 10:02:26    阅读次数:229
382条   上一页 1 ... 29 30 31 32 33 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!