登录
首页 » Delphi » 自定义LED字体效果

自定义LED字体效果

于 2020-06-25 发布 文件大小:204KB
0 266
下载积分: 1 下载次数: 0

代码说明:

  通过加截特殊字符,自定义LED字体效果,内附LED字体文件,可直接运行(Custom LED font effect)

文件列表:

DS-DIGIB.TTF, 24896 , 1999-02-01
Project1.cfg, 386 , 2014-02-24
Project1.dof, 1859 , 2014-02-24
Project1.dpr, 188 , 2014-02-24
Project1.exe, 381440 , 2014-03-03
Project1.res, 876 , 2014-02-24
TEXASLED.TTF, 22192 , 1997-11-07
Unit1.dcu, 5283 , 2014-03-03
Unit1.ddp, 51 , 2014-03-03
Unit1.dfm, 1350 , 2014-03-03
Unit1.pas, 1423 , 2014-03-03
Candcu.ttf, 50368 , 1997-06-23

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

发表评论

0 个回复

  • PMV_ppd
    预测平均评价,PMV、ppd计算程序,matlab版,精确(Predicted Mean Vote,PMV, ppd calculation procedures, matlab version, precise.)
    2018-04-18 18:01:55下载
    积分:1
  • 1
    一款基于HTML5/CSS3的3D环形图片墙,该HTML5图片特效是一面3D立体的墙,墙上贴着一些图片,墙体在不停的旋转移动。鼠标滑过图片时,图片墙即停止转动,并将选中的图片放大(A 3D ring picture wall based on HTML5 / CSS3. The HTML5 image special effect is a 3D three-dimensional wall, with some pictures attached to the wall, the wall is constantly rotating and moving. When the mouse slides over the picture, the wall of the picture stops rotating and the selected picture is enlarged.)
    2018-08-14 09:23:14下载
    积分:1
  • jianpan-shumaguan
    lpc2103嵌入式的键盘、数码管混合程序编写,有图有仿真(lpc2103 embedded keypad, digital hybrid programming, there are pictures and Simulation)
    2013-08-18 09:59:30下载
    积分:1
  • 并网仿真
    单相逆变并网电路的主电路与控制电路的 simulink 拓扑结构图, 主电路由直流源、 mosfet 全桥、 LC 无源滤波器、 负载 R1、 R2 组成, 其中 R1 为 恒定负载, R2 为仿真负载突变并入的。 控制电路为 SPWM 闭环调制, 通过检测输出端的电压有效值通过 PI 控制器反 馈回控制端使输出电压尽可能为一个优质的正弦波且有效值在 220V 左右, 频率 为 50Hz, 根据相关准则输出电压波形 THD 应在 5%以内。(The Simulink topology of the main circuit and the control circuit of the single-phase inverter grid connected circuit, The main circuit is composed of DC source, MOSFET full bridge, LC passive filter, load R1 and R2, wherein R1 is The constant load, R2, is incorporated into the simulation load mutation. The control circuit is SPWM closed loop modulation, and the effective value of the output voltage is detected through the PI controller The feed back control makes the output voltage as high as possible a sine wave, and the effective value is about 220V, frequency For 50Hz, the output voltage waveform THD shall be within 5%, according to the relevant guidelines.)
    2017-10-10 19:52:06下载
    积分:1
  • Forouzan slide Datacommunication and networking
    Forouzan slide Datacommunication and networking
    2022-10-04 22:05:05下载
    积分:1
  • : ASP的反编码工具编码程序步骤一:将程序的代码拷贝到文本框中,然后选择好类型,比如说 .asp的,html类型的文件是不需要编码的,所以没有任何改动。步骤二...
    : ASP的反编码工具编码程序步骤一:将程序的代码拷贝到文本框中,然后选择好类型,比如说 .asp的,html类型的文件是不需要编码的,所以没有任何改动。步骤二:将生成的代码拷贝下来,保存好文件即可。编码程序步骤一:将编码过的程序代码拷贝到文本框中,然后点《反编码》即可出现源码,然后将第一行的的代码删除即可。步骤二:Ctrl+c Ctrl+v ...... -: ASP coding tools of the anti-coding a procedural steps : procedure code to copy the text box and then select the right type, for instance. Asp, html type of document coding is not necessary, so no changes. Step 2 : Generation copy down the code, save the file. Coding a procedural steps : encoding over the code to copy text box, and then "anti-coding" can arise source, and then the first line of code can be deleted. Step 2 : Ctrl c Ctrl v ......
    2023-02-10 05:30:03下载
    积分:1
  • AdaptiveFiltersJmin
    Jmin for adaptive filter
    2019-05-31 00:42:39下载
    积分:1
  • 走迷宫
    小游戏,为了增加游戏乐趣可修改游戏时间限制(Game, can modify the game time limit)
    2020-06-21 05:40:02下载
    积分:1
  • C# 设置屏幕分辨率
    C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:   long RetVal = 0;   DEVMODE dm = new DEVMODE();   dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));   dm.dmPelsWidth = dWidth;//宽   dm.dmPelsHeight = dHeight;//高   dm.dmDisplayFrequency = 85;//刷新率   dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;   RetVal = ChangeDisplaySettings(ref dm, 0);
    2023-03-16 15:00:04下载
    积分:1
  • 毕设代码)
    毕业设计动态多目标优化SGEA算法,可以有效解决多目标优化问题。(Dynamic multi-objective optimization SGEA algorithm for graduation design can effectively solve multi-objective optimization problems.)
    2021-05-06 23:58:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载