登录
首页 » 图形图像 » 本程序采用的VHDL语言,分别实现:递增锯齿波递减锯齿波 三角波 阶梯波 方波正弦波 数据选择器....

本程序采用的VHDL语言,分别实现:递增锯齿波递减锯齿波 三角波 阶梯波 方波正弦波 数据选择器....

于 2023-07-06 发布 文件大小:1.34 kB
0 150
下载积分: 2 下载次数: 1

代码说明:

本程序采用的VHDL语言,分别实现:递增锯齿波递减锯齿波 三角波 阶梯波 方波正弦波 数据选择器.-This procedure used in VHDL language, respectively, to achieve: increased sawtooth ladder descending sawtooth wave square wave triangle wave sine wave data selector.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下...
    运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下-use vc Bresenham algorithm completed six of the 360 degree rubber of the algorithm is in the central Sharing Circle what
    2022-03-19 09:01:59下载
    积分:1
  • 奥地利科学家写的三维四面体剖分软件工具包
    奥地利科学家写的三维四面体剖分软件工具包-Austrian scientists writing software tools for three-dimensional tetrahedron subdivision packages
    2022-07-16 08:33:16下载
    积分:1
  • AGEIA公司的PhysX(游戏物理库)使用D3D
    Ageia s PhysX(Game Physis lib) Usage with D3D - base Geometry-Ageia s PhysX(Game Physis lib) Usage with D3D- base Geometry
    2022-02-01 02:59:45下载
    积分:1
  • 在m_pic控件里画一个坐标轴,有两个Y轴,并可以实现无闪刷新...
    在m_pic控件里画一个坐标轴,有两个Y轴,并可以实现无闪刷新-Lane painting m_pic control in a coordinate axis, two Y-axis, and can be achieved without flash refresh
    2023-03-03 05:30:03下载
    积分:1
  • 本文实现了将自定义的文本或者保存到位bmp文件。提供源代码下载。 我们在用vc做程序时候,经常需要把输出的文本和保存到位文件,当然可以有现...
    本文实现了将自定义的文本或者图形保存到位图bmp文件。提供源代码下载。 我们在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿 -This article will realize a custom text or graphics in place plans to preserve bmp file. Provide the source code download. We have to do with vc procedures often need to output text and graphics document preservation plan in place, of course, can have ready-made controls to achieve, but should not, such as their wish
    2023-05-24 23:55:02下载
    积分:1
  • 人脸表情识别
    ========================================================================MICROSOFT 基础类库: sdi_opencv========================================================================应用程序向导已创建此为您的 sdi_opencv 应用程序。此应用程序不仅演示使用 Microsoft 基础类的基本知识但也是您编写应用程序的起始点。此文件包含的你会发现在每个文件的摘要,让您的 sdi_opencv 应用程序。sdi_opencv.dsp此文件 (项目文件) 包含在项目一级的信息和用于生成单个项目或子项目。其他用户可以共享项目 (.dsp) 文件,但他们应该导出到本地的生成文件。sdi_opencv.h这是应用程序的主头文件。它包括其他项目特定的标头 (包括 resource.h 中) 和声明CSdi_opencvApp 应用程序类。sdi_opencv.cpp这是主应用程序源文件包含的应用程序CSdi_opencvApp 的类。sdi_opencv.rc这是所有微软 Windows 资源的列表,程序使用。它包括图标、 位图和存储的游标在 RES 子目录中。在 Microsoft 中,可以直接编辑此文件Visual c + +。sdi_opencv.clw此文件包含向导用于编辑现有的信息类或添加新的类别。ClassWizard 也使用此文件来存储创建和编辑消息映射和对话框数据所需的信息映射和创建原型成员函数。ressdi_opencv.ico这是一个
    2022-08-04 06:16:12下载
    积分:1
  • 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等处理方法;其次,探讨了如何提...
    本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free offline handwritten numeral recognition system. First, the identification number of the preconditioning treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the number of character strokes of structural features and characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching method to identify and MATLAB as a programming tool to achieve with a friendly graphical user interface of free handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance
    2022-03-17 23:58:28下载
    积分:1
  • This is just learning the VC image processing of a small example, DIB will funct...
    这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensional array of dynamic definition of application and release memory, Beginners can hope to bring some friends!
    2022-03-17 15:26:27下载
    积分:1
  • MATLAB
    MATLAB实现基于互相关的亚像素级图像匹配/配准源代码Free Source Code for Efficient subpixel image registration by cross-correlation-MATLAB-based cross-correlation of sub-pixel image matching/registration Source Code Free Source Code for Efficient subpixel image registration by cross-correlation
    2022-04-30 18:10:40下载
    积分:1
  • with flashmx produced a textbook, click on textbooks can produce irreversible ef...
    用flashmx制作的一个课本,当点击课本时能产生翻的效果-with flashmx produced a textbook, click on textbooks can produce irreversible effects
    2022-02-15 09:01:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载