⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsypch.h

📁 相机传输图像程序源代码 拜耳模式(RAW格式文件)与RGB图像数据互相转换函数库
💻 H
字号:

#ifndef ___DSYPCH_H
#define ___DSYPCH_H

#include <lvdef.h>
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dos.h>

#ifdef _MSC_VER
#include <memory.h>
#else
#include <mem.h>
#endif

#include <prvphlib.h>

#include <port.h>
#include <nodes.h>

#include <dsylib.h>
#include <privdef.h>

#ifndef __NOLOG__
#include <track.h>
#include <lvlog.h>
#endif

#include <pci.h>
#include <lvos.h>

#pragma hdrstop

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -