Vulkan

2014年4月11日

[转]如何远程连接运行OpenGL/Cuda 等GPU程序

摘要: 发现一篇神文,解决了困扰许久的远程桌面OpenGL/GPU 等问题。。。原地址在这:http://www.tanglei.name/how-to-run-gpu-programs-using-remote-connection/有时候往往需要通过远程桌面连接进行coding工作,像一般的比如web之... 阅读全文

posted @ 2014-04-11 12:13 Vulkan 阅读(1663) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview 3.6

摘要: // Write a program to sort a stack in ascending order. You should not make any assumptions about how the stack is implemented. The following are the o... 阅读全文

posted @ 2014-04-11 09:57 Vulkan 阅读(133) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview 3.5

摘要: //Implement a MyQueue class which implements a queue using two stacks.#include #includeusing namespace std;class MyQueue{public: stack data,buffer; My... 阅读全文

posted @ 2014-04-11 09:54 Vulkan 阅读(182) 评论(0) 推荐(0) 编辑

Cracking The Coding Interview3.4 暂存

摘要: 暂存 阅读全文

posted @ 2014-04-11 09:52 Vulkan 阅读(81) 评论(0) 推荐(0) 编辑

导航