上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 345 下一页
摘要: 通过前面的学习我们知道,C++ 使用 open() 方法打开文件,使用 close() 方法关闭文件。例如(程序一): #inclu... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(242) 评论(0) 推荐(0)
摘要: link vi main1.cpp #include #include #include using namespace std;i... 阅读全文
posted @ 2022-08-19 22:46 luoganttcc 阅读(284) 评论(0) 推荐(0)
摘要: 总述:pthread_create是(Unix、Linux、Mac OS X)等操作系统的创建线程的函数。它的功能是创建线程(实际上... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(489) 评论(0) 推荐(0)
摘要: 推荐几个不错的CUDA入门教程(非广告) ... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(292) 评论(0) 推荐(0)
摘要: 代码在git #include "error.cuh"#include int main(int argc, char *argv[... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(17) 评论(0) 推荐(0)
摘要: 代码在git nvcc add1cpu.cu -o add1cpu./add1cpu Time = 352.801 ms.Time ... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(26) 评论(0) 推荐(0)
摘要: link cmake_minimum_required(VERSION 2.8.3)project(centerpoint)set(... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(28) 评论(0) 推荐(0)
摘要: error.cuh #pragma once#include #define CHECK(call) ... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(41) 评论(0) 推荐(0)
摘要: In this chapter, we show how to check CUDA runtime API functions ... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(92) 评论(0) 推荐(0)
摘要: #include #include const double EPSILON = 1.0e-15;const double a = ... 阅读全文
posted @ 2022-08-19 22:45 luoganttcc 阅读(75) 评论(0) 推荐(0)
上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 345 下一页