-
元件读取Excel文件,和部件的数据映射…
调用officeexcel组件读取Excel文件,并在Labview组中对组件进行数据映射
- 2023-05-24 21:25:03下载
- 积分:1
-
文件操作源码
文件操作源码 -file manipulation source file manipulation FO
- 2022-12-21 01:50:03下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1
-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分:1
-
VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍...
VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍-VB operating the temporary document, a useful comparison, the paper"s operation delete a more detailed briefing
- 2022-02-05 23:44:09下载
- 积分:1
-
文件的分割与合并程序。可将文件按指定大小分割,也可将分割的文件合并为一个整体...
文件的分割与合并程序。可将文件按指定大小分割,也可将分割的文件合并为一个整体-document with the division of the merger process. Documents can be divided in accordance with the specified size, can also be divided in the paper for an overall merger
- 2023-01-25 16:55:04下载
- 积分:1
-
incsrch。M
incsrch.m
root finding by incremental search requires func1.m
bisect.m
bisection root finding code uses function file: fcn.m
falspos.m
root finding by false position
newtraph.m -incsrch.m
root finding by incremental search requires func1.m
bisect.m
bisection root finding code uses function file: fcn.m
falspos.m
root finding by false position
newtraph.m
- 2022-05-19 20:49:04下载
- 积分:1
-
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能....
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
- 2022-01-25 15:44:01下载
- 积分:1
-
delphi 7.0 用于查找源代码中的中文并进行修改
delphi 7.0 用于查找源代码中的中文并进行修改-search for the source code to the Chinese and revised
- 2022-02-13 14:36:08下载
- 积分: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