-
USBDeviceDemo
读取USB设备信息,对USB设备操作:Disable,enable,restart,eject等(Read USB device information, the USB device operation: Disable, enable, restart, eject, etc.)
- 2021-03-07 14:49:30下载
- 积分:1
-
assembler_in_delphi
assembler in delphi 81 pages.
- 2009-09-29 08:20:30下载
- 积分:1
-
Scripter.Studio.4.6.1
TMS.Scripter.Studio.4.6.1.for.Delphi.5-XE.BCB.全部源码。本人只上传源码,杜绝dcu(TMS.Scripter.Studio.4.6.1.for.Delphi.5-XE.BCB.Full.Source
Suite of components to add scripting capabilities to your applications,
including Pascal & Basic scripting engines, Pascal & Basic syntax highlighting memo
and script debug tools.
)
- 2020-12-14 15:29:15下载
- 积分:1
-
ACCESSE和Excel之间的数据互换
ACCESSE和Excel之间的数据互换-ACCESSE and Excel data exchange between the
- 2022-01-25 17:13:57下载
- 积分:1
-
通过delphi源码介绍给你如果实现焦点不在的热键响应
通过delphi源码介绍给你如果实现焦点不在的热键响应-Delphi source code through the introduction to the focus if you do not realize the hot-key response
- 2023-08-11 14:00:03下载
- 积分:1
-
Delphi 图片颜色逐渐加深功能的实现
Delphi演示如何将一张图片的颜色加深,类似于调整对比度,不过本效果不加入了渐变加深的动画效果,按住按钮图片一直变暗下去,要知空间,你可看下以下代码:
Bitmap:=image1.Picture.Bitmap;
image1.Height:= Bitmap.Height;
image1.Width:= Bitmap.Width;
for i:=0 to 255 do
begin
sleep(10);
for y:=0 to Bitmap.Height-1 do
begin
pixcolo:=Bitmap.Scanline[y]; //扫描每行像素颜色
for x:=0 to ((Bitmap.Width*3)-1) do
//递减颜色值,不同的递减值可改变不同的速度
if pixcolo[x]>0 then pixcolo[x]:=(pixcolo[x]-1);
end;
Image1.Canvas.Draw(0,0,Bitmap);
Application.ProcessMessages; //让Application去处理消息队伍中的消息
end;
- 2022-03-23 16:34:19下载
- 积分:1
-
tinyweb
Delphi写的一个简单webServer(A simple webserver writed by delphi)
- 2020-10-21 02:47:24下载
- 积分:1
-
Delphi DLL封装和面向对象技术的使用。rar
Delphi中的DLL封装和调用对象技术.rar-Delphi DLL package and the use of object technology. Rar
- 2022-04-24 19:27:26下载
- 积分:1
-
utils_3_0
OPEN XML UTILITIES LIBRARY README
=================================
For installation instructions see the INSTALL.txt file.
Folders
-------
doc: Documentation
packages: Delphi for Win32 (Delphi 4+) and for .NET
(Delphi 2005+) packages
sources: Delphi for Win32 and for .NET sources
Win32-examples: Sample projects for Delphi for Win32
Compiler Conditionals for .NET development
------------------------------------------
The dkCodecUtilsRTL unit declares two platform specific class
functions: TEncodingRepository.CreateCodecForSystemEncoding and
TEncodingRepository.SystemEncodingName. This functions work
only on Windows operating systems. If you are planning to use
the Utilities Library on other operating systems (for example
with Mono under Linux or Mac OS) you should compile it without
this functions. This can be accomplished by defining an ALL_OS
compiler conditional symbol using one of the following methods:
- 2019-05-14 16:16:08下载
- 积分:1
-
C++Builder6下的一个生产管理系统,对于学习C++的朋友有相当大的帮助,此软件在C++BUilder6下开发,没有用到别的控件...
C++Builder6下的一个生产管理系统,对于学习C++的朋友有相当大的帮助,此软件在C++BUilder6下开发,没有用到别的控件-C Builder6 under a production management system for learning C friends is a big help, the software in C BUilder6 under development, did not use the other controls
- 2023-02-02 20:35:04下载
- 积分:1