- 博客(23)
- 资源 (1)
- 收藏
- 关注
原创 OpenG入门之配置lib文件+include文件
压缩包链接(免费下载:密码tszb)https://download.csdn.net/download/weixin_37615774/300518011、先下载上面链接的压缩包(密码在上文中)2、解压到磁盘中3、vs2019中添加include路径 和 lib 路径Main函数头文件#define STB_IMAGE_IMPLEMENTATION#include "stb_image.h"#include <iostream>#define GLEW_STATIC
2021-10-09 21:05:53 378
原创 C++ 后台运行cmd
C++ 后台运行cmd#include <string>int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow){ // #include <string> std::string co
2022-01-29 22:02:58 1365
原创 8、OpenGL入门第一个立方体【Win32+VS2019】亲测代码
配置和下载lib文件请前往https://blog.csdn.net/weixin_37615774/article/details/120679105// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#define STB_IMAGE_IMPLEMENTATION#include "stb_image.h"#include <iostream>#define GLEW_STATIC#include .
2021-10-11 11:25:27 275
原创 7、OpenGL入门 第一次进入立体视觉第【Win32+VS2019】亲测代码
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#define STB_IMAGE_IMPLEMENTATION#include "stb_image.h"#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>#include <glm.hpp>#inc.
2021-10-11 10:50:09 158
原创 6、OpenGL入门 动态选旋转【Win32+VS2019】亲测代码
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#define STB_IMAGE_IMPLEMENTATION#include "stb_image.h"#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>#include <glm.hpp>#inc.
2021-10-09 20:52:18 179
原创 5、OpenGL入门 贴图叠加【Win32+VS2019】亲测代码
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#define STB_IMAGE_IMPLEMENTATION#include "stb_image.h"#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>float vertices[] = { // pos.
2021-10-09 20:48:13 373
原创 4、OpenGL入门 贴图【Win32+VS2019】亲测代码可用
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#define STB_IMAGE_IMPLEMENTATION#include "stb_image.h"#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>float vertices[] = { // pos.
2021-10-09 20:45:31 149
原创 3、OpenGL入门 变换颜色的三角形【Win32+VS2019】亲测代码可用
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>int selrgb = 0;/*v -1.000000 0.000000 1.000000v 1.000000 0.000000 0.526007v -1.000.
2021-10-09 20:41:20 169
原创 2、OpenGL入门 正方形【Win32+VS2019】亲测代码可用
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>int selrgb = 0;float vertices[] = { 0.5f, 0.5f, 0.0f, // top right 0.5f, -0.5f.
2021-10-09 20:36:19 218
原创 1、OpenGL入门 我的第一个窗口【Win32+VS2019】亲测代码可用
// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#include <iostream>#define GLEW_STATIC#include <GL/glew.h>#include <glfw/glfw3.h>int selrgb = 0;float vertices[] = { -0.5f, -0.5f, 0.0f, 0.5f, -0.5f, 0.0f, 0.0f.
2021-10-09 20:32:47 264
原创 C语言如何读取txt文件(最新免费代码)
C语言如何读取txt文件第一步添加头文件写函数完整的代码第一步添加头文件#include <stdio.h>写函数使用的API是 FILE * __cdecl fopen(In_z const char * _Filename, In_z const char * _Mode);//文件本地地址 //读取、操作文件的方式模式 描述r 打开一个已有的文本文件,允许读取文件。w 打开一个文本文件,允许写入文件。如
2021-10-03 09:54:38 25935
原创 nginx+php7+mysql (免费的WIN32 服务器搭建方法和安装包下载)
配置前,需要下载Nginx、php7、和mysql,这三个服务应用 和 nssm.exe这和程序下载完成后第一步、配置nginx-》进入Config文件夹-》编辑【nginx.conf】文件可修改端口必须修改Root路径,否则Php无法启用必须添加 index.php 文件名,设置为默认PHP的启动文件第二步 配置PHP配置php.ini注意的是:♥需要的动态库需要取消前面的分号;第三步 下载【nssm.exe】服务程序第四步 文件归类把相关的文件放在一起第五步 编写cmd
2021-09-23 23:22:50 299
原创 Android10开机启动和网络 参数设置 华为EMUI11
开机启动1、需要请求忽略电池优化2、在 设置里面,打开《应用后台启动、等信息》3、添加开机启动权限请求网络取消在RES/XML路径存储network_security_config.xml文件 配合下面代码段观看<?xml version="1.0" encoding="utf-8"?><network-security-config> <base-config cleartextTrafficPermitted="true" />.
2021-01-14 22:10:08 3899 5
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人