• 手机扫描二维码

    利用手机的摄像头,扫描识别二维码,对二维码图片能触屏缩放。delphi xe10制作,在华为荣耀9安装使用成功。

    3
    179
    62.95MB
    2019-01-20
    9
  • 识别二维码(简化)

    识别电脑桌面上出现的二维码。using System; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using ZXing.QrCode; using ZXing; using ZXing.Common; using System.Runtime.InteropServices;

    0
    450
    391KB
    2018-11-05
    10
  • 识别二维码

    能将电脑桌面上出现的二维码进行识别。 using System; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using ZXing.QrCode; using ZXing; using ZXing.Common; using System.Runtime.InteropServices;

    0
    367
    400KB
    2018-11-03
    12
  • 二维码识别

    能识别含有二维码的图片(*.bmp格式),把内容显示出来。平台windows 7,32位+delphi xe8。参考前辈的代码修改而成。

    0
    136
    7MB
    2018-08-06
    10
  • 将Excel嵌入窗体上

    将Excel嵌入窗体上。unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, ExtCtrls; type TForm1 = class(TForm) Edit1: TEdit; Panel1: TPanel; OpenDialog1: TOpenDialog; Button1: TButton;

    5
    426
    325KB
    2015-02-14
    50
  • delphi对Excel添加宏并运行

    delphi对Excel添加宏并运行 implementation uses VBIDE2000; {$R *.dfm} ... FExcelApplication.Visible[0] := True; FExcelApplication.Run('MyMacro');

    5
    400
    386KB
    2015-02-14
    50
关注 私信
上传资源赚积分or赚钱