资源列表

« 1 2 ... .77 .78 .79 .80 .81 282.83 .84 .85 .86 .87 ... 2387 »

[Dephi控件源码tx

说明:Delphi:一个Delphi图形分析,图谱程序的源码下载,可以生成扇形、椭圆、弧线型的图形,还可着色。 -Delphi: a Delphi graphical analysis, mapping program source code download, you can generate a fan-shaped, oval, arc-type graphics, but also coloring.
<R3Q152E> 在 2025-06-24 上传 | 大小:6kb | 下载:0

[Dephi控件源码bh

说明:Delphi:按要求生成指定位数的编号,运用Delphi语言实现,欢迎大家参考。 -Delphi: Specifies the number of bits required to generate the numbers, using Delphi language, welcome your reference.
<R3Q152E> 在 2025-06-24 上传 | 大小:4kb | 下载:0

[Dephi控件源码formfresh

说明:Delphi:使用Delphi实现窗口的闪烁效果,让窗体的标题栏闪烁,类似QQ消息窗口在任务栏的闪烁功能。 -Delphi: Delphi implementation using window flickering effect, so that the form s title bar flashes, flashing function similar to QQ message window in the taskbar.
<R3Q152E> 在 2025-06-24 上传 | 大小:17kb | 下载:0

[Dephi控件源码client

说明:Delphi:初学了Delphi,闲来无事,用所学的知识写了一个类似于PowerPoint多媒体幻灯片演示的小程序,点击菜单上的索引,会进入想应的展示界面,综合了文字滚动(电影序幕式滚动)、图片查看器等功能,因为水平有限,所以功能比较粗糙,甚至还有些错误在在,希望见谅。再些将Delphi源码分享给大家下载。 -Delphi: beginner the Delphi, nothing else, with the knowledge learned to write a similar mul
<FTA2KZ3> 在 2025-06-24 上传 | 大小:1.08mb | 下载:0

[Dephi控件源码client

说明:Delphi:适合学习的Delphi商品销售记录查询程序,DB数据库,确实是非常简单的数据库基础例子,点击上一条、下一条,可浏览保存在数据库中商品销售记录,当然这些记录是之前添加进去的,本例暂不对如何添加数据做说明,主要表现如何查询记录。 -Delphi: Delphi for learning merchandise sales records check procedures, DB database, the database is really a very simple basic
<FTA2KZ3> 在 2025-06-24 上传 | 大小:9kb | 下载:0

[Dephi控件源码client

说明:Delphi:Delphi浏览/查看大图片的程序源码例子,很多初学Delphi的朋友搞不清楚如何去查看一张大图片,这个例子就比较好,让你彻底学会方法。 -Delphi: Delphi browse/view the big picture of program source code examples, many Delphi beginner friends do not know how to see a big picture, this example is better, so t
<FTA2KZ3> 在 2025-06-24 上传 | 大小:119kb | 下载:0

[Dephi控件源码xx

说明:Delphi:Delphi获取图片类型,获取GIF/JPG/JPEG/ICO/BMP等图像的格式属性,可指定外部图像文件,获取后显示在窗口的文本框中。 -Delphi: Delphi image types, to get the formatting attributes GIF/JPG/JPEG/ICO/BMP and other image, you can specify an external image file is displayed in the window after
<FTA2KZ3> 在 2025-06-24 上传 | 大小:9kb | 下载:0

[Dephi控件源码dddd

说明:Delphi:Delphi获取汉字的区位码,任意输入一个汉字,它就能得到区位码,程序运行截图如上所示,要源代码的就自己下载看吧。 -Delphi: Delphi Gets character of the area code, enter any characters, it will be able to get the area code, the program runs screenshot shown above, to download the source code and s
<FTA2KZ3> 在 2025-06-24 上传 | 大小:7kb | 下载:0

[Dephi控件源码oo

说明:Delphi:一个小小的,简单的适合学习的Delphi书籍库存查询程序,数据库基于DB,是一个书中的小例子,主要是学习一下如何在Delphi中使用DB数据库进行查询,演示的相当不错啦。 -Delphi: a small, simple books for learning Delphi inventory queries, database-based DB, is a small example of the book, mainly to learn how to use DB data
<WK5Z02I> 在 2025-06-24 上传 | 大小:13kb | 下载:0

[Dephi控件源码display

说明:Delphi:Delphi禁用修改显示属性,只是帮助Delphi初学者快速了解Delphi与Windows各个功能之间的联系,从而为以后开发更大型的软件做基矗 -Delphi: Delphi disabled modify the display properties, just to help beginners quickly learn Delphi contact between Delphi and various features of Windows, so do the fo
<WK5Z02I> 在 2025-06-24 上传 | 大小:8kb | 下载:0

[Dephi控件源码ata

说明:Delphi:Delphi基础数据库操作例子,添加与查询数据的示例,由图可看出,你可能通过商品的编号和名称来查询数据库中的内容,这也是最基础最简单的一种数据库查询方法,对Delphi新手来说,有必要掌握哦。 -Delphi: Delphi-based database operation example, add sample and query the data, can be seen from the figure, you might query the contents of th
<WK5Z02I> 在 2025-06-24 上传 | 大小:24kb | 下载:0

[Dephi控件源码OnDrawItem

说明:Delphi:利用OnDrawItem属性制作菜单或列表的Delphi源码,鼠标放上去的时候,会看到ITEM项多了修饰,像菜单,或者是像按钮,这就是本例子演示给大家的功能,特别希望对Delphi基础知识不太熟悉的朋友们学习参考。 -Delphi: OnDrawItem property making use of a menu or list of Delphi source code, put up when the mouse, you will see more items ITEM
<WK5Z02I> 在 2025-06-24 上传 | 大小:9kb | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 282.83 .84 .85 .86 .87 ... 2387 »

源码中国 www.ymcn.org