-
rotating transform, the formation of a 40 point, the diameter of 100 and 200 the...
用旋转变换的方法生成一个有40个点,内径为100,外径为200的星形图形。 程序运行按键说明:q,w比例变换,a,s旋转变换,j,l,i,k为平移变换。-rotating transform, the formation of a 40 point, the diameter of 100 and 200 the diameter of astrocytes graphics. Running Press : q, w ratio conversion, a, s rotation transformation, j, l, i, k translation transformation.
- 2022-01-21 20:00:34下载
- 积分:1
-
Is used to generate 3d Voronoi diagram vbs script, rhino 4.0 operating environme...
用于生成3d Voronoi图的vbs脚本,运行环境 rhino 4.0-Is used to generate 3d Voronoi diagram vbs script, rhino 4.0 operating environment
- 2023-02-01 04:35:03下载
- 积分:1
-
用vc实现的联机手写数字识别程序 可以运行 很好的
用vc实现的联机手写数字识别程序 可以运行 很好的-By vc realize online handwritten numeral recognition process can run very good
- 2022-12-14 01:45:03下载
- 积分:1
-
这是一个基于颜色特征的图像检索系统,用于此算法中…
这是一个基于颜色特征的图像检索系统,在此用到了直方图算法来实现 ,通过打开一幅图进行检索-This is a color feature based image retrieval system, used in this algorithm to achieve the histogram, by opening a map search
- 2022-01-25 16:36:23下载
- 积分:1
-
JPEG graphics codec processing source code
JPEG格式图形编解码处理源代码-JPEG graphics codec processing source code
- 2023-09-09 21:55:03下载
- 积分:1
-
关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径)...
关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径)
-Center Circle on the algorithm, by calculating the x = 0 to y = 0 1/4 of the scope of an oval, and then adopted the principle of symmetry other 3/4 point information. (R2 that elliptical plant axis radius)
- 2022-04-30 15:26:26下载
- 积分:1
-
图像处理的一种方法,图像进行傅立叶时所需要的源程序,得到的图像和原图像之间有清晰的比较...
图像处理的一种方法,图像进行傅立叶时所需要的源程序,得到的图像和原图像之间有清晰的比较-image processing method, Fourier images when needed source, the images and the original image between a clear comparison
- 2022-02-13 04:13:19下载
- 积分:1
-
51上用19264液晶的源码,包括画线和汉字.初学者很有帮助噢
51上用19264液晶的源码,包括画线和汉字.初学者很有帮助噢-51 with 19,264 LCD on the source, including line drawing and Chinese characters. Beginners helpful Oh
- 2022-03-21 20:19:40下载
- 积分:1
-
将地形图和桩体素产生的二维阵列在这个日期rotate the t…
will generate a voxel terrain map and place this data in a 2d array rotate the terrain map data about x,y,z
- 2022-02-09 20:03:47下载
- 积分: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