-
3D动画简单效果的源代码。有简单的动作。供学习使用。
3D动画简单效果的源代码。有简单的动作。供学习使用。-Simple 3D animation effects of the source code. Has a simple action. For learning to use.
- 2022-02-21 07:50:12下载
- 积分:1
-
use double buffering technology to avoid images flashing FOSS
利用双缓冲技术避免图像闪烁的源码-use double buffering technology to avoid images flashing FOSS
- 2022-02-07 06:54:16下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
和3维相关的一系列代码,文件需要自己组装
和3维相关的一系列代码,文件需要自己组装-and three-dimensional related to the series of code, documentation needs its own assembly
- 2022-04-25 04:27:40下载
- 积分:1
-
有关图形裁剪的程序,具体要求在文件中有描述
有关图形裁剪的程序,具体要求在文件中有描述-Graphics of the cutting process, specific requirements are described in the document
- 2022-03-19 02:46:43下载
- 积分:1
-
这个类是用来驱动摄像头的类,是用NET开发
这个类是用来驱动摄像头的类,是用NET开发-This class is used to drive camera class, is to use NET Development
- 2022-05-12 18:56:36下载
- 积分:1
-
我精心收集的着色效果,我精心收集的着色E。
我精心收藏的shader特效 我精心收藏的shader特效 -I have carefully collection of shader effects I elaborate collection of shader effects I elaborate collection of shader effects I elaborate collection of shader effects
- 2023-06-20 13:10:03下载
- 积分:1
-
一种旋转线条的算法
一种旋转线条的算法-a revolving lines of the algorithm
- 2022-04-08 16:56:50下载
- 积分:1
-
USB synchronization code
USB同步传输代码-USB synchronization code
- 2022-02-13 22:56:59下载
- 积分:1
-
java3D实现不同灯光的照射效果,场景中同时有阴影出现
java3D实现不同灯光的照射效果,场景中同时有阴影出现-java3D to achieve the different effects of light exposure, the scene at the same time to cast a shadow appears
- 2022-03-12 20:40:20下载
- 积分:1