09 2021 档案

linux openGL
摘要:#include <GL/gl.h> #include <GL/glx.h> #include <stdlib.h> void Render(Display &display, Window &window) { glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_TR 阅读全文

posted @ 2021-09-22 12:52 zoghin 阅读(113) 评论(0) 推荐(0)

C#如何调用linux so库
摘要:原文地址: http://blog.csdn.net/koupoo/article/details/7681974 //testlib.c中的内容: #include <stdio.h> int sum(int a, int b) { return a + b; } int minus(int a, 阅读全文

posted @ 2021-09-17 17:47 zoghin 阅读(1652) 评论(0) 推荐(0)

导航