搜索资源列表
dateset
- 这是一款用delphi设计开发的可以改变系统日期和时间的小软件,非常方便实用-This is a design and development with delphi can change the system date and time of small software, a very convenient and practical
Delphi+shenjingwangluo
- 用Delphi开发神经网络的论文,可用来参考下。-with Delphi neural network papers, which can be used to refer to the next.
DelphiForPDF417
- 生成二维码的Delphi控件源码,可支持pfd417编码-Generate two-dimensional control of Delphi source code can be encoded to support pfd417
DOWNLO~4
- 通过VC 和MATLAB的 动态接口在应用软件研制过程中既能发挥VC用户界面开发功能强大和运行效率高等优点又充分利用了 MATLAB的复杂运算和处理能力这一技术已成功地用于档案图象处理系统的研制有利于软件功能的提高和开发周期的缩短 -Through the VC and the MATLAB interface in the application of the dynamic process of software development can exert VC powerful u
spread8
- 非常好用的vb网格控件,功能强大,是目前非常流行的控件,还可以用在delphi和vc中,附有软件使用说明。-Very useful vb grid controls, powerful, are currently very popular control, but also can be used in delphi and vc in with software for use.
SPCOMDelphi7
- PC机与下位机的通信可以采用高级语言编程实现,如Delphi、VC等。Delphi 是新一代面向对象的可视化开发工具,它具有功能强大、简便易用和代码执行速度快等特点,越来越在构架企业信息系统方面发挥着重要作用。由于Delphi 这些显著特点,利用Delphi开发工业控制系统软件成为越来越多的开发人员的选择,而实现系统监测控制和信息处理的关键是解决PC机与单片机之间的串口通信问题。-PC computer and the communication of digital machines can
delphi
- 学生选课是高校教务管理工作的一部分,学生选课管理信息化是现代学校人力资源开发和管理的手段。此次的软件课程设计是采用Delphi 7作为开发工具,实现学生成绩管理系统的基本功能,学生使用自己的账户和密码登录,可以对自己的选课情况进行,还可以修改密码。管理员用管理员密码进入管理员用户主界面,可以查看所有的选课报表,单科选课报表,分科人数统计,修改学生密码,修改管理员密码等操作。-Student course is the management of colleges and universities
Import-and-export-spreadsheet
- 一个简单的电子表格导入导出,可以选择导入表,写入数据,清除记录,并可以导出表-A simple spreadsheet import and export, you can choose to import table, write data, clear the record, and can export the table
rs232
- 这是采用dephle7.0自开发一款串口软件,可以实时显示波形。-This is used since the development of a serial dephle7.0 software, you can display real-time waveform.
BOOKS
- DElphi+sql2000的图书管理系统的实现过程,有源码和文档,希望能对大家有所帮助吧-DElphi+ sql2000 the library management system for process and document source code, I hope we can help you
DelphiandMatlab
- 简要介绍了 Del phi与 Matlab各自的优缺点 ,较为全面地列举和分析了二者接口编程的几种方式 ,重点讨论了 Del phi调 用 Matlab编译生成的 COM组件的方法和原理 ,实现二者的无缝集成。提供的实现过程和应用实例均说明了该方法简便、 可操作性 强。通过 Del phi和 Matlab的整合 ,可以根据实际需要 ,开发功能强大而且界面友好的软件。-Del phi outlined the advantages and disadvantages of each a
Mscomm
- 2.MSComm 控件的常用属性 MSComm控件有很多重要的属性,但首先必须熟悉几个属性。 CommPort 设置并返回通讯端口号。 Settings 以字符串的形式设置并返回波特率、奇偶校验、数据位、停止位。 PortOpen 设置并返回通讯端口的状态。也可以打开和关闭端口。 Input 从接收缓冲区返回和删除字符。 Output 向传输缓冲区写一个字符串。-Common attributes 2.MSComm control MSComm cont
SandField
- "Sand Field" a my little simple code. There you find ani - the button randomizly moving on 8 ways and length of she s current path. Around ani is sand field , ani can t move from sand field because one of the field parameter (temperature or pressure)
delphiPLC
- 本课题应用DELPHI作为开发环境设计了针对对西门子公司的S7-200PLC的串口调试程序,并能在界面上显示多时段交通灯控制系统PLC控制程序所分配的存储区,实时读取各存储区的当前状态。-This application development environment design for a DELPHI of Siemens company in the serial of S7-200 PLC program, and can debugging interface display mor
ERStudio
- ER/Studio Data Architect (以前称为ER/Studio),是一种可视化的建模应用程序,除了可以设计与构建与平台相关的物理数据库以外,还可以分析与设计与平台无关的逻辑数据架构。 ER/Studio Data Architect 的强大的,多层式设计环境非常有助于数据库管理员,开发人员和数据架构师建立与维护庞大复杂的数据库应用程序,也有助于跨企业的元数据的巩固、报告和重用。-ER/Studio Data Architect (formerly known as ER/St
Delphi-VCL
- An automatic crossed MT4 indicators source, can be very good automatically marked trading point, pay attention to the entrance and exit point
ComAssistant-for-Delphi
- 串口调试助手源码(delphi版),可以用来测试串口搭建的环境是否成功。-This is the source of Serial debugging assistant for delphi,and with it you can check your serial structures of hardware whether is OK.
FastMM
- 这几天因为一个程序长时间运行出现比较严重的内存泄露问题,开始关注了一下内存管理方面的东西,以前也注意内存管理,创建了对象及时释放,但总有忘了处理的情况。 在Delphi中没有自动回收机制,所以一定要及时释放使用的内存,虽然有时小的内存泄露并不会造成太大的问题。 Delphi中检测内存泄露可以使用开源的FastMM使用很简单。-These days because of a long-running programs appear more serious memory lea
yyebookdel
- 该电子书2200多篇实用编程文章,700多万字,编程时常见的问题里面一般都能解决。作为备查资料不可多得。有关DELPHI系统、界面、数据库、控件、文件、网络、多煤体等编程资料,还有关于软件工程,法规等资料,该版采用更快的全文搜索算法,通过全文搜索和目录搜索希望能找到你想要的资料。(The e-book more than 2200 practical programming articles, about 7000000 words, programming common problems, w
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