-
C++Builder实现图象的雨滴效果,用积木效应实现,饶有趣味。
C++Builder实现图象的雨滴效果,用积木效应实现,饶有趣味。-C Builder Image raindrop effect, using building blocks to achieve effects, interesting.
- 2022-03-13 07:59:32下载
- 积分:1
-
用于边缘检测的程序
用于边缘检测的程序-for edge detection procedures
- 2022-02-20 19:03:24下载
- 积分:1
-
判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。...
判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。-judgment point CMN relations with the small programs, if the point is within the quadrilateral-painting, and statistics.
- 2022-03-16 18:36:36下载
- 积分:1
-
graphics Circle Experimental Report
图形学画圆实验报告-graphics Circle Experimental Report
- 2022-05-30 04:13:10下载
- 积分:1
-
Visual C++ OpenGL DirectX三维动画编程宝典随书源码
基于VC++和OpenGL的源码,可用于学习Opengl模型显示,加载,纹理贴图,记住,此源码是Visual C++ OpenGL DirectX三维动画编程宝的光盘示例
- 2022-07-20 16:30:37下载
- 积分:1
-
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动....
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.-VC 6.0 real-time graphs procedures. Along with the changes in input data, Real-time charts followed the curve fluctuations.
- 2022-02-02 03:32:51下载
- 积分:1
-
this example from the routines Allegro V3.12 package transplant, the original do...
这个例子是从Allegro V3.12的例程包中移植过来的,原文件为examplesex4.c
原作者是Shawn Hargreaves.这个程序示范怎样操作调色板,它把一套同
心的圆画在屏幕上并且通过循环调色板产生奇妙的特效.-this example from the routines Allegro V3.12 package transplant, the original document examples ex4.c Shawn Hargreaves is the original author. This procedure demonstrated how to operate a palette, with a set of concentric circular painting on the screen through the cycle and have a wonderful palette of effects.
- 2023-08-15 23:40:03下载
- 积分:1
-
DirectShow Players
DirectShow的Players-DirectShow Players
- 2022-06-22 05:27:45下载
- 积分: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
-
一个简单的3D效果,适合入门的新手,是很好的学习资料
一个简单的3D效果,适合入门的新手,是很好的学习资料-A simple 3D effect, suitable for entry of the novice, is a very good learning materials
- 2022-07-22 19:22:46下载
- 积分:1