-
这是 Delphi 的文件操作实例,很基础的,给初学者很好的帮助。...
这是 Delphi 的文件操作实例,很基础的,给初学者很好的帮助。-This is the example of Delphi" s file operations, it is based, to a very good help for beginners.
- 2022-01-22 01:17:25下载
- 积分:1
-
This program searches disk for files that matches specified mask and deletes the...
This program searches disk for files that matches specified mask and deletes them to clean disk from unused and unneeded files.
- 2022-03-26 06:32:35下载
- 积分:1
-
PIC 4 位数液晶显示接口
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*项目 016-4 位数液晶模块的接口CCS 编译器由 Michel 柴 (c) 2004 年 9 月。http://users.skynet.be/bk317494/---bavin@skynet.be-----......享受 !仅用于个人或教育的开放源码。*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////#include < 18f452 h =""> / / 设备选择#device adc = 10 * = 16#fuses XT、 NOWDT、 NOPROTECT、 NOLVP、 放、 NOBROWNOUT、 NOOSCSEN、 CCP2C1、 NOSTVREN、 NODEBUG#use delay(clock=4000000) / / 4 兆赫 !ADC 不是最优 20 MhZ + 电力消费双打#use rs232 (波特率 19200,传输分类 = = PIN_C6,垃圾车 = PIN_C7)#use i2c (主,sda = PIN_C4,沙田至中环线 = PIN_C3,快速)#zero_ram#PRIORITY#use fast_io(A)#use fast_io(B)#use fast_io(C)#use fast_io(D)#use
- 2022-07-17 12:47:31下载
- 积分:1
-
操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。...
操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。-Operating System Course Training Manual, describes a variety of operating systems, including the process of communications, storage management, thread, file management knowledge.
- 2023-03-16 21:05:04下载
- 积分:1
-
文件上传SmartUpload
资源描述此代码是基于oracle数据库的文件上传功能实现,实现的是雇员信息功能,因为雇员信息有图片显示功能要求,通过文件上传功能实现信息录入功能。代码包含sql语句和具体实现代码,个人也是刚学,如有不对的地方大家指出。
- 2022-10-21 14:05:04下载
- 积分:1
-
delphi解析xml 通过delphi对于xml文件进行解析例程
delphi解析xml 通过delphi对于xml文件进行解析例程-delphi analytic xml through delphi for xml document analysis routines
- 2023-01-07 01:20:03下载
- 积分:1
-
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了...
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了操作大量格式化数组的一种技巧, 一次完成, 无须一个一个地操作。
- 2022-04-19 01:30:45下载
- 积分:1
-
是一个用JAVA写的能让你的JAVA程序读如EXCEL文件的类,很好用的,只要调用这个类,就可以解决JAVA本身没有读写EXCEL文件的难题!...
是一个用JAVA写的能让你的JAVA程序读如EXCEL文件的类,很好用的,只要调用这个类,就可以解决JAVA本身没有读写EXCEL文件的难题!-Java is used to write one of you can read the Java procedures such as Excel document categories, the good, as long as the category called on the Java itself can be solved without literacy problems Excel documents!
- 2022-04-15 03:35:50下载
- 积分:1
-
操作PE文件的一个类,对于理解PE文件的格式有帮助
操作PE文件的一个类,对于理解PE文件的格式有帮助-operation of a document PE class for understanding the format of PE help
- 2022-03-06 18:09:10下载
- 积分:1
-
程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作...
程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作-procedures for the operation of the file pointer, the use of indicators to quickly position in the document, other drop-in replacement operation
- 2022-06-12 02:37:43下载
- 积分:1