-
Ini文件的读取类
支持读取windows ini配置文件的读取和写入
Ini文件的读取类
支持读取windows ini配置文件的读取和写入-Ini document reader category of support read windows ini configuration file read and write
- 2022-02-12 22:55:54下载
- 积分:1
-
C #直接打印和发送命令和字符串到打印机
c# direct printing and sending commands and string to printer
- 2022-07-21 05:43:52下载
- 积分:1
-
通过磁盘驱动器的智能搜索文件的2个组成部分。它扫描…
Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm saves system resources for best background performance. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set). 两个聪明的查找文件的元件-Two components for smart searching for files through your disk drives. It scans user specified paths for drives or selected files by file mask. File mask can contain multiple masks (for example :*. exe,*. dll,*. exe* . vxd). Thread based search algorithm saves system resources for best performance background. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and sp
- 2023-01-22 12:25:04下载
- 积分:1
-
用C++Builder实现的一个生成word中图片的例子。
用C++Builder实现的一个生成word中图片的例子。-C Builder of a generation word examples of the photos.
- 2022-04-23 16:27:24下载
- 积分:1
-
此程序可用来实现类似于资源管理器的功能
此程序可用来实现类似于资源管理器的功能- This procedure may use for to realize is similar to the
resource management function
- 2023-06-10 14:45:03下载
- 积分:1
-
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。
文件格式转换的程序,可以将avi格式的短片转换为mpg格式。-the program can translate avi to mpg
- 2022-04-06 11:03:43下载
- 积分: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
-
ssl漏洞侦测原始码
ssl漏洞侦测原始码
- 2022-01-27 12:13:03下载
- 积分:1
-
初学vb时做的一些小例子,仅供参考,其中有个利用vba生成日历的程序,个人觉得是设计的最好的,欢迎高手指点。...
初学vb时做的一些小例子,仅供参考,其中有个利用vba生成日历的程序,个人觉得是设计的最好的,欢迎高手指点。-beginners do when some small examples for reference, which has a calendar using VBA generating procedures, personal think it is the best design, welcomed the guidance of experts.
- 2022-02-02 23:43:59下载
- 积分:1
-
用正则表达式提取文本内容
VB代码实现用正则表达式对一段文字或对一个文本文件的内容进行匹配提取,提取到多段符合表达式的内容后可以自已指定用什么符号隔开显示。注意,建立VB工程后,要引用regexp.tlb文件,才支持正则表达式。
- 2022-03-15 07:46:51下载
- 积分:1