-
老外写的贝塞耳曲线的源码
老外写的贝塞耳曲线的源码-foreigners write Bessel curve FOSS
- 2022-03-13 23:21:58下载
- 积分:1
-
用VC++编写的在文档内画图的源程序,比较简单适合初学VC的人...
用VC++编写的在文档内画图的源程序,比较简单适合初学VC的人-With VC++ Prepared within the drawing in the document source, is relatively simple for beginners VC people
- 2022-01-30 13:57:19下载
- 积分:1
-
Convert Sketchup SKP files to DXF or STL
This is a plugin script for Go-ogle"s free 3D design program Sketchup. The free version of Sketchup has limited file export options and many CAM programs will not recognise the native Sketchup (SKP) file format. This plugin allows you to export your Sketchup model as a DXF or STL files readable by most CAM and 3D printer software.Using the pluginAfter copying this file, start Sketchup and you should now have an extra menu option (Export to DXF or STL) in the Sketchup Tools menu.There are five export options:STL triangles. Use this for Makerbot or Reprap style 3D printersDXF polyface mesh. This will give the most faithful reproduction of your original Sketchup model.DXF polylines: exports the outlines of each face as a polyline, sometimes useful for CAM toolpaths.DXF triangular mesh: breaks all the faces up into trianglesDXF lines. This
- 2022-07-17 00:59:40下载
- 积分:1
-
Is a study on the neural network simulation program, used to extract characteris...
是一个关于神经网络的仿真程序,用于提取特征参数后的图像识别-Is a study on the neural network simulation program, used to extract characteristic parameters of the image recognition
- 2022-01-26 01:15:49下载
- 积分:1
-
vcvb互相调用,希望对大家有用
vcvb互相调用,希望对大家有用-vcvb call each other, in the hope that useful U.S.
- 2022-05-18 09:10:49下载
- 积分:1
-
图形处理程序,含有锐化,平滑等多种处理
图形处理程序,含有锐化,平滑等多种处理-Graphics processing procedures, containing sharpening, smooth handling, etc.
- 2022-01-25 14:26:57下载
- 积分:1
-
based on the camera face detection, the VFW is not the procedure used SDK, more...
基于摄像头的人脸检测,用的是VFW的程序没有用SDK的,比较粗糙-based on the camera face detection, the VFW is not the procedure used SDK, more rough
- 2022-01-31 11:15:55下载
- 积分:1
-
图像平滑,锐化,和哈夫变换
本代码包含了图像处理中的直方图均衡,各种平滑和锐化算法,还有哈夫变换。图像处理中有图像增强,线性变换,梯度锐化,拉普拉斯锐化,图像直方图,sobel边缘提取和prewitt边缘提取。还有构建位图和中值滤波的程序,并包含界面
- 2022-06-21 06:47:58下载
- 积分: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
-
Reading painting dxf file format of the 16 old procedures can only read straight
读画dxf文件格式的16位老程序,只能读直线-Reading painting dxf file format of the 16 old procedures can only read straight
- 2022-05-18 04:49:01下载
- 积分:1