Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - delphi
Search - delphi - List
用Delphi语言编写的遗传算法,内容较多,可以参考-Delphi language prepared by the genetic algorithm, a great deal of content, they can refer to
Update : 2024-05-14 Size : 92160 Publisher : me

利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
Update : 2024-05-14 Size : 3072 Publisher : 黄区

Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visual rapid application development tool, the framework for enterprise information systems are playing an increasingly important role, many programmers choose to Delphi as a development tool preparation of the various applications. However, inadequate as it is not Delphi onboard Serial Communication Control, in its help files contain no mention of serial communication, which gives the procedures for the preparation of communications developers bring a lot of inconvenience
Update : 2024-05-14 Size : 6144 Publisher : 黄区

Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Delphi\Bin\Brcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Borland的Brcc32.EXE不能识别包含有空格和汉字的路径,所以你的资源来 源路径和保存路径不要带有空格和汉字,否则不能建立.RES的文件。-Delphi resources to generate tool I often join in the proceedings of many resources, for example : voice, bitmaps, cursors, etc., can make more software features. One can establish their own. RC paper, and then spend the Delphi \ bin \ Brcc32.EXE to build a generation. RES document, the document can have the resources to build software. But if a large number of resources to join, to join the 30-bit map and the cursor 20, then we should. RC paper lines to join with the resources, and trouble. I was lazy, so own writing this volume will automatically help you complete this task tool, it is easy generation. RES resource files. Note : Due to Borland's Brcc32.EXE not include recognition of Chinese characters and spaces are the path, so you Source path and not to preserve trails and spaces w
Update : 2024-05-14 Size : 237568 Publisher : akay

许多关于视频的软件(如视频会议、可视电话等)开发都应用于视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW SDK,从而为在Windows系统中实现视频捕获提供了标准的接口,并大大降低了程序的开发难度。由于VFW SDK只有VC和VB版,没有Delphi版,因此需要在Delphi中一一声明DLL中的各个函数和变量。文中详细介绍了如何利用VFW在Delphi中开发视频捕获程序的步骤,同时给出了程序实例。-many of the video software (such as video conferencing, video telephony, etc.) are applied to the development of video capture technology. Microsoft for software developers with a special video capture for the VFW SDK, for the Windows System Video Capture provides a standardized interface, and greatly reduce the development process more difficult. As VFW SDK only version of VB and VC, no version of Delphi, Delphi in a statement on January 1 of each DLL functions and variables. This paper describes in detail how to use VFW in Delphi development video capture process steps and give examples of the program.
Update : 2024-05-14 Size : 5120 Publisher : 王鹏

Delphi开发平台的GIS开放源码系统,功能涵盖GIS的基本操作,是学习和掌握GIS原理的非常好源码。deDelphi-GIS open source code system in Delphi platform . Includes essential GIS function, which is a good example for the learning and studying the principle of GIS.
Update : 2024-05-14 Size : 4889600 Publisher : zeng

用delphi开发OpenGL的例子-with examples of the development of OpenGL
Update : 2024-05-14 Size : 81920 Publisher : Ppo

如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data types, including the AnsiString. This means that the vast majority of Delphi procedures require memory management device
Update : 2024-05-14 Size : 508928 Publisher : pl

《Delphi深度历险》附书源码,很多例子值得参考-"Delphi depth Adventures" A source book, many examples worth considering
Update : 2024-05-14 Size : 1105920 Publisher :

delphi高手,详细介绍了DELPHI的各种高级使用和技巧-master details of the Delphi and the use of various high-level skills
Update : 2024-05-14 Size : 1798144 Publisher : 林春

DL : 0
fft源代码,在delphi环境下开发的。没有密码,随意下。-FFT source code, developed in Delphi. No password, you can use it freely.
Update : 2024-05-14 Size : 24576 Publisher : wwz

Delphi中串口通信的实现 Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 -Delphi is a functional and rapid visual RAD tool easy to use ,which is being more and more important in design enterprise informaion systems. Programmers prepare to select it to develop applications. However,it is not with communication ctrls which is needed in many cases.
Update : 2024-05-14 Size : 6144 Publisher : 赵长华

在编制了一个应用程序后的维护阶段,我们会面临给应用程序升级的工作.无疑,手工升级的工作是十分繁琐的,你可能会需要到用户的机器上去更新文件.可是,如果能编一个自动升级程序,放在网络上,让用户下载,只需执行一下就完成升级工作,不是很方便吗?其实,用Delphi可以很方便地编制出这样一个的程序.-in the preparation of an application after the maintenance stage, we will face to the application upgrade work. There is no doubt that the escalation of manual work is very complicated, you may need to boost users update machines. However, if a series automatic update procedures on the network, allows users to download, just about to complete the implementation of upgrading work is not very convenient? In fact, Delphi can easily produce such a procedure.
Update : 2024-05-14 Size : 5120 Publisher : 赵长华

Delphi与Microsoft Word的接口-Delphi and Microsoft Word interface
Update : 2024-05-14 Size : 90112 Publisher : 余韵然

用Word做Delphi报表输出工具,对开发者有很大的帮助的,希望对大家有用处-done using Word Delphi statements output tools for developers to be of great help, we hope to be useful
Update : 2024-05-14 Size : 3072 Publisher :

用Delphi制做的画图工具,包括菜单,工具栏的实现,还有一些画笔的选择,填充的功能.虽然WINDOWS的画图工具全面,可对于Delphi的学习有一定的帮助-system with Delphi done drawing tools, including menus, toolbars and that the realization of some brush choices, filling functions. Although the Windows comprehensive drawing tools, for the Delphi study will help
Update : 2024-05-14 Size : 353280 Publisher :

用Delphi制做,实现在打开,二值化,对图像的腐蚀,膨胀,轮廓提取等效果,使结构开,结构闭,细化,恢复原图等功能,以及从各个角度的投影等-system with Delphi done to achieve the open, two values, the image of corrosion, swelling, contour extraction effect, open structure, structural closure details, such as the maximum functional recovery, and from all angles as the projector
Update : 2024-05-14 Size : 217088 Publisher :

这是我收集的关于学习DELPHI资料,非常有用啊!!!里面有入门的课程。-The material collected by me is useful to study the programming language delphi, including some rudimental knowledge about it.
Update : 2024-05-14 Size : 1075200 Publisher : 许乐

DL : 0
基于Delphi的,用于前台产生BOM树状结构的递归过程-based Delphi, prospects for the tree structure generated BOM recursive process
Update : 2024-05-14 Size : 18432 Publisher : 阿飞

Delphi中使用DirectDraw技术进行图形处理.-Delphi DirectDraw technology for the use of graphics.
Update : 2024-05-14 Size : 10240 Publisher : 阿飞
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.