-
genetic simulated annealing definitive source given population size, population,...
遗传模拟退火算法通用源程序
给定群体规模,群体,种群,初始温度-genetic simulated annealing definitive source given population size, population, population, the initial temperature
- 2022-07-15 02:33:16下载
- 积分:1
-
本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序”的主题。...
本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序”的主题。-this book theory with practice, discussion of the "how to use Delphi object-oriented programming methods, and the building of good design procedures" theme.
- 2022-04-06 19:30:12下载
- 积分:1
-
Chat-l33t
SAMPLE CHAT IN DELPHI
- 2013-05-09 02:42:21下载
- 积分:1
-
delphi操作sqlite,无线电考试A级联系题程序。
delphi操作sqlite,无线电考试A级联系题程序。可以自定义题库,可以过滤一定会的题。
- 2023-03-03 04:15:04下载
- 积分: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做的考试系统,加入与word和excel的连接
delphi做的考试系统,加入与word和excel的连接-The examination system delphi to include word and excel connection
- 2022-05-26 09:21:25下载
- 积分:1
-
这是一个C++Builder类,集成了对EXCEL进行访问并写数据, 里面有多个对excel 指定行列修改的函数,使用起来很方便,...
这是一个C++Builder类,集成了对EXCEL进行访问并写数据, 里面有多个对excel 指定行列修改的函数,使用起来很方便,-This is a C++ Builder category, integration of EXCEL to visit and write data, which has more than specified on the ranks of the revised excel function, easy to use,
- 2023-02-17 05:55:03下载
- 积分:1
-
memo
让memo得不到焦点,做说明的时候用用吧,练习作品!(Let memo is not the focus, do note, when used with bar, exercise works!)
- 2010-01-05 01:13:45下载
- 积分:1
-
SPCOMM通讯测试,双串口同时与单片机系统通讯
SPCOMM通讯测试,双串口同时与单片机系统通讯-SPComm communications test, dual serial communication with the single-chip microcomputer system
- 2022-01-27 09:07:22下载
- 积分:1
-
00
隐藏显示任务栏的Delphi源代码,编程学习源码,很好的参考资料。(Hide Show taskbar Delphi source code, programming learning source, a good reference.)
- 2014-02-23 21:46:13下载
- 积分:1