登录
首页 » Delphi » delered

delered

于 2020-06-17 发布 文件大小:326KB
0 419
下载积分: 1 下载次数: 0

代码说明:

  删除药易通中的红字单据,可删除日期范围内的(Delete the Red Letter Documents of Yaotong)

文件列表:

Unit1.ddp, 51 , 2019-05-27
Unit1.dfm, 4996 , 2019-05-27
Unit1.pas, 7454 , 2019-05-23
delered.cfg, 434 , 2017-10-31
delered.dof, 2014 , 2017-10-31
delered.dpr, 187 , 2017-10-31
delered.exe, 828928 , 2019-05-25
Unit1.dcu, 13320 , 2019-05-23

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

发表评论

0 个回复

  • ClipboardMonitor
    一些关于放大缩小的简单应用实例代码 基于VS2013平台,有关ARCENGINE(Some simple application example codes about zooming in and out are based on VS2013 platform, about ARCENGINE)
    2020-06-25 11:40:01下载
    积分:1
  • 《小白学SAS》书中配套程序
    《小白学SAS》配套材料适读人群 :SAS用户,统计、数据分析领域的相关工作人员(sas course, Readable population: SAS users, relevant staff in the field of statistics and data analysis)
    2020-06-18 04:00:01下载
    积分:1
  • 运放设计的一些注意点,如何实际一个稳定的运放的一些小技巧...
    运放设计的一些注意点,如何实际一个稳定的运放的一些小技巧-OPAMP design point some attention to how real a stable OPAMP some tips
    2022-02-13 23:16:07下载
    积分:1
  • python-2.6
    python软件下载,最新的python软件,好用,里面的内容协议都是最新的。(python software download, latest python software, easy to use, the contents of which are the latest agreement.)
    2021-05-13 21:30:02下载
    积分:1
  • GA
    说明:  使用遗传算法解决空战火力分配问题,是一种最基本的算法(Solving Air Combat Firepower Allocation Problem by Using Genetic Algorithms)
    2019-04-14 14:45:21下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 这是搜集的TIME评选出了08年50个最棒的网站
    这是搜集的TIME评选出了08年50个最棒的网站-This is a collection of TIME selected the 50 best in 2008 website
    2022-06-03 06:19:54下载
    积分:1
  • PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)
    PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)-PKU ACM 1007 source code, and reverse time complexity of the algorithm control in O (n)
    2023-03-15 11:40:03下载
    积分:1
  • rpexe
    ldpc码的编解码实现,可以动态调节运行环境的参数,可直接计算得到多重分形谱。( Codec ldpc code implementation Can dynamically adjust the parameters of the operating environment, It can be directly calculated multi-fractal spectrum.)
    2017-05-09 14:50:45下载
    积分:1
  • Lobe Segmentati
    一篇经典的肺叶自动分割的论文,很值得学习(A classic paper on automatic segmentation of lobes)
    2017-09-06 08:46:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载