搜索资源列表
BenQ-SC-SDK
- 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动
driver
- 基于s3c2410向flash读写数据的驱动程序
image_bmp_process
- 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。
labviewOPC-FXPLC
- labview通过OPC与三菱FX系列PLC通讯实例 opc服务器软件使用的是KEPServerEx试用版,使用DataSocket函数对PLC的数据项进行操作。 DataSocket函数中,填上正确的OPC格式的地址即可。 最主要的是先配置好OPC服务器,OPC必须能正常跟PLC通讯,这样DataSocket读写数据时就能正确进行了。 本人也是刚学OPC通讯方面的,借人家的三菱FX1N进行试验,由于条件有限,没有对PLC所有的软元件进行试验,只试验了 X M
cktx
- 串口通讯,读写数据都可以,含发送字符带CRC校验-Serial communications, can read and write data, including sending characters with CRC Checksum
U_text
- U盘测试程序,对U盘不停的经行读写,判断数据是否有误,以此来测试U盘。-U disk test program, the U disk read and write non-stop through the lines to determine whether the data is incorrect, as to test the U disk.
PCI9052
- 9052的应用程序,可以对指定位置进行读写数据-9052 applications can read and write data on the specific location
StdioFileDemo
- vc 使用CStdioFile实现在txt文件中逐行读写数据\StdioFileDemo的程序源码,希望对大家有所帮助-vc achieved using CStdioFile read line by line in a txt file data \ StdioFileDemo the program source code, we hope to help
RWTextFile
- vc——创建文本文件并进行读写数据操作\RWTextFile-vc- Create a text file and read and write data operations \ RWTextFile
StdioFileDemo
- vc——使用CStdioFile实现在txt文件中逐行读写数据\StdioFileDemo的程序源码,值得一看!-vc- CStdioFile achieved using line by line in the txt file to read and write data \ StdioFileDemo the program source code, worth a visit!
StdioFileDemo
- 使用CStdioFile实现在txt文件中逐行读写数据\StdioFileDemo\StdioFileDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-CStdioFile achieved using txt file line by line in the read and write data \ StdioFileDemo \ StdioFileDemo.rar, very good vc source, interested friends can see.
vcini
- 两个INI文件操作实例,VC++源代码,两个源码分别是:VC++在INI文件中读写数据,VC++获得INI文件的全部段名。-INI file operations instance, VC++ source code, both source code are: VC++ to read and write data in the INI file, VC++ INI file section name.
arm_fpga.tar
- 实现TQ2440与FPGA的通信功能,将FPGA当作ARM的一个外设,通信方式为静态RAM方式。在代码中,我实现了向FPGA读写数据的功能,已经做过测试。没问题-make the TQ2440 board commuciate with the FPGA board.
ComTool
- 一个完整的串口读写程序,后台线程读写数据-A complete Serial literacy program, a background thread to read and write data
cansocket
- Can通信,两路Can分别对接,两路Can可以相互读写数据,运行在linux在用C++编写,G++编译就好了-Can communicate, Can two docking respectively.Two cans can read and write data to each other, running linux in written C++, G++ compiler like
USB_CSharp
- GD32F150的USB HID类,上位机和下位机源码,测试可用,还有VB6的HID原码,可读写数据,可以使用SM32F103的片也可以,上位机软件中也有C#的源码,C#的忘记打包了-GD32F150 the USB HID class, upper and lower machine source code, the test can be used, as well as the HID original VB6 code, can read and write data, you can
USB-HID
- GD32F150的USB HID类,上位机和下位机源码,测试可用,还有VB6的HID原码,可读写数据,可以使用SM32F103的片也可以,上位机软件中也有C#的源码- GD32F150 the USB HID class, upper and lower machine source code, the test can be used, as well as the HID original VB6 code, can read and write data, you can use SM
ARTEVT
- 使用WriteFile 块读写数据,可以的源码会让你很用-Use the WriteFile piece of reading and writing data, can be the source of will make you very use
Convertbinaryfile
- 实现二进制文件与普通的文本文件 之间相互转换,高效易用,数据结构体自己定义(The implementation of binary files and common text files to convert, efficient and easy to use, data structures themselves)
Cplus读NetCDF代码
- 在Linux平台下使用C++ 基于boost库读取NetCDF(多用于生物学,化学,气象等复杂数据)类型数据(using C++ read .netcdf data)