利用Windows自带的API编写的读串口工程,相当于一个串口助手。可以自己改成写串口的。
2022-03-18 15:43:05 14KB 读写串口
1
借助CadLib库打开dxf文件的MFC对话框例子
2022-03-17 21:06:06 2.91MB C++ 读写 dxf VC
1
C# 用SerialPort控件读写三菱FX PLC程序。
2022-03-17 16:42:22 31KB C# PLC 通迅
1
主要为大家详细介绍了C++文件读写操作,感兴趣的小伙伴们可以参考一下
2022-03-17 16:04:59 181KB C++文件读写操作 C++文件读写
1
这是一个读写excel文件的库,不需要微软的office和.net框架,支持xsl,xslx,xslm,支持64位平台和Unicode。 经测试,已经XXX,c++创建xls 2003版的excel文件,文件的第一行会生成试用版的信息。如果创建xlsx 2007-2013版的excel文件则不会有提示。可以自行编译文件中的示例,invoice默认是创建xlsx的excel文件,其他示例都是创建xls的excel文件。推荐大家使用。 LibXL for Windows 3.6.2 | 2.5 MB ibXL is a library that can read and write Excel files. It doesn't require Microsoft Excel and .NET framework, combines an easy to use and powerful features. Library can be used to Generate a new spreadsheet from scratch Extract data from an existing spreadsheet Edit an existing spreadsheet LibXL can help your applications in exporting and extracting data to/from Excel files with minimum effort. Also it can be used as report engine. Library can be used in C, C++, C#, Delphi, Fortran and other languages. Supports Excel 97-2003 binary formats (xls) and Excel 2007-2013 xml formats (xlsx/xlsm). Supports Unicode and 64-bit platforms. OS : Windows XP, Vista, 7, 8 Language : English Home Page - http://libxl.com/
2022-03-17 15:42:22 2.55MB LibXL excel库 excel读写 excel
1
支持最新2014的西门子PLC MMC卡,读写卡0.9和V1.01版本软件,附带一些卡的镜像文件
2022-03-17 15:06:41 1.2MB MMC卡修复
1
c++写的在linux下读写ini文件。 读 ini.openfile(path, "r"); ini.getstr(...); ini.closefile(); 写 ini.openfile(path, "w"); ini.setstr(...); ini.closefile();
2022-03-17 10:52:57 2KB c++ linux ini
1
python读写excel文件代码,读写mdb代码
2022-03-17 10:06:59 80KB python excel
1
stc单片机的内部eeprom读写示例,keilc语言
2022-03-16 22:20:31 38KB stc单片机 内部eeprom 读写 keilc语言
1
新型51系列单片机STC89C52附有内部EEPROM,如果需要断电保存数据的话,应用系统可不再挂接24C02等存储IC了。经笔者使用,读写方便、存取可靠。特把汇编语言实用程序提供给大家参考。
2022-03-16 22:08:35 2KB STC89C52单片机 片内EEPROM读写
1