-
长方形的填充和背景填充
长方形的填充和背景填充-rectangular background filled and filled
- 2022-01-25 23:11:01下载
- 积分:1
-
离散数据的C1连续样条拟合源代码,不好找的代码。
离散数据的C1连续样条拟合源代码,不好找的代码。-discrete data C1-spline source code, not easy to find the code.
- 2022-02-26 13:43:37下载
- 积分:1
-
- 2022-03-19 08:25:03下载
- 积分:1
-
叠代制作彩色图片形成心形镜
叠代制作彩色图片形成心形镜-iterative production of color photographs formed heart-shaped mirror
- 2022-04-09 14:37:54下载
- 积分:1
-
《vega实时三维视景仿真技术》的基于MFC的程序源代码,自己整理的,拿去改一改就可以作自己的程序了,刚开始学,费了我好大的劲才搞定的。...
《vega实时三维视景仿真技术》的基于MFC的程序源代码,自己整理的,拿去改一改就可以作自己的程序了,刚开始学,费了我好大的劲才搞定的。
-"Guerra, real-time 3D visual simulation technology" based on the MFC source code, sort of, guns can be made to change their procedures, just started school, I spent a lot of picking to get the.
- 2022-03-17 15:50:02下载
- 积分:1
-
图形可以旋转的源代码
图形可以旋转的源代码-graphics rotating source code
- 2022-03-23 11:37:40下载
- 积分:1
-
用增量算法生成凸壳
用增量算法生成凸壳-generate incremental algorithm using convex hull
- 2022-02-06 10:39:29下载
- 积分: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
-
The software developed for my own fuzzy image edge detection, as well sobel, pre...
该软件为本人自己开发的模糊集图像边缘检测,同时还有sobel、prewitt、robert、算子,很好用-The software developed for my own fuzzy image edge detection, as well sobel, prewitt, robert, operator, well used
- 2022-03-24 23:12:31下载
- 积分:1
-
Canny边缘检测,在人脸识别是一个比较经典的计算方法,写论文可以参考一下。...
Canny边缘检测,在人脸识别是一个比较经典的计算方法,写论文可以参考一下。-Canny edge detection, in the face recognition is a more classic method of calculating and writing papers for reference.
- 2023-06-10 07:55:04下载
- 积分:1