-
一个经典的读写Excel的控件,对于使用Excel 开发很有帮助
一个经典的读写Excel的控件,对于使用Excel 开发很有帮助-A classic to read and write Excel controls, for the use of Excel to develop useful
- 2023-01-18 12:50:03下载
- 积分:1
-
Morphine2.7GUI
说明: advanced executable protector
- 2020-08-17 10:24:42下载
- 积分:1
-
HexToBin_DSP
一个将DSP专用的HEX文件转换为BIN文件的工具,用delphi编写的源码。即可作为工具,也可以作为源码学习之用。(A DSP dedicated HEX file conversion tool for BIN files, using Delphi to prepare the source code can be used as a tool, can also be used as a source of learning.)
- 2021-04-17 20:58:53下载
- 积分:1
-
To explain the basics of databases and a variety of techniques and methods of op...
数据库的基础知识讲解和各种数据库的操作技巧和方法应用-To explain the basics of databases and a variety of techniques and methods of operation of the database application
- 2022-05-26 10:48:43下载
- 积分:1
-
delphi的第三方界面开发组件,美化界面效果
delphi的第三方界面开发组件,美化界面效果-third-party interface development delphi components, to beautify the interface effect
- 2022-04-27 11:58:04下载
- 积分:1
-
Unit1
delphi访问mysql,从mssql转移数据到mysql(Delphi accesses MySQL and transfers data from MSSQL to MySQL)
- 2020-06-25 21:20:01下载
- 积分:1
-
mppz
In matlab can do MPPZ with notchblook and indefeed hyporeness.
- 2010-06-19 06:30:33下载
- 积分:1
-
Delphi判断双字节字符的例子
Delphi判断双字节,用法简单,在窗口输入框中输入字符串,单击按钮即可,程序会判断出是否包含有双字节字符,判断方法请看下边的代码段:
s := Edit1.Text;
i := 0;
while i begin
if (ByteType(S,i) mbSingleByte) then
begin
s1 := s1+ copy(s,i,2)+;
i := i+2;
end
else
i:= i+1;
end;
label2.Caption := trim(s1);
- 2022-07-24 15:06:09下载
- 积分:1
-
Delphi-compiler-error-Chinese-manual
Delphi compiler error Chinese manual
- 2013-11-06 21:19:45下载
- 积分:1
-
FIND
这个Delphi 4.0的例子使用了MapX3.0版本的OCX控件,主要的目的是显示怎样使用新的查找选项.(This Delphi 4.0 example uses the MapX Ver 3 OCX Control. The main goal of this example is to show how to use the new find option that was added to the MapX Ver 3.51 OCX. )
- 2009-03-16 14:49:25下载
- 积分:1