-
Graphics programming, it looks like the effect is three
图像编程,出来效果貌似是三维的地图,但是有一个小BUG,需要改正-Graphics programming, it looks like the effect is three-dimensional map, but there is a small BUG, the need for correction. . . . . . . . . . . . . . . . . . .
- 2022-04-17 14:17:38下载
- 积分:1
-
用MATLAB进行静态图像压缩编程中的游长编码部分的程序实现
用MATLAB进行静态图像压缩编程中的游长编码部分的程序实现-using MATLAB programming static image compression of outbound long-coding part of the program
- 2023-03-09 10:30:03下载
- 积分:1
-
一个纯VB代码编写的3D图形引擎。具有光照效果、贴图效果和各种显示模式。...
一个纯VB代码编写的3D图形引擎。具有光照效果、贴图效果和各种显示模式。-A pure VB code prepared 3D graphics engine. With lighting effects, texture effects and a variety of display modes.
- 2022-06-20 02:49:14下载
- 积分:1
-
计算机图形学(Computer Graphics
计算机图形学(Computer Graphics,简称CG)是一种使用数学算法将二维或三维图形转化为计算机显示器的栅格形式的科学。简单地说,计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。
- 2022-03-15 03:19:12下载
- 积分:1
-
是一个324*306*32
海豚游泳的源代码
是一个324*306*32
海豚游泳的源代码-Is a 324* 306* 32 dolphins swim in the source code
- 2022-07-21 10:51:31下载
- 积分:1
-
阈值变换的图像处理效果
阈值变换的图像处理效果-threshold transform the image processing results
- 2022-01-25 18:23:05下载
- 积分:1
-
这里是一个VB的ocr示例,希望能够帮得上大家
这里是一个VB的ocr示例,希望能够帮得上大家-Here is a VB example of ocr, hope to be able to help everyone get on
- 2022-03-19 20:02:10下载
- 积分: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
-
Eigenface Face Recognition System
All functions are easy to use, as they are h...
Eigenface Face Recognition System
All functions are easy to use, as they are heavy commented.
Furthermore, a sample script is included to show their usage. -Eigenface Face Recognition SystemAll functions are easy to use, as they are heavy commented. Furthermore, a sample script is included to show their usage.
- 2023-01-12 05:15:03下载
- 积分:1
-
virual c++程序,实现的简单绘制直方图
virual c++程序,实现的简单绘制直方图
- 2022-10-10 05:10:03下载
- 积分:1