Welcome![Sign In][Sign Up]
Location:
Search - pas

Search list

[Windows Developgui_TestAES

Description: GUI.rar: AES.pas EIAES.pas AES 加密 支持 128 / 192 / 256 位的密匙 默认情况下按照 128 位密匙操作 -GUI.rar : AES.pas EIAES.pas AES encryption support 128 / 192 / 256 of the key cases in accordance with the default 128 key operation
Platform: | Size: 11121 | Author: 周大宝 | Hits:

[JSP/Javazbird_DirTree_v1

Description: 这个程序的基础框架部分是我在玩OOP玩得走火入魔的时候写的(当然那个时候是有意要走火入魔的了:-)。当时本来是想做一个光盘目录管理之类的东西,不过后来发现工作量太大了,这个工程被我给永久的Hibernate了。 总是觉得一些半成品放在硬盘上未免有些可惜,这些代码对一些初学OOP的朋友来说或许还会有些用。想想还是简单的改改发布好了。 虽然当时对OOP走火入魔,在设计的过程中存在很严重的过度设计。不过就现在发布这些代码来说设计还算是合理的了。 在程序对程序目录的处理过程中,最初是使用的XML文件进行处理,后来改成了自定义格式,再到现在直接将目录保存到文本中。在更换处理方式的时候,对目录进行遍历的uMakeCD.pas一直未修改过,而在对目录进行保存的时候只是对接口的具体实现进行了相应的修改而已。 -this procedure part of the basic framework is playing OOP farthest extremes of writing (of course, that time is intended to extremes of the :-). When originally wanted to do a CD-ROM directory management things like, but later found the workload too much, I of this project was to a permanent Hibernate. Always think on some semi-finished drives it is really a pity that some of the code of learning OOP friends perhaps also of some use. Consider a simple change or change a good release. Although the OOP obsessions, in the process of designing the existence of a very serious over-design. But on releasing the code run design contests are reasonable in the past. The procedure for directory of the process, the initial use of XML document processing, and later changed since the definition formats,
Platform: | Size: 32373 | Author: oliver | Hits:

[Other resource关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \\ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto - TLB.pas document, which will just a VTxtAuto - TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7931 | Author: 章称 | Hits:

[ADO-ODBCOdsApi20051017

Description: 开放数据服务接口单元文件, 转换VC6和VC7下的srv.h等头文件为pas文件,方便Delphi编写SQL Server的扩展存储过程. -open data service interface modules, switch VC6 and VC7 srv.h the first such document pas paper to facilitate the preparation of Delphi SQL Server extended stored procedures.
Platform: | Size: 56169 | Author: 西南三少 | Hits:

[Other将数据导出到WPS 2005表格 1.0

Description: 软件简介:一个导出数据到wps表格的例子。其中WPSInterInface目录下的*lib.pas文件使用delphi的工具制作。由于WPS的三个组件:文字、表格、演示有些接口的名称是一致的,这样在delphi的同一个单元中使用将比较麻烦,所以我写了uWPSTypeDef.pas文件来转换类名。-software description : a derived data to wps forms example. Which WPSInterInface * Contents of the document uses delphi lib.pas tool production. Because WPS three components : text, spreadsheet, and presentation of names of some interfaces are identical, so in the same delphi use of a unit to a more trouble, so I wrote a paper uWPSTypeDef.pas to change class name.
Platform: | Size: 266424 | Author: 思沃琪 | Hits:

[WinSock-NDIS多IP地址显示

Description: 显示某域名所对应的IP地址,并可显示自身的Pas源代码。-that a particular domain name corresponding IP addresses, would show their own Pas source code.
Platform: | Size: 10036 | Author: 王志 | Hits:

[Other resource2004042709511

Description: 文具仓库管理系统2.0(源码)delphi+access main in Main\\main.pas {FrmMain}, Login in Login\\Login.pas {FrmLogin}, Logo in Login\\Logo.pas {FrmLogo}, Global in Share\\Global.pas , BaseSetup in BaseSetup\\BaseSetup.pas {FrmBaseSetup}, dm in Share\\dm.pas {DM_Wjckgl: TDataModule}, About in Help\\About.pas {FrmAbout}, InputGoods in Input\\InputGoods.pas {FrmInputGoods},-stationery Warehouse Management System 2.0 (FOSS) delphi main access in Main \\ FrmMain main.pas (), Login in Login \\ FrmLogin Login.pas (), in Login Logo \\ FrmLogo Logo.pas (), in Global Share \\ Global.pas, BaseSetup in BaseSetup \\ FrmBaseSetup BaseSetup.pas (), dm in Share \\ (DM_Wjckgl dm.pas : TDataModule), in About Help \\ FrmAbout About.pas (), InputGoods in Input \\ (FrmInputGoods InputGoods.pas ).
Platform: | Size: 1445485 | Author: ycq | Hits:

[Compress-Decompress algrithmsDelphiZLib.123

Description: The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it was more correct to rename my unit and force developers to have to update their code than to make developers worry about the possible file contention in delphi 6 and 7.-The zlibex.pas unit included in this Archi ve will work with Delphi 5, 6, and 7. if you previously downloaded my delphi five u nit. you will notice that the unit has been renamed. t his was done because borland included in its del Delphi 6 and 7 lib directories zlib.dcu a file and i f ELT it was more correct to rename my unit and forc e developers to have to update their code than to make developers worry about the possible file c delphi ontention in 6 and 7.
Platform: | Size: 191737 | Author: 江焱风 | Hits:

[Windows DevelopDFM2PAS

Description: DFM2PAS,源码级的转化工具,dephi窗体中的 dfm转化为pas-DFM2PAS, source-level conversion tools, dephi forms of dfm into pas
Platform: | Size: 69689 | Author: wk | Hits:

[Compress-Decompress algrithmsSPLAY

Description: The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info. -The program is a pascal to C translati on of a program that Kim Kokkonen wrote in Turbo P Akam to implement Splay Trees. This program co mpresses and decompresses files, and does a pretty good job of it. Contents : TP SPLAY.PAS Original source code SPLAY.C Tran slation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are loo king at it Read the comments at the beginning of S PLAY.C for more info.
Platform: | Size: 4670 | Author: 王子秋 | Hits:

[DirextXdirectx7_delphi源码

Description: 使用delphi编写directx 3d 7程序时,要包含的.pas文件,其中包括了Directx3d.pas,directxsetup.pas,directxinput.pas,directxmusic.pas等单元文件 -prepared using DirectX 3d seven procedures, to include the. Pas, including Directx3d.pas, directxsetup.pas. directxinput.pas, directxmusic.pas document modules
Platform: | Size: 702750 | Author: 李军耀 | Hits:

[Delphi VCLFastFileStream.pas

Description: 改进版的FileStream,比标准的TFileStream快不少, 可以用于大文件的快速读取。-improved version of the FileStream than standard TFileStream lot faster, can be used for large files fast read.
Platform: | Size: 1516 | Author: 方日文 | Hits:

[Other resourcepicpas_src

Description: PIC 单片机 PAS SOURCE CODE SAMPLES-PIC PAS SAMPLES SOURCE CODE
Platform: | Size: 303318 | Author: dong | Hits:

[Otherpascal2c

Description: 一个linux下的pas转c工具,对阅读源代码又好处,大家-a switch under the pas c tool for reading the source code also benefits, we look at!
Platform: | Size: 485279 | Author: 吴疆 | Hits:

[Graph programGraphicEx87

Description: 说明:GraphicEx.pas文件使得TImage支持30多种图象格式,有TIFF images(*.tif *.tiff), SGI images(*.bw, *.rgb, *.rgba, *.sgi), ZSoft Paintbrush images(*.pcx, *.pcc), Kodak Photo-CD images(*.pcd), CompuServe images(*.gif), Photoshop images(*.psd, *.pdd), Paintshop Pro images (*.psp), Portable network graphic images (*.png), bitmap images(*.bmp, *.rle, *.dib), Portable pixel/gray map images(*.ppm, *.pgm, *.pbm)等等。 -: GraphicEx.pas document makes TImage support more than 30 image formats. a TIFF images (*. tif *. tiff), SGI images (*. bw. *. rgb, *. rgba, *. sgi) ZSoft Paintbrush images (*. ai, *. PCC), Kodak Photo-CD images (*. PCD), CompuServe images (*. gif), Photoshop images (*. psd, *. both), Paintshop Pro images (*. psp) Portable network graphic images (*. png). bitmap images (*. bmp, *. eps, and *. Freehand), Portable pixel / gray map images (*. ppm. *. pgm, *. pbm), and so on.
Platform: | Size: 937389 | Author: 宋枫雅 | Hits:

[Windows Developcyysj_2005101511719

Description: AnsiLowerCase 函数 将字符转换为小写 首部 function MidStr(const AText: string const AStart, ACount: Integer): string $[StrUtils.pas 功能 返回字符串AText从AStart开始的ACount个字符 说明 其实就是Copy 参考 function System.Copy 例子 Edit3.Text := MidStr(Edit1.Text, SpinEdit1.Value, SpinEdit2.Value) -AnsiLowerCase function will be converted to lowercase characters first function Mid Str (const AText : string const AStart, ACount : Integer) : string $ [StrUtils.pas functions return a string from AStart open AText before the ACount characters illustrate is the Copy function reference System.Co py example Edit3.Text : = MidStr (Edit1.Text. SpinEdit1.Value, SpinEdit2.Value)
Platform: | Size: 344918 | Author: 寻小小 | Hits:

[OpenGL programGraphicEx.v9.9

Description: GraphicEx is an addendum to Delphi s Graphics.pas in order to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for image browsing and editing purposes as long as you don t need to save images. Currently only TTargaGraphic also supports saving an image-GraphicEx is an addendum to Delphi s Graphi cs.pas in order to enable your application to lo ad many common image formats. This library is pr imarily designed to load images as background ( buttons, forms, toolbars) and textures (DirectX. OpenGL) or for image browsing and editing purpo ses as long as you don t need to save images. Curre ntly only TTargaGraphic also supports saving a n image
Platform: | Size: 412406 | Author: hfb | Hits:

[Other resourcetvAPIThing

Description: tvAPIThing.pas 的编译资料-tvAPIThing.pas compile information
Platform: | Size: 6350 | Author: 万迎春 | Hits:

[Communicationxiao_qu_bao_biao

Description: program kehuji uses Forms, Unit1 in ..\\zxc\\Unit1.pas {Form1}, Unit2 in ..\\zxc\\Unit2.pas {Form2}, Unit3 in ..\\zxc\\Unit3.pas {Form3}, Unit4 in ..\\zxc\\Unit4.pas {Form4} // Unit3 in C:\\Program Files\\Borland\\Delphi7\\Projects\\Unit3.pas {Form3}, // Unit4 in C:\\Program Files\\Borland\\Delphi7\\Projects\\Unit4.pas {Form4} {$R *.res} begin Application.Initialize Application.CreateForm(TForm1, Form1) Application.CreateForm(TForm2, Form2) Application.CreateForm(TForm3, Form3) Application.CreateForm(TForm4, Form4) // Application.CreateForm(TForm3, Form3) // Application.CreateForm(TForm4, Form4) Application.Run end.-program kehuji uses Forms, Unit1 in .. \\ zxc \\ Form1 Unit1.pas (), Unit2 in .. \\ zxc \\ Form2 Unit2.pas (), Unit3 in .. \\ zxc \\ Form3 Unit3.pas (), Unit4 in .. \\ zxc \\ Form4 Unit4.pas () / / Unit3 in C : \\ Program Files \\ Borland \\ Delphi7 \\ Projects \\ Form3 Unit3.pas (), / / in C Unit4 : \\ Program Files \\ Borland \\ Delphi7 \\ Projects \\ Unit4.pas Form4) (($ R *. res) begin Applicatio n.Initialize Application.CreateForm (TForm 1, Form1) Application.CreateForm (TForm2. Form2) Application.CreateForm (TForm3. Form3) Application.CreateForm (TForm4. Form4) / / Application.CreateForm (TForm3. Form3) / / Application.CreateForm (TForm4. Form4) Application.Run end.
Platform: | Size: 1078784 | Author: ss | Hits:

[TreeViewDuZheDL

Description: 直接将扩展名改为.pas即可使用,是一个关于登录的pas源码。-directly to the extension changed. Pas can use, is a Sign of the pas source.
Platform: | Size: 1375 | Author: 李菜功 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net