代码搜索:SpComm
找到约 671 项符合「SpComm」的源代码
代码结果 671
www.eeworm.com/read/384373/8874734
dpr procomm.dpr
program ProComm;
uses
Forms,
uMainComm in 'uMainComm.pas' {frmMainComm},
SPComm in 'SPCOMM\SPComm.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmMain
www.eeworm.com/read/372978/9483111
txt ccrun.com.txt
[info]
name=SPComm
ver=2005.8.2
author=LiuYang
devtool=Delphi
sn=
fullsource=1
desc=刘洋写的串口通讯组件
╔-----------------------------╗
┆ 欢迎访问 C++Builder 研究 ┆
┆ Web: http://www.ccrun.com ┆
┆
www.eeworm.com/read/174940/9567647
txt readme.txt
SPCOMM.PAS和SPCOMM.DCR是一个串口控件,请另行安装。
安装的方法是:
Component->Install Component..->[Brows],找到SPCOMM.PAS的路径。[OK]
www.eeworm.com/read/246143/12753603
txt readme.txt
SPCOMM.PAS和SPCOMM.DCR是一个串口控件,请另行安装。
安装的方法是:
Component->Install Component..->[Brows],找到SPCOMM.PAS的路径。[OK]
www.eeworm.com/read/337140/12388089
cfg project1.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/337140/12388099
dof project1.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/368058/9715200
cfg ztwh.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/238244/13900705
pas comm.pas
unit comm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmComm = class(TForm)
lbl1: TLabel;
lbl2: TLa
www.eeworm.com/read/238244/13900727
~pas comm.~pas
unit comm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmComm = class(TForm)
lbl1: TLabel;
lbl2: TLa
www.eeworm.com/read/238244/13900732
pas sendthread.pas
unit SendThread;
interface
uses
Classes,SysUtils;
type
TSendThread = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
procedur