delphi编写的dll插件演示,模块化编程的基础- 下载
|
这是一个职业测评系统,由DELPHI开发,SQL数据库,由三层数据库开发,功能包含各种职业测评并给于分析和解析,把结果反馈到相关网站,实现普查的目的,集网络和数据库于一体,对系统模块进行了优化,适用于中型企业测评员工素质用,模块善需进行进一步的改进。-This is a job evaluation system developed by Delphi, SQL database, three-tier database development, including various kinds of functional evaluation and career in the analysis and to analyze, and the results fed into the relevant websites, to achieve the purpose of the census, the collection network and database integration of the system for the optimization module that applies to medium-sized enterprises with quality appraisal staff, the need for good module further improvements. 下载
|
Delphi是一种非常优秀的可视化程序开发语言,Delphi 5 基于Windows 95/98/NT,采用高度结构化的Object Pascal语言,具有结构清晰、编译迅速等特点。它强大的可扩展数据库功能更赢得了无数数据库开发人员的青睐。本书详细介绍了Delphi 5 所增加的强大的数据库编程工具,例如ADO组件、IBX组件和数据模块设计窗口。本书由浅入深,系统地介绍了如何利用Delphi 5 强大的开发工具进行数据库应用程序的开发,并结合每一部分的内容,列举了大量实例,以便于读者掌握。本书适用于从事数据库应用程序开发的广大技术人员以及作为各院校师生的学习参考。 -Delphi is a very good visual programming language, Delphi based on Windows 95/98/NT 5, using highly structured the Object Pascal language, with a clear structure and the characteristics of fast compiler. Its powerful scalable database functions has won numerous database developers of all ages. The book details the increase in Delphi 5, a powerful database programming tools, such as ADO, IBX components and data module design window. The book elementary, a systematic introduction to how to use Delphi five powerful development tools for database application development and combine the content of each part, cited a number of examples to the readers grasp. This applies to engage in database application development technology of the general staff, as well as teachers and students of the institut 下载
|
论文根据人力资源管理系统的特点与目标,对人力资源管理系统业务需求、数据流程、编码进行了深入分析。该系统用选择了DELPHI作为程序实现的语言,其中运行于桌面机的系统开发平台是Windows 2000,采用的数据库是Access2000。运用模块化思想设计(由部门管理、员工管理、考勤管理、工资管理、系统管理共5个模块组成),由于数据库完整地记录了单位所有员工的人事、考勤、绩效、培训、薪资、福利等各方面信息,系统将能快捷、方便地获得各种统计分析报告,为单位管理与决策提供准确全面及时的人力资源信息支持。-thesis under the human resources management system with the goal of the characteristics of a human resources management system business needs, data flow, coding for an in-depth analysis. The system used to choose the program as Delphi language, which running on desktop systems development platform is Windows 2000, the database is Access2000. Thinking use modular design (by departmental management, staff management, appraisal management, payroll management, the total management system five modules), a complete database to record all of the units staff personnel, attendance, performance, training, salaries, benefits and other areas of information, the system will be fast, convenient access to various statistical analysis reports, for management and decision-making by providing accurate 下载
|
《Delphi源代码分析》 本书通过对Delphi内核(RTL)源代码进行分析,深入阐述了Delphi内核(RTL)的原理及其实现。全书从Nico Bendlin编写的著名最小化内核示例程序MiniDExe讲起,基于MiniDExe分析Delphi在编译器一级的技术内幕,带领读者一窥Delphi的核心。随后作者基于这个内核逐层地包装代码,将Delphi的各种功能的具体实现一一展现,通过列出关键性代码并进行系统性分析的方式,全面分析对象结构、VCL和COM等在源代码中的实现。全书内容详实,阐述精辟、深入,主要议题包括:Delphi的编译器在Windows、Delphi RTL和用户代码之间的交互;Delphi RTL内核代码的完整实现;与Delphi内核相关的操作系统机制;初始(入口)代码、模块、内存、线程、资源、异常处理机制等。 本书是一本不可多得的高端技术图书,适合中、高级Delphi开发人员研读。 -"Delphi source code analysis," the book of Delphi kernel (RTL) source code the analysis, further expounded on Delphi kernel (RTL) and the realization of the principle. Nico Bendlin from the book prepared by the famous minimum core sample program MiniDExe 1960s, Based on the analysis MiniDExe Delphi compiler in a technical insider, Delphi takes the reader a glimpse into the core. Then based on the author to the core layer packaging code, Delphi will be the realization of a concrete display, listing key code and systematic analysis, a comprehensive analysis of object structure, VCL and COM as the source code to the implementation. Informative book, brilliantly expounded, in-depth, major issues include : Delphi compiler for Windows, Delphi RTL code and the user interaction; Delphi R 下载
|
摘 要】:图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。本文对数据库管理系统,Delphi应用程序设计,Delphi 数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。最后介绍一下图书馆的馆藏资源数字化,管理和服务计算机化和网络化-Abstract : The library management system is typical of management information system (MIS), including the development of its database background to the establishment and maintenance, and front-end application development aspects.DelphiDelphi Finally tell us about a library collection of digital resources, management and services computerized and networked 下载
|
Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。 Object Pascal 具有一些特性以支持Borland 组件框架和RAD(快速应用程序开发)环境。在很大程 度上,本语言参考的说明和示例假定你使用Borland 公司的开发工具,如Delphi 和Kylix。 绝大多数使用Borland 开发工具的开发者是在IDE(集成开发环境)环境下编写代码并进行编译。 Borland 开发工具帮助我们设置工程和源文件的许多细节,比如维护单元的依赖信息。并且,使用这些工 具在程序的组织上还有一些限制,严格说来,这不是Object Pascal 语言规范的一部分。比如,Borland 开发工具遵循某些文件和程序的命名约定,若你在IDE 以外编写代码并使用命令行来编译,你可以避开 这些限制。 这些帮助主题假设你在IDE 环境下工作,并且使用VCL(可视化组件库)和/或 CLX(跨平台组件 库)创建应用程序。但有时候,Borland 一些特定的规则和Object Pascal 的通用规则并不相同。-Object Pascal is a high-level language compiler, strong type (of the types of data very strict inspection) features, structured and object-oriented programming. Its advantages include code readability, fast compiler, and documentation to support a number of modules to achieve modular programming. Object Pascal has some characteristics of components in support of Borland framework and RAD (Rapid should development of procedures) environment. To a large extent, the language reference to the description and examples assume that you are using Borlands development tools, If Delphi and Kylix. Most use of the Borland development tools is the development of the IDE (Integrated Development Environment), prepared on behalf of the environment code and compiler. Borland development tools to help 下载
|
在VB中调用动态连接库 作为一种简单易用的Windows开发环境,Visual Basic从一推出就受到了广大编程人员的欢迎。它使 程序员不必再直接面对纷繁复杂的Windows消息,而可以将精力主要集中在程序功能的实现上,大大提高了编程效率。但凡事有利必有弊。VB中高度的封装和模块化减轻了编程者的负担,同时也使开发人员失去了许多访问低层API函数和直接与Windows交互的机会。因此,相比而言,VB应用程序的执行效率和功能比C/C++或Delphi生成的程序要差。为了解决这个问题,在一个大型的VB开发应用中,直接调用Windows API函数几乎是不可避免的;同时,还有可能需 要程序员自己用C/C++等开发一些动态连接库,用于在VB中调用。本文主要讨论在32位开发环 境Visual Basic 5.0中直接调用Windows 95 API函数或用户生成的32位动态连接库的方法 与规则。-in VB called dynamic link library as a simple, easy-to-use Windows development environment. Visual Basic from a launch on by the broad welcome to the program. It enables programmers no longer has to directly face the complex Windows news and the energy can be focused on achieving the function procedures, greatly increasing the efficiency of programming. But everything Weilibiweibi. VB highly modular packaging and lightened the burden of programming, also enable developers lost many visit the lower API function and direct interaction with the Windows opportunity. Therefore, comparison, VB application program efficiency and function than the C / C or Delphi generated procedures to be poor. To solve this problem, in a large VB application, directly call Windows API function is almost inevitab 下载
|
教师论文管理系统。目前教师个人信息日益复杂化,市场上的软件各有针对性,却缺少专门针对教师需要设计的综合性信息管理软件,为了方便老师对个人信息资料的综合管理,特编写“教师个人资料辅助管理系统”软件。在整个系统中,我编写的模块是“论文管理”,目的是有效的查找、编辑、修改和综合管理老师的科研论文,所带本科生的毕业设计论文,所带硕士、博士的各类论文,并且有效的实现与其它模块的互动。-teachers paper management system. Currently teachers increasingly complex personal information, software on the market have targeted, but the lack of specialized teachers need to design a comprehensive information management software, in order to facilitate teachers to the personal information management, the preparation of special "teachers assisted personal information management system" software. Throughout the system, I prepare the module is the "paper management", is an effective search, edit, modify, and comprehensive management of the teachers scientific papers, brought the number of undergraduate design graduate thesis, it divulges masters and doctoral degrees in various papers, and to achieve effective and other interactive modules. 下载
|