搜索资源列表
delphi编程基础
- delphi编程基础,个人经验总结
Delphi+权威资料大全
- Delphi+权威资料大全
Delphi中利用MSCOMM控件进行GPS数据采集
- Delphi中利用MSCOMM控件进行GPS数据采集
delphi 界面编程
- delphi 界面编程
Delphi单元测试工具Dunit介绍.doc
- Delphi单元测试工具Dunit介绍.doc
Delphi入门教程
- delphi入门资料
delphi 多线程
- delphi 多线程
DirectX 9.0 for Delphi 声明档及范例.
- DirectX 9.0 for Delphi 声明档及范例,DirectX 9.0 for Delphi statement files and model
delphi线程专讲
- delphi线程专讲,对于delphi下多线程开发很有帮助,delphi thread specifically speaking, for the development of multi-threading under delphi helpful
delphi
- 学生选课是高校教务管理工作的一部分,学生选课管理信息化是现代学校人力资源开发和管理的手段。此次的软件课程设计是采用Delphi 7作为开发工具,实现学生成绩管理系统的基本功能,学生使用自己的账户和密码登录,可以对自己的选课情况进行,还可以修改密码。管理员用管理员密码进入管理员用户主界面,可以查看所有的选课报表,单科选课报表,分科人数统计,修改学生密码,修改管理员密码等操作。-Student course is the management of colleges and universities
(Delphi)Windows-core-develop
- Delphi下深入Windows核心编程.pdf 学习使用delphi对windows核心进行编程操作的最佳参考书籍,也是delphi深入学习的好书。-Delphi under the in-depth Windows core programming. Pdf learn how to use delphi for programming operation of the core of the windows the best reference books, is also a del
Delphi
- 详细讲解Delphi中的多线程编程,着重介绍优先级和临界区,附带基本实例若干。-Delphi in the elaborate multi-threaded programming, highlighting the priorities and critical areas, with a number of basic examples.
Delphi - Technical Reference Card 7.20.pdf
- Delphi - Technical Reference Card 7.20.pdf
delphi 关于文档的小程序
- 初学者试用,可以通过本程序快速掌握delphi的基本编程思想。
Delphi学习资料
- 包含以下手册: Delphi2010语法手册.pdf Delphi 7程序设计与开发技术大全.pdf Delphi XE2 入門指引手冊.pdf Delphi XE3 入门教程.pdf DELPHI XE IDE 入门 教程 繁体中文版.pdf Delphi 构建进销存系统-POS系统开发实例.pdf 学习delphi的可以看看。(Include the following manual: Delphi2010 syntax manual.Pdf Delphi 7 Progra
用Delphi XE8开发iOS和Android
- 用Delphi XE8开发iOS苹果和Android安卓移动应用。是一个不错的文档。(Using Delphi XE8 to develop iOS, apple and Android Android mobile applications. It's a good document.)
Delphi数字图像处理及高级应用
- Delphi数字图像处理及高级应用(Delphi digital image processing and advanced application)
Delphi手机APP开发入门教程
- Delphi手机APP开发入门教程,很不错的入门教程!!!(Delphi mobile APP development tutorial, very good introductory tutorial!!!)
delphi经典编程入门完美修正_单文件版
- Delphi是全新的可视化编程环境,为我们提供了一种方便、快捷的Windows应用程序开发工具(Delphi is famous as the ancient sanctuary that grew rich as the seat of Pythia, the oracle consulted about important decisions throughout the ancient classical world.)
Delphi编码规范
- Delphi编码规范:制定编码规范的目的是为了使一组程序员生成同样风格的代码,使一个团队形成并保持一定的风格。这样的好处是每个程序员的代码都易于为他人所理解,从而会在很大程度上提高代码的可维护性,也因此会降低维护费用。对于个人,选择或自我生成一种编码规范,并坚持这个规范,同样会产生良好的效果.