摘要: delphi是一种具有强大功能的编程语言,用它可以轻松创建任何一种数据库应用程序。将3ds动画文件。flc分解后,按先后顺序存于delphi提供的graphics数据类型中,通过读取graphics类型的图形数据,在窗口中实现动画效果。
1.将dos分解的图片存于数据库中
(1)进入3ds的keyframe模块,在output选项中选择.bmp类型的文件。将图形文件全部存于同一目录......
摘要:秦志强
一、 引言
进入90年代以来,分布式组件对象标准极大地推动了以异构环境下协同工作为目标的虚拟环境研究。当今国际上已有三大分布式组件对象标准:一个是omg组织推出的corba,即公共对象请求代理结构;一个是微软公司推出的dcom,即分布式组件对象模型;还有一个是sun公司推出的用java语言开发开发的分布对象模型rmi,即远程方法激活。在三种分布式组件标准中,corba标准在结构......
得到已安装的应用程序列表procedure tform1.button1click(sender: tobject);
【程序编程相关:
在Delphi中创建的简单的Excel报】 【推荐阅读:
delphi7的新特性
】
const clave = 【扩展信息:
如何把数据输入到excel特定的表格中
】
\software\microsoft\windows\currentversion\uninstall;
var
reg : tregistry;
lista : tstringlist;
lista2 : tstringlist;
i,n : integer;
begin
{creamos cosas temporales}
{create temporal things}
reg := tregistry.create;
lista := tstringlist.create;
lista2 := tstringlist.create;
{cargamos todas las subkeys}
{load all the subkeys} ...
下一页 摘要:例子如下:// delphi
program del;
uses shellapi;
{ 利用shellapi中: function shfileoperation(const lpfileop: tshfileopstruct): integer; stdcall; }
var t:tshfileopstruct;
p:string;
begin
p:=c:\windows\system\......