-
ODAC6.5
odac6.5,delphi连接oracle组件(odac6.5 Delphi to connect oracle components)
- 2012-06-08 09:42:21下载
- 积分:1
-
海康威视摄像头实现程序抓图
利用海康威视的开发库,进行二次开发。实现了控制摄像头的实时抓拍功能。
- 2022-12-08 04:35:06下载
- 积分:1
-
落雪内存智能整理源代码
有兴趣的
落雪内存智能整理源代码
有兴趣的-Intelligent memory落雪collate the source code has interested
- 2023-04-14 17:50:03下载
- 积分:1
-
DELPHI from entry to master e
DELPHI从入门到精通
电子书(用超星阅读器可打开)-DELPHI from entry to master e-book (with Chaoxing Reader to open)
- 2023-06-18 05:45:05下载
- 积分:1
-
Lab3-5-1 SD_Card
Interrupt the program, this is a problem to communicate.
- 2020-06-20 06:40:02下载
- 积分:1
-
exam18_Parallel_test
用delphi编写的计算机并口测试程序,希望对用的着的朋友有帮助。(delphi parallel port)
- 2009-06-16 21:58:44下载
- 积分:1
-
with Delphi students to do a database system that can inquiries to students
用Delphi做的一个学生数据库系统,可以对学生的查询-with Delphi students to do a database system that can inquiries to students
- 2022-10-17 11:35:03下载
- 积分:1
-
Delphi API笔刷制作源码
Delphi API笔刷制作实例的源码,这个笔刷只不过比较简单,点击按钮后自动生成,而且是有规则的网格线,或许通过这个简单的笔刷,你可以学习到用Delphi制作笔刷的入门技巧,相关的代码如下:
procedure TForm1.Button1Click(Sender: TObject);
var
LogBrush:TLogBrush;
begin
LogBrush.lbStyle:=BS_HATCHED;
LogBrush.lbColor:=clRed;
LogBrush.lbHatch:=HS_DIAGCROSS;
Canvas.Brush.Handle := CreateBrushIndirect(LogBrush);
Canvas.FillRect(ClientRect);
end;
- 2022-03-30 01:57:49下载
- 积分:1
-
销售人员信息采集与查询系统。系统里面很全面,是一个不错的。...
销售人员信息采集与查询系统。系统里面很全面,是一个不错的。-xiaoshourenyuan
- 2023-03-06 00:50:04下载
- 积分:1
-
llk
实现连连看游戏的算法。采用递归的算法找实现,很参考价值。(Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.)
- 2013-08-06 12:40:25下载
- 积分:1