搜索资源列表
ProperWnd
- 属性页放置在窗口的指定位置这个例子使用公用控制回调在一个CListView中管理CListCtrl控制,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\\MSDEV\\LIB(VC5.0在DevStudio\\VC\\Lib)目录下的Win32Api.CSV就是这样的文件-attribute pages placed in the window of the designated spots examples use common control callback in a CLis
MyWnd
- 这个例子使用公用控制回调在一个CListView中管理CListCtrl控制,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\\MSDEV\\LIB(VC5.0在DevStudio\\VC\\Lib)目录下的Win32Api.CSV就是这样的文件-examples of the use of the common control of a pullback in CListCtrl CListView management control, for example the analy
ListView&ListControl
- 这个例子使用公用控制回调在一个CListView中管理CListCtrl控制,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的MSDEVLIB(VC.在DevStudioVCLib)目录下的WinApi.CSV就是这样的文件-examples of the use of the common control of a pullback in CListCtrl CListView management control, for example the analysis of a num
1apibrowe
- 这个例子使用公用控制回调在一个CListView中管理CListCtrl控制,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\\MSDEV\\LIB(VC5.0在DevStudio\\VC\\Lib)目录下的Win32Api.CSV就是这样的文件-examples of the use of the common control of a rebound in the management CListCtrl CListView control, for example the an
READCSV
- VC编写的用于读写CSV格式的谱图文件的源代码,希望对研究光谱软件的人提供帮助
readcsv_20101228
- VC读取CSV数据并去掉分隔符简单了点仅供参考-failed to translate
ImportExportCSV_src
- CSV文件导出导入, CSV文件导出导入,-Import CSV file, CSV file import,
apibrow
- 使用公用控制回调在一个CListView中管理CListCtrl控制例子源码,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件.-The use of common control callback CListView in a CListCtrl control in the management of source code examples, this example is
CsvExcel
- csv to excel file converter. need to open csv or excel file. just convert.
ReadCsv
- vc++6.0下的用ODBC读取CSV格式数据文件的实例。-vc++6.0 under the CSV format, using ODBC to read the data file examples.
ListManage
- VC++的listctrl列表控件的使用,及其对csv文件的读写操作,用逗号分隔字符就可以了!-Listctrl list of VC++ controls the use of its read and write csv file, comma-separated characters on it!
vc-csv-Check-mark
- 利用vC的数据库功能,实现连接CSV文件,读写其中数据,作为成绩查询软件,附带源码。-VC the database functions to connect the CSV file, read and write which data, as results query software, with source code.
vcPPcsvfile
- Vc++读写csv文件的类,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。-Class Vc++ read and write csv file, as long as the the above code CSVOperator.h, CSVOperator.cpp and StringParser.h copied to the project, it can be used directly.
vc-csv
- Vc++读写csv文件的类,这个资源是读写CSV文件的非常实用的类。方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。经本人测试,只要把上面的代码CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。-Class Vc++ read and write csv file, this resource is to re
vcnetfilelist
- VC.NET改变最近文件列表的最大值,当打开文件的时候,会保留所打开文件的历史记录,有的软件保存5条,有的则保存更多,如何改变空上值,本例主要是改变最近文件列表的最大值,有兴趣的下载本源码一看究竟。CSVOperator.h、CSVOperator.cpp和StringParser.h拷贝到项目中,就可以直接使用。在CSV_OP.cpp文件中,main方法里面有详细的读取文件的方法。读取的是config.csv这个文件。-failed to translate
FOETAL_ECG
- 实现了VC在线读取csv格式的文件,并且保证不会出现乱码。 -Implements the VC online read CSV format of the file, and ensure that won t appear garbled.
string_operation
- 几个用来操作字符串和csv文件的函数,c语言,C++,VC都可以使用-some func for string and csv file operation
APIBROW
- VC++使用公用控制回调在一个CListView中管理CListCtrl控制,用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC5.0在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件-VC++ using the common control callback management CListCtrl control in a CListView, the analysis of a number comma separator tex
VC-CSV
- VC6.0读写CSV文件. 1、实现对test.csv文件的读写(例子主要是读); 2、可以辨别CSV文件中的注释行(例子以符号“;”为注释行); 3、可以剔除空行;-VC6.0 write a CSV file, to achieve test.csv file read and write (examples mainly reading) 2, can be identified in the CSV file comment lines (example symbol &q
CSV-READ-WRITE-CLASS
- c++读写csv文件的类,方法写得非常好,代码也写得非常简洁,很合适在实际项目中使用。-write and read csv file using vc++