Visual Studio/vscode/Android Studio/IDEA插件收集
vs Output enhancer 输出显示不同颜色 .NET MAUI Project and … 继续阅读 Visual Studio/vscode/Android Studio/IDEA插件收集
个人开发日志
C语言资料
vs Output enhancer 输出显示不同颜色 .NET MAUI Project and … 继续阅读 Visual Studio/vscode/Android Studio/IDEA插件收集
Windows 编译 FFMpeg 背景: 为了提高公司产品的质量,对FFMPEG进行优化,需要重新… 继续阅读 windows 编译ffmpeg
C语言 //检测文件名是否合法,不包含:\/:*?“<>| int CheckFileN… 继续阅读 【C/Java/Dart/Go/Js】处理文件名不能包含字符\/:*?“<>|
windows guid #include <stdio.h> #include <… 继续阅读 获取设备唯一标识
VC++中通过MultiByteToWideChar将string|char转换为wstring|w… 继续阅读 C++ string char* wchar_t* wstring互相转换
基础入门: https://blog.csdn.net/xzpdxz/article/details… 继续阅读 C++ 快速入门
算法一 void gl_drawCir(int32 x,int32 y,int32 r,uint32… 继续阅读 C语言画圆算法
#ifndef MRC_BASE_H #define MRC_BASE_H /* 本头文件中包括了m… 继续阅读 mrp mrc_base.h
https://blog.csdn.net/ZCShouCSDN/article/details/8… 继续阅读 armcc开发资料
判断安卓平台 #if __ANDROID__ 判断苹果系统 #if __APPLE__ 判断maco… 继续阅读 关于判断平台的宏定义
iOS版 windows 64位版 链接: https://pan.baidu.com/s/1OIR… 继续阅读 手机CAPP运行器其它版本
显示图片 test_bmp.c #include <stdlib.h> #include… 继续阅读 SDL demo
方式一 void CreateAndAttachConsole() { if (::AllocCon… 继续阅读 C语言windows窗口程序创建控制台窗口输出printf
方法一: 共有三个文件:print.h,print.c,test.c print.h: 文件内容 i… 继续阅读 编译dll
一个精灵占16字节 16*16由4个精灵组成 nes为8像素宽一个精灵,横向32个 纵向30个 pa… 继续阅读 关于nes开发资料收集