-
计算机绘图程序
用c语言实现的一些计算机绘图程序-Some of the computer drawing program
- 2022-03-07 08:55:22下载
- 积分: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
-
播放cif文件的核心代码,C++Builder6下完成。
播放cif文件的核心代码,C++Builder6下完成。- Broadcasts the cif document the core code, under C Builder6
completes.
- 2022-06-15 19:59:45下载
- 积分:1
-
计算机图形学基本的有翼边缘结构,小程序用的是用…
计算机图形学中最基本的翼边结构,本小程序采用vc实现了此中结构。-Computer Graphics basic winged edge structure, the small program using vc There is a realization of the structure.
- 2022-05-10 17:17:32下载
- 积分:1
-
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。...
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
- 2022-08-11 08:26:20下载
- 积分:1
-
这是一个绘制自定义渐变效果的四边行的程序.
这是一个绘制自定义渐变效果的四边行的程序.-This is the definition of a mapping from the gradual effect of the surrounding procedures.
- 2022-07-18 04:31:10下载
- 积分:1
-
under linux mapping procedures, similar to visio, but it is revenue. If you can...
linux下的绘图程序,类似于visio,但是它是开源的。如果自己不满意可以增加一些模块进去,当然首先要读懂原程序。-under linux mapping procedures, similar to visio, but it is revenue. If you can not get additional modules, we must first understand the original procedure.
- 2022-02-16 09:01:28下载
- 积分:1
-
opengl c++ 键盘鼠标交互 画圆 椭圆 矩形 三角形 旋转移动
opengl c++ 键盘鼠标交互 画圆 椭圆 矩形 三角形 旋转移动-opengl c++ keyboard and mouse interaction Circle Oval Rectangle Triangle rotational movement of the
- 2022-07-07 04:44:09下载
- 积分:1
-
This is the beginning of school vc when I wrote a small software (big eyes stare...
这是刚开始学vc时我自己写的一个小软件(一双大眼睛盯着你的鼠标,不要吓到了),主要是鼠标操作和画图,我想应该很有参考价值。-This is the beginning of school vc when I wrote a small software (big eyes stare at your mouse, not to frighten a), primarily mouse and drawing operation, I think it should be of great reference value.
- 2022-08-02 14:19:39下载
- 积分:1
-
为PDF文件格式,对房内的细节
该文档格式为pdf,里边详细介绍了对clplot实时曲线类的一些改进方法,增加打印预览,数据保存,文件打开,并且附有完整的程序代码,不失为一篇好文章-The document format for the pdf, of the inside details of real-time curve clplot some type of improvement to increase the print preview, data, documents opened, and with the complete program code is, after all, a good article
- 2022-02-05 00:19:35下载
- 积分:1