-
Delphi 计算1到10之间的奇数和【源码】
Delphi 推荐到奇数,并计算1到10之间的奇数求和,这是个简单的数学问题,数学水平高,写出这种小程序并不难,趁机把代码帖出来吧:
procedure TForm1.Button1Click(Sender: TObject);
var
i,j:integer;
begin
j:=0;
For i := 1 to 10 do
begin
if i mod 2 =0 then
Continue;
j := j+i;
Edit1.text := IntToStr(j);
end;
end;
- 2023-02-23 03:45:04下载
- 积分:1
-
单OPC Delphi客户端
Simpke opc delphi client
- 2022-07-18 03:24:16下载
- 积分:1
-
1
说明: 关于matlab和delphi的接口的描述文档,建议学习此混合编程的人看看。(On matlab and delphi interface description document, the proposed study were to see this mix of programming.)
- 2010-08-26 13:52:08下载
- 积分:1
-
Memory management procedures, functions and FASTMM similar, PLEASE NOTE: There a...
内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the
memory manager code natively compiled into your EXE or you can use
an included external DLL which will allow you to share memory across
multiple DLLs with one central place for memory management. Using the DLL
allows your application to share strings, and serves the same purpose
as the ShareMem unit included with Delphi. BigBrainShareMem.dll should
be 100% compatible with the DelphiMM.dll and could even simply be renamed
to DelphiMM.dll to simplify deployment.-Memory management procedures, functions and FASTMM similar, PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory acrossmultiple DLLs with one central place for memory management. Using the DLLallows your application to share strings, and serves the same purposeas the ShareMem unit inc
- 2022-10-25 22:25:02下载
- 积分:1
-
指纹开发源代码
中控指纹delphi开发实例,完成了指纹采集,数据库指纹模块保存和比对
(In the control fingerprint the delphi developers instances, complete fingerprint acquisition, the database fingerprint module save and comparison)
- 2022-10-15 02:05:03下载
- 积分:1
-
动态红绿灯控件,可变化红率黄颜色。用于网络或串口通讯的数据收发指示,是极好的编程控件。...
动态红绿灯控件,可变化红率黄颜色。用于网络或串口通讯的数据收发指示,是极好的编程控件。
- 2022-05-12 15:51:40下载
- 积分:1
-
delphi图像浏览显示控件
delphi 图像显示控件,可放大、拖动浏览。
- 2022-08-15 03:19:09下载
- 积分:1
-
基于Internet的利用IIS实现系统的自动更新程序
基于Internet的利用IIS实现系统的自动更新程序-Based on Internet use IIS realize the system automatically updates
- 2022-04-25 17:21:46下载
- 积分:1
-
Proficient OCX project framework. Txt, detailed introduction delphi working envi...
精通OCX工程构架.txt,详细介绍delphi工作环境下,制作ocx控件的方法。-Proficient OCX project framework. Txt, detailed introduction delphi working environment, production ocx control method.
- 2022-02-03 03:54:08下载
- 积分:1
-
Tips2008
Delphi source code APLICATION
- 2016-05-01 00:23:05下载
- 积分:1