Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 工程代码
Search - 工程代码 - List
delphi处理插件的一个例子,使用plugins方式,具体看comm代码,包含工程文件-delphi plugins handling of a case, the use of plugins, specific view comm code contains works documents
Date : 2008-10-13 Size : 568.68kb User : cai

delphi处理插件的一个例子,使用plugins方式,具体看comm代码,包含工程文件-delphi plugins handling of a case, the use of plugins, specific view comm code contains works documents
Date : 2025-12-21 Size : 568kb User : cai

多媒体播放器,利用微软公司在ActiveMovie和Video for Windows的基础上推出的新一代基于COM的流媒体处理的开发包DirectShow与Delphi开发环境编写的多功能影音播放器.与小组成员五人合作完成了可行性研究报告、需求分析、概要设计说明书、详细说明书等开发文档.这是我软件工程实验的一个项目与大家分享,有完整的论文和代码.-Multimedia player, using Microsoft ActiveMovie and Video for Windows based on the introduction of a new generation of COM-based streaming media to deal with the DirectShow SDK and Delphi development environment, the preparation of multi-functional audio and video player. And team members to complete five the feasibility study, needs analysis, a summary of the design specification, detailed specification, such as the development documents.
Date : 2025-12-21 Size : 8.3mb User :

本代码及文件是获取控制系统的delphi工程文件-Code and documents of this control system is to obtain the delphi project file
Date : 2025-12-21 Size : 162kb User : duduu

