搜索资源列表
Delphi最新三层源码
- 随便说说最近项目中的三层架构吧。讲点实际的东西。我最讨厌空讲道理。网上讲道理的太多了,不喜欢举例子。 大多数文章中都或多或少的讲到了三层架构。表示层,业务层,数据层。又把业务层再细分,分为外观服务层,主业务服务,及数据库库服务层。 今天主要讨论一下业务层吧。举个最简单的例子。客户端获取数据。 -idle recent projects in the three tiers of it. Say something concrete things. I hated most spa
seperatesentence
- \"我a你c窗体bbbbb你\"如果要你在第四个byte那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。-"I have a window you c bbbbb you," If you in the fourth byte where he divided into the above sentence 2, how do? I wrote it myself example, we can solve this p
Mobile-Phone-Management-System
- 实现对手机用户及通话信息的管理。分为管理员和用户两部分功能。能进行查询、修改、添加、删除等。移动电话管理系统-Implementation of mobile phone users and call information management. Administrators and users are divided into two parts function. Can query, modify, add, delete and so on. Mobile Phone Manageme
XiaoquGuanli
- 这是一个小区物业管理系统,本系统通过DELPHI+access开发的,此系统主要分为保安登记管理、水电费管理、居民信息管理等几部分。-This is a residential property management system, the system DELPHI+ access through the development of this system is mainly divided into the registration of security management, util
14160_1239587478Yjiw
- VC++编写的小型考勤管理系统,从功能上来说它分为三大块:系统设置、出勤记录、统计报表。每一项都有很多细心选项。调试前请先配置好ODBC数据源,否则你将无法登录,或者你需要更改连接设置,改为不使用数据源连接。-VC++ to prepare the small attendance management system, up from the functions it is divided into three large pieces: system settings, attendance
mianxiangduixiangbianchengshilijiaocheng
- 面向对象编程实例教程,分为6章,对初学者有很好的借鉴意义-An instance of object-oriented programming tutorial is divided into six chapters, have a good reference for beginners significance
2010423
- 俄罗斯游戏大厅v1.0.0 游戏简介: 本游戏分为服务器端server.exe和客户端client.exe两个执行程序。应首先运行服务器端以保证客户端可以正常登陆,客户端运行后输入服务器端的ip地址即可登陆。 游戏规则: 控制落下的方块,一行填满后则消去,消去行数多的人获胜。 游戏控制: ←、→ - 左右移动方块 ↑ - 方块变形 ↓ - 方块下落 空格 - 方块落到底 游戏备注: 1、用户数据库U
seatune_Excel_Formula_Parser
- 该程序把Excel公式分解为Token序列。目前已有人翻译成C#和Python。 本人现在将其改为Delphi,程序中用到TRegExpr单元用于正则表达式分析。希望有高手将其进一步将其扩展,加入优先级功能,使其功能更加完整。-The program is divided into the Excel formula Token sequence. Has been translated into C# and Python. I will now change it to Delph
dephi
- 本系统的使用身份分为三个,分别是人事经理,部门经理和一般员工。人事经理拥有最高的权限,能对整个人事档案一一了解。部门经理能够查询所有的人事档案信息。一般员工只能查询除了人事信息以外的信息-The use of the system as divided into three, namely, personnel managers, department managers and general staff. Personnel managers have the highest authorit
Qxpic
- 一个柱型条组件,可设置颜色(分不同段),以1-100刻度显示,采用双缓存技术,无闪烁-Columnar section of a component, you can set the color (divided into different segments) to 1-100 scale display, dual caching technology, no flicker
Delphi-
- delphi数字图像处理的源代码,分为多个章节,每节都有源代码-delphi source code for digital image processing is divided into several sections, each section has the source code
Book
- 《Delphi 深度编程及其项目应用开发》 PDF格式 附带源码 简 介 本书是在总结作者多年Delphi开发经验的基础上编著而成。全书分为基础篇和应用篇。 基础篇结合示例论述了Delphi的深度编程技术,其中包括9章,分别为:理解Windows消息、 进程与线程、自定义组件的编写、文件操作、创建DLL应用程序、两层数据库应用程序、多 层数据库应用程序、Socket编程、串口编程;应用篇结合物资管理信息系统项目应用开发 技术和经验,详细阐述了一般管理
YNPluginFrameWork
- 咏南插件框架 何谓插件框架: 即整个项目由一个EXE的host程序和多个dll插件 组成。把软件项目按功能需要划分为不同的模块。使用插件封装各个模块。一个功能模块即是一个插件,所有功能模块都可以做到即插即用。应对客户的新需求你只需要修改对应的那一个插件,然后替换掉原来老的插件即可。其中最关键的HOST程序咏南已经做好了,你无需再做任何的修改即可使用。您要做的仅仅是通过使hydra的向导来生成功能模块插件。您无需担心这种开发方式的难度和开发效率,因为它比传统的生成一个大的EXE的开发方式
2
- 用delphi写的求1000-4000内能被7和17整除的数-1000-4000 written request with delphi 7 and 17 can be divided by the number of
Delphi.7
- 本书对Delphi 7语法和程序设计思想进行了全面的阐述,共分14章,全面讲解了面向对象的程序设计 概念、Delp hi 7的数据类型与表达式、Delp hi 7程序设计语句、Delphi的组件与窗体、数组程序设计、过程与 函数程序设计、文件程序设计、组件和DLL开发技术、数据库程序设计和多媒体程序设计等内容。-Book on Delphi 7 programming syntax and a comprehensive exposition of ideas, divided int
socket-based-file-transmission
- 这是一个基于SCOKET的文件传输软件,利用DELPHI实现,分为服务器端和客户端两部分!-This is a SCOKET based on the file transfer software, using DELPHI realization, divided into the server and the client two parts!
Drawingboard
- 为完成一个国际象棋绘制棋盘,其中分为白黑两种颜色。-Drawing board to complete a chess, which is divided into two colors of black and white.
QW
- 利用Delphi编制IP地址转换器 小软件主要功能分成两部分:网络设置和网络替换。因为一个计算机绝大多数是在两个网络中互换,所以本程序只实现了两个网络的互换,更多的网络间互换道理是相同的。 -Prepared by Delphi Converter IP address is divided into two main functions of a small software components: network settings and network replacement. Bec
Delphi_856020
- Delphi:AfterConnect事件连接实例,测试程序分为客户端和服务端,先运行Server目录内的EXE程序,再运行Client中的内容,两个源码都可在Delphi7中打开运行。程序运行界面请看测试截图。 -Delphi: AfterConnect event connection instance, the test program is divided into client and server, to run the EXE program Server directory,
Delphi_620260
- Delphi:Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。 -Delphi: Delphi source code examples to achieve Socket remote file transfer instance, the program is divided into client and serv
