登录
首页 » c » 单片机控制lcd画点画线子程序集合

单片机控制lcd画点画线子程序集合

于 2023-09-07 发布 文件大小:3.57 kB
0 177
下载积分: 2 下载次数: 1

代码说明:

单片机控制lcd画点画线子程序集合,适用于肇庆金鹏ocmT280-A显示器

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

发表评论

0 个回复

  • C# 模糊文字 点击按钮文字模糊
    C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:   if (((Button)sender).BitmapEffect != null)   {    ((Button)sender).BitmapEffect = null;   }   else   {    Button MyButton = (Button)sender;    var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();    MyBlurEffect.Radius = 4;    MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;    MyButton.BitmapEffect = MyBlurEffect;   }
    2022-01-21 04:39:19下载
    积分:1
  • 基于51单片机的电力载波通信开关电路的制作资料
    基于51单片机的电力载波通信开关电路的制作资料(Making Data of Power Carrier Communication Switch Circuit Based on 51 Single Chip Microcomputer)
    2019-04-08 13:04:09下载
    积分:1
  • dw1000-datasheet-v2_translate
    UWB芯片中文文档,可辅助进行电路设计及软件编程(UWB chip Chinese document, can assist in circuit design and software programming.)
    2021-01-29 17:58:33下载
    积分:1
  • c#源程序,C#高级程序设计配书程序
    c#源程序,C#高级程序设计配书程序-c# source code, C# Senior Programmer
    2022-12-21 08:05:07下载
    积分:1
  • qjyz
    全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。(Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images. )
    2013-11-06 09:14:50下载
    积分:1
  • project
    51单片机控制SD卡,并将SD卡中的字符分割存入数组,为下一步开发做准备。(51 MCU control SD card and SD card characters split into an array, to prepare for the next development.)
    2013-04-21 21:31:08下载
    积分:1
  • Bsp
    二次b样条和三次b样条曲线画法,完全按照定义来做的,支持多个点的绘制。比贝塞尔曲线好画,贝塞尔曲线有三个点和四个点的画法,点再多就需要拟合了(B-spline quadratic and cubic b-spline curve drawing, done in full accordance with the definition of support to draw more points. Good Bibeisaier curve drawing, Bezier curve with three points and four points of the painting, we need to fit the more points)
    2016-10-17 08:30:51下载
    积分:1
  • ns2_static_routing.tar
    Static routing is very simple. Each node has a routing table where each entry has the destination and the next node. On receiving a packet, a node find the entry corresponding to the packet s destination, and forwards it to the next node. If there is no entry, the node drops the packet. That s it. While writing the static routing protocol in ns2 is easy, we have to set a routing tables at every node. This can be done by writing an external program. For example, when you generate a topology, you can set up routing table with the shortest path metric. Source codes In this project, we are going to write new source codes (static_routing_pkt.h, static_routing.h, and static_routing.cc) and new script (static.tcl), and modify existing codes (packet.h, queue.cc, ns-lib.tcl, ns-mobilenode.tcl, and ns-packet.tcl) The source codes of this project is available here.
    2015-09-27 11:42:45下载
    积分:1
  • Ribbon
    (wpf窗体继承)Ribbon ,C#写的的Ribbon 功能((Wpf form inheritance) Ribbon, C# function written in the Ribbon)
    2013-08-20 10:21:36下载
    积分:1
  • 28335_CODE_CCS5.5
    说明:  DSP例程,包含头文件,不包括CCS源程序,需要自己下载(DSP routines, including header files)
    2020-06-23 15:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载