-
用一组线性相位的滤波器组来对图像进行处理,以检验该线性系统的各项参数是否符合要求。...
用一组线性相位的滤波器组来对图像进行处理,以检验该线性系统的各项参数是否符合要求。-using a linear-phase filter to the image processing, to test the linear systems of the various parameters whether it meets the requirements.
- 2022-08-21 04:03:27下载
- 积分:1
-
关于几何图形的源码
关于几何图形的源码-on the geometry of the source
- 2022-02-02 19:23:30下载
- 积分:1
-
三角网格的简化代码,速度很快
三角网格的简化代码,速度很快-triangular mesh simplification of the code, very fast
- 2022-11-14 18:20:03下载
- 积分:1
-
[编程语言] ie3,IE4,Internet Explorer 5、NS3、NS4基因[描述]……
[程序语言] IE3, IE4, IE5, NS3, NS4+
[功能描述]
生成和解决迷宫问题的Java小程序,可以在支持java的浏览器中运行。迷宫以三维形式显示在窗口中。
你可以按下相应的按钮,“New”生成一个新的迷宫,“Solve”按钮用于显示求解一个迷宫问题的路径,“Clear”按钮清除解决迷宫问题的路径。
一旦生成迷宫后,你也可以自己用手工来求解它的路径,你可以使用四个箭头键来画出其路径。
对于每个迷宫问题来说,仅仅提供一种方案。-[programming language] IE3, IE4, Internet Explorer 5, NS3, NS4 [Description] generation and solve the maze of Java programs can support java browsers running. 3D maze to demonstrate the window. You can press the corresponding button, the "New" to create a new maze, "Solve" button for solving a maze shows the path, "Clear" button to remove solve problems in the maze. Once generated maze, you can get a hand to solve its path, you can use the four arrow keys to paint their path. For each maze issue, the mere provision of a program.
- 2022-07-19 05:50:41下载
- 积分: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
-
层叠更替的彩虹窗口 美丽至极
层叠更替的彩虹窗口 美丽至极-cascading turnover rainbow extremely beautiful window
- 2022-12-01 12:40:08下载
- 积分:1
-
是本人做的一个小茶壶.大家看看很简单的.
是本人做的一个小茶壶.大家看看很简单的.-yes, I do a small teapot. We look very simple.
- 2022-01-25 19:14:33下载
- 积分:1
-
读图的程序,要以读取任何图,并且可以对灰度进行量化
读图的程序,要以读取任何图,并且可以对灰度进行量化-读图procedures, it is necessary to read any map, and can be quantified on the gray
- 2023-06-06 04:30:03下载
- 积分:1
-
transform two
二维几何变换,包含了二维图形的几何变换算法,比例变换,对称变换的算法,希望大家之间交流-transform two-dimensional geometry, two-dimensional graphics contains the geometric algorithm, the ratio transformation, the transformation symmetric algorithm, We hope that the exchanges between the
- 2022-03-15 21:47:44下载
- 积分:1
-
c++6.0中基于OpenGL的大小可调节旋转正方体 mfc
在VC++6.0中,基于MFC框架和OpenGL图像库进行开发,绘制了一个正方体的旋转运动仿真,可以调节正方体的长宽高,调节旋转的角度和平移距离,并设置了是否开启光照选项。
- 2022-06-15 19:03:16下载
- 积分:1