搜索资源列表
Project1
- 读取文件,并且显示出来,可以对文件进行读写操作-Read the file, and displayed, you can read and write operations on files
fileRead
- DELPHI开发的,对文件操作,进行文件的读入和写文件等功能-WU
FileExe
- delphi中文件读写操作示例,供学习使用。-read and write files in delphi example, for learning to use.
onekey
- 利用win32的api,程序外部执行程序,包括打开多个应用程序,读写ini文件操作。-Using win api, external program execution procedures, including multiple applications open, read and write ini file operations.
USB_read_write
- 读写USB口(massstorge)的程序,读写USB口上插得U盘或硬盘等设备的数据,写的时候要注意,写0磁道等地址上的数据时,会破坏文件系统,请小心操作。-Read and write USB port (massstorge) program, read and write on the USB port was inserted U disk or hard drive and other equipment, data, write the time to pay attention,
delphiini
- Delphi中的INI文件编程,里面进行的是delphi对配置文件的读写操作,值得学习-INI files in Delphi programming, which is delphi configuration file read and write operations, it is worth learning
creatini
- 用delphi实现对ini文件的创建,读,写操作。希望对刚开始学习的朋友有用-Using Delphi to create the INI file, read, and write operations. Hope that useful to start learning friends
delphishellai
- 该程序虽然只用了几个shellai函数,但是它涉及到了在Delphi中对DLL的引用、钩子实现、对指示区的操作、用户定义消息的处理、文件的读写等比较重要的内容,我相信这篇文章能对许多Delphi的初学者有所帮助。-Although the program used several shellai function, but it involves reference to the DLL in Delphi, the achievement of the hook, to indicate th
C
- Delphi:多个delphi读写处理xml的示例文件,一共包括了5个Delphi操作XML文件的相关实例,这些实例来自国外网站,有的需要使用第三方控件,XML在Delphi或者其它的程序语言中都使用广泛,掌握Delphi操作XML,会另Delphi程序开发更灵活,扩展性更强,有兴趣的可下载源码参考。 -Delphi: delphi write multiple sample processing xml file includes a total of five Delphi operat
inione
- Delphi INI文件读写操作,这似乎是一个比较常见的操作了。INI文件多用做程序的配置文件,本程序中就是使用INI存储了程序的相关信息。比如打开窗口后,所显示的第一句话就是从根目录下的INI文件中读取出来的,点击按钮,可切换成中文信息。-Delphi INI file read and write operation, it seems to be a common operation. INI files for program configuration file, the progra
delphiapithread
- 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica