?? chapter9.cpp
字號:
//---------------------------------------------------------------------------#include <vcl.h>#pragma hdrstop#include "chapter9.h"#include <iostream.h>#include <math.h>#include <math.hpp>//---------------------------------------------------------------------------#pragma package(smart_init)void SPIHTAlgorithmInitialize(float max_coefficient, float *threshold, SPIHTCoefficient H[], List *LIP, List *LIS) { int max_coefficient_bits = (int)Log2(abs(max_coefficient)); *threshold = (float)pow((double)2, (double)max_coefficient_bits); for (int i=0; i<4; i++) { //Add
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -