搜索资源列表
OpenGLofDelphi
- 这个例子充分展示了Delphi强大的功能,只有一个文件,但效果惊人!我在D6下试过了-This example demonstrates Delphi powerful features, only one paper, but the results amazing! I tried under D6
graphics32-1-7-1
- 这个是一个很好的delphi显示,处理图像的控件包,里面有详细的使用文档,并且我上船的dicom读片程序也要用到这个-this is a good delphi showed that the image control packets, which contain detailed the use of documents, and I read the uplift of DICOM films have used this procedure
likeqqform
- 我写的DELPHI程序,实现类似QQ无规则窗体,及无标题栏窗体移动,窗体的自动伸缩等功能-I write DELPHI procedures, rules similar QQ no windows, and no title bar Form Mobile, Window functions such as automatic telescopic
changeformsize
- 改变无标题栏窗口大小,我写的DELPHI程序,在网上找资料找了好久没有找到解决方案,自己看MSDN用消息解决了-not change the size of the window title bar, I wrote DELPHI procedures, looking for information online for a long time did not find a solution, look MSDN resolved with the news
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
Convert555to565
- 16位图像格式转换,555转565,delphi的这方面的资料不是很好找,不过俺还是找到了,大家一起分享-16 image format conversion, 555 to 565. delphi the information in this regard is not very good find, but I still find, share with everyone! !
Delphi_ConvolFilter
- delphi图像处理 It was developed using Delphi 5 Pro, but it should work OK with D4 or even D3. It uses 24-bit bitmaps and scanline for speed. I have included the text version of the two forms, hopefully it will enable people with D3 or D4 to use this ex
bmptotxt
- TXTTOBMP BMPTOTXT 的delphi 源代码,都是我经典找到的代码-TXTTOBMP BMPTOTXT delphi the source code that I found the classic code
opengl小程序
- 我上传的是基于OpenGL,在Delphi环境下运用的几个小程序,分别在文件夹1,2,3,4,5中,每个文件夹有程序的介绍(txt文件),切记要将glut32.dll文件拷贝到Windows的System目录下,程序才可运行!由于我还是高校学生,不会太难的程序,望站长酌情考虑-is based on OpenGL, the Delphi environment using a few small programs, in 1,2,3,4,5 folders, each folder on the
人脸识别源程序
- 人脸识别源程序,可以直接使用,谢谢爱好人工智能的朋友使用,Face recognition source code, you can directly use, I would like to thank the friends the use of artificial intelligence-loving
ink_delphi_demo.ZIP
- 手写程序,自动识别英文,汉字,数字。功能强大。-Handwriting program ms ink class Handwriting program,Handwriting program is activex auto Handwriting program Handwriting program Handwriting program
BSpline
- 一个很实用的B样条拟合程序,可以经过若干控制点,有可执行程序实例。我已经用过很多次了。-A very practical B-spline fitting procedure, can be a number of control points, there are examples of executable programs. I have used many times.
huidu
- 为图像处理的人提供参考----灰度实例. 如何设置和显示图像灰度的delphi代码-For image processing to provide a reference gray---- examples. How do I set up and display image of delphi code
haarwavelet
- 本人自己编写的图像处理程序,包括图像的分割、haar小波变换等内容。内附示例图片。-I have written image processing procedures, including image segmentation, haar wavelet transform and so on. Enclosing the sample pictures.
Delph-Gis
- This code is delivered for benefit of the Delphi programmers community. I was tired ox expensive, resource-wasting, no-royalty-free mapping software. Since release TSGIS 1.0 for Delphi 1, I realized that most serious asks for source code came f
OpenGL Delphi
- OpenGL教程的Delphi版。目前网上的教程杂乱而且不全。我网上搜索了蛮久,终于让我找到一些比较全面的,并将其从网页上复制下来弄成Word版。仅以共享。-The Delphi version of OpenGL tutorials. The tutorial is now online clutter and incomplete. I have searched online quite a long time, finally I found some of the more compr
capvideo
- 单位里要为工人办理暂住证,需要给他们拍照,就编了这个程序,程序使用了VIDEOCAP控件(文件夹中带了),RAIZE控件(盒子上有下载). 注意: 新的摄像头默认格式为640x480,请设置为320x240,否则截取位置不准. 本人DELPHI菜鸟一个,第一次在盒子上发布,请各位高手老大不要见笑,多多指教. ywo@163.com -Units where to apply for temporary residence permits f
ksjtym
- 在网上找了很多关于截图的软件,都没有发现一个象QQ那样能用快捷键截图的。即使有的可以,但是体积太大而且很多的功能几乎都用不着,有的体积倒是小,可是就只有个区域截图或是全屏截图啊,不能直接保存图片要到Windows的画图程序中保存。所以就想写一个包含常用功能简单实用的截图工具,花了点时间做出来了,源代码里面的注释应该蛮清楚的,很适合初学者。老手看了可不要笑我哦!呵呵~~~还有就是我创建了两个Delphi群,欢迎大家加入一起讨论,一起提高。-The Internet is a lot about t
MapX_delphi
- 以前做的一个MapX程序框架,用delphi开发,实现了很多mapX功能,并且使用起来很方便,可在此基础上继续开发.现在本人学习Arcgis Engine(arcengine),界面用到了devexpress的几个.本程序实现了: 放大\缩小\漫游 距离,面积丈量, 对象搜索,统计, .... mapx和arcgis engine和arcgis server,AO,MO,google map一样都是GIS开发组件。 -MapX program before do
Zoom
- 一个放大工具。网上有类似的,但是在我这里容易出错。所以重新编写了一个。就是鼠标所指向的区域放大显示。-A magnifying tool. A similar line, but here I am prone to error. So a rewrite. Area pointed to by the mouse is magnified.