Tiny_Shell 0.1 (普通版本)By Anskya 某天精神好了一点的时候写的,使用KOL+删除多余资源+清除PE重定位表+FSG压缩体积只有3k. 感谢那些提供Code和教程的GG and JJ们~~ ^_^~部分代码直接翻译C的shell Tiny_Shell.dpr 工程时最简单的shell采用匿名单管道设计,本来打算不用管道直接写的,但是怕连目录都无法显示所以还是用了单管道,有个BUG-很明显的那种-就是,输入命令看不见但是可以运行,有兴趣自己改成双管道就可以了(如果不怕自己麻烦部使用管道直接将Socks获取的信息直接写入进程,也可以返回数据的^_^). 最好不要这样作很麻烦的说。身体不好要睡觉了,就不多写了. Tiny_Shell2 0.1(端口绑定版本)By Anskya Tiny_Shell2.dpr 从0.1普通版修改的~只修改一点点Code~呵呵懒得写代码 端口绑定原理是从C的shellcode Debug出来的^_^ 默认是绑定80端口(如果没有找到这个端口就自己创建80端口。。。。),IP约束中的IP是为了防止任何人都连接上shell,这个地方可以改进一下,这个仅仅是演示版~要与实际开发结合还有好多问题存在。 -Tiny_Shell 0.1 (normal version) By Anskya One day a little better when the spirit of writing, using KOL+ delete the extra resources to clear the PE re-positioning table++ FSG compressed size of only 3k. Grateful to those that provide Code and tutorials for GG and JJ were ~ ~ ^ _ ^ ~ part of the code is a direct translation of C-shell Tiny_Shell.dpr works most simple shell use of anonymous single-piping design, originally intended to write without the direct channels, but the fear of even directories can not be displayed so it is still using a single pipe, there s the kind of BUG-obvious- that is, enter command can not see but can run, are interested in their own dual-channel can be changed to the (if not afraid of their own troubles piped directly to the Socks department obtained information directly into the process, but also can return the data ^_^). Best not to do so cumbersome to say. Poor health and going to sleep, no more writing. Tiny_Shell2 0.1 (port bound versi
Date : 2025-12-21 Size : 19kb User : dangyujia

DL : 0
通过本程序,你将了解到以下相关内容:   改变计算机在网络中的名字;   创建源设备环境;   创建和SourceDC兼容的目标设备环境;   创建一个和SourceDC兼容的内存设备环境,并返回其设备句柄;   抓图并释放设备环境;    在某些情况下,我们编写的应用程序同时只能有一个实例在内存中运行,例如服务器程序、需要独占某设备的程序,甚至我们仅仅是让程序同时只有一个实例运行。要实现此功能,需要在程序中加一点判断的代码。   再工程文件里面, Application.Initialize 前面加上判断就可以了,注意了,必须得加一个Windows单元,才能运行。 -Through this program, you will learn the following related content: Change the name of the computer in the network Create the source device context Create and SourceDC compatible target device environment Creating a SourceDC compatible memory device, and returns its handle to the device Drawings and release the device context In some cases, we also prepared an application can have only one instance running in memory, such as server program needs to independence Accounting procedures for a device, even while we just let the program run only one instance. To achieve this feature, add one point in the program need to determine Code. Re-engineering documents which, Application.Initialize preceded by judgments on it, pay attention, and have to add a Windows Unit, to run.
Date : 2025-12-21 Size : 7kb User : 天行健

DL : 0
猜数字的工程文件,代码里面有的,可以自己看看。-Numberguess the project file, the code inside there, you can see for yourself.
Date : 2025-12-21 Size : 188kb User : zht

1.请根据ver.rc里面的内容修改为您要的. 2.运行ver.bat后,会生成ver.RES 3.在工程文件代码中加入 {$R ver.res} 编译出来的DLL文件即有版本等相关信息.-1. Please ver.rc modify the contents of which you want. 2. Ver.bat run, it will generate ver.RES 3. In the project file to add the code {$ R ver.res} out of the DLL file that is compiled a version and other related information.
Date : 2025-12-21 Size : 65kb User : 保哥

***delphi中的TFrame类使用方法示例*** 这个类,我们称之为TFrame框架组件,使程序开发人员能够可视化的设置一组组件,之后系统中对它进行重用。 TFrame框架有两个主要的好处: 第一、TFrame框架可大幅减少需要存储在工程中的资源量。 第二、TFrame框架允许你可视化的创建能复制和扩展的对象。 对可视化窗体继承允许你很简单的创建由继承得来的窗体。每一个框架保持它与父TFrame的关系,即对父类的改变将自动被实例继承。虽然你可以用TPanel组件达到同样的效果,但它只局限于基于代码的操作, 即你必须写代码来手工定义TPanel上的子孙控件。 在这个示例代码中,通过点击不同的按钮, 在TPanel上加载不同的TFrame实例,而这 这些不同的实例都是从一个公共的父Frame 继承。父Frame在uFrameBase.pas和uFrameDeviceBase中定义,两个子Frame 在unit1.pas和unit2.pas中定义,FrameManager.pas中定义了加载TFrame的 实现函数。-*** Delphi in TFrame class example of use*** This class, which we call TFrame framework components, so that application developers can set the visual set of components for reuse it after the system. TFrame framework has two main benefits: First, TFrame framework can significantly reduce the need to store the amount of resources in the project. Second, TFrame framework allows you to create visual objects can be replicated and expanded. Of visual form inheritance allows you to create a simple form obtained by inheritance. Each frame to maintain its relationship with the parent TFrame that changes in the parent class instance will automatically be inherited. Although you can use TPanel components to achieve the same effect, but it is only limited to the operation code-based, That you must write code to manually define TPanel the descendants control. In this example code, by clicking on different buttons, Loaded in different TFrame TPanel instance, which These different i
Date : 2025-12-21 Size : 5.22mb User : little_cui

Delphi_7数据库项目案例导航[By_艳文]--这是我做设计时在图书馆的老旧delphi书的源代码。有delphi与Acess、DB、slq、oracle的相关信息系统的案例代码。 copy的本书介绍: 本书从软件工程原理出发,对每一个管理系统进行详细的分析。全书始终贯彻深层的管理理念,同时通过具体的语言来实现每一个系统。每一个系统都具备商业特性,是许多数据库程序员的工作结晶。全书共14章,第1章Delphi与数据库开发作了介绍。第2章-第3章分别以人事/工资/考勤管理系统、销售管理信息系统、库存管理信息系统、质量管理信息系统、档案/资料管理信息系统、计算管理信息系统、制造业管理信息系统、学生管理信息系统、医院管理信息系统、宾馆/餐饮管理信息系统、图书馆管理信息系统、POS管理信息系统等多个实用信息管理系统作为例子,详细地讲述信息管理系统创建的各个过程。本书最后一章介绍了系统(数据库)建模技术。全书采用UML对每个系统进行建模,每个数据库都经过详细的分析和设计,并通过PowerDesign进行数据建模,每个系统都经过详细测试及专家审核。-Delphi_7 case database project navigation [By_ Yan Wen]- This is when I do a design book in the library of the old delphi source code. There delphi and Acess, DB, slq, oracle case of information systems related to the code. copy of the book description: Book starting from the software engineering principles, a management system for each detailed analysis. Always carry out a deep book management philosophy, through specific language to implement each system. Each system with the commercial character of the work of many database programmers crystallization. The book is Chapter 14, Chapter 1, Delphi and database development are presented. Chapter 2- Chapter 3, respectively, to the personnel/payroll/attendance management system, sales management information systems, inventory management information systems, quality management information systems, file/data management information systems, computer management information systems, manufacturing management information systems, student mana
Date : 2025-12-21 Size : 28.95mb User : 韦徳

DL : 0
delphi控件的源码工程文件,这个是测功度产品的软件部分工程与代码!-delphi VCL engineering products application!
Date : 2025-12-21 Size : 21kb User : 刘旭

批量打印工作证,这是一个Delphi源码,数据库使用的是Access,本程序可以实现用姓名查找某个人的工作证并打印,也可以打印所有人的工作证。本例是用Qreport打印控件编写的打印模版,使用了QRLable标签控件、QRDBText显示数据文本控件、QRShape图形控件。注意:来电的号码和查询的号码必须一至,否则查询的客户信息会不准确。   Delphi批量打印工作证实现过程:   (1)新建一个标准工程,创建一个新窗体,默认名为Form1。   (2)在BDE的Standard标签页中选择两个GroupBox控件放在Form1窗体上,并分别设置Align的属性为alLeft、alClient。   (3)在BDE的Data Controls标签页中选择两个DBGrid控件分别放在两个GroupBox上,并设置DBGrid的Align属性为alClient。   (4)在BDE的Standard标签页中选择Panel控件放在Form1窗体上,并设置Align的属性为alBottom。   (5)在BDE的Standard标签页中选择Button控件放在Panel上。   (6)在BDE的System标签面中选择Timer控件放在Form1窗体上。   (7)获取电话号的主要程序代码。    -Batch printing work permit, which is a Delphi source code, using the Access database, the program can achieve Name Find a personal work permit and print can also print a work permit for all. This case is to to control written Qreport Print Print templates, use the QRLable label control, QRDBText, the data text controls, QRShape, graphical controls. Note: the caller s number and the number of queries must be one to inaccurate or query customer information. Delphi batch printing work permit implementation process: (1) to create a new standard project, to create a new form, default named the Form1. (2) BDE Standard tab, select two GroupBox controls on the Form1 form and set the the properties for alLeft alClient Align. Align property (3) in the BDE Data Controls tab, select two DBGrid control were placed in two GroupBox and set the DBGrid alClient. (4) BDE Standard tab, select Panel control on the Form1 form, and set the Align attribute alBottom. (5) in the Standard tab in the BDE B
Date : 2025-12-21 Size : 114kb User : 何朝飞
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.