op-2.c

来自「DCT的结果做压缩的处理。删减高频成份的位数方式」· C语言 代码 · 共 19 行

C
19
字号
#include <windows.h>
#include <stdio.h>
#include <limits.h>
#include <math.h>
#define NNN 8
#define Nketa 3
#define PAI 3.14159265
#define M_PI PAI
struct PictureInfo 
{
  long left,top;
  long width;
  long height;
  WORD x_density;
  WORD y_density;
  short colorDepth;
  HLOCAL hInfo;
};
/* 

⌨️ 快捷键说明

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