-
用Delphi播放AVI文件
用Delphi播放AVI文件,AVI是一种视频格式,其实在Windows系统中,有很多的AVI小视频,用于实现Windows窗口中的小动画效果,在很多时候,我们可以借助播放AVI视频来实现窗体上的一些动画效果,比如Loading进度条、Office助手等。
- 2023-03-12 02:55:04下载
- 积分:1
-
外籍人税金计算
说明: 外籍人根据工资计算税金的公式,2018年的计算公式(about foreign salary set fro 2018 year)
- 2020-06-22 07:40:02下载
- 积分:1
-
酒店管理系统1
以学习为目的,使用DIPH开发而成,功能强大,是我们的老师提供的!(for the purpose of learning to use DIPH was developed, powerful, we are the teachers!)
- 2005-01-07 04:01:49下载
- 积分:1
-
Delphi 文件拖放获取路径实例
Delphi 文件拖放获取路径实例,用文件拖放的方式打开文件,本实例中虽然没有打开文件,但是获取到了文件路径,因此你就可以依此功能扩展成打开文件的功能。
实现方法使用了shellAPI,将Form1注册为文件拖放接收控件,说请请下载该源码。
- 2022-09-12 19:45:03下载
- 积分:1
-
delphi写的串口rfid读卡器源码
用delphi编写的rfid读卡器程序,支持epcc1-g2和18000-6b,囊括了所有操作,对于进行rfid开发的人,应该有很大的帮助
- 2023-08-20 00:25:04下载
- 积分:1
-
Delphi 应用程序背景与桌面融合在一起
Delphi 应用程序背景与桌面融合在一起,运行后,显示windows 桌面上的内容,显示壁纸,拖动窗口移动,桌面背景并不移动,好像是一个桌面相框一样,实现代码:
for i:=0 to ControlCount-1 do
if Controls[i] is TGraphicControl then
begin
//使TLabel组件不透明显示
Controls[i].perform(WM_PAINT, TLabel(Controls[i]).canvas.handle, 0);
end;
- 2022-02-02 23:31:59下载
- 积分:1
-
53607944driver
一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点,
这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序),
DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。(One of the most simple driver, just like other executable programs, each driver has one entry point,
This is when the driver is loaded into memory the first to be called when the driver entry point is DriverEntry process (Note: The procedure is routine),
DriverEntry This name is just a marker only, you can name it in any other name- as long as it is the entry point on the list.)
- 2009-10-27 19:18:16下载
- 积分:1
-
llk
实现连连看游戏的算法。采用递归的算法找实现,很参考价值。(Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.)
- 2013-08-06 12:40:25下载
- 积分:1
-
1000ylogin-登录器源码
说明: 千年登录器源码 网上资源 有兴趣的可以看看(Millennium Logger Source Online Resources)
- 2020-06-16 14:20:02下载
- 积分:1
-
RotatePic
本实例显示的是Delphi环境下的图片显示效果,可实现图片的翻转显示效果,代码清晰,适合初学者,有兴趣的朋友可以下载一下。(This example shows the Delphi environment, the picture display can be flipped to achieve image display, code clarity, suitable for beginners, are interested in what a friend can be downloaded.)
- 2009-10-20 16:06:14下载
- 积分:1