代码搜索:Views
找到约 2,298 项符合「Views」的源代码
代码结果 2,298
www.eeworm.com/read/277724/10609092
cpp views.cpp
#include "views.h"
#include "canvas.h"
#include "fft.h"
#include "recorder.h"
COLORREF MapColor (int s)
{
if ( s < 16 )
return RGB(0, 0, 128);
else if ( s < 32)
retu
www.eeworm.com/read/277724/10609096
h views.h
#if !defined VIEWS_H
#define VIEWS_H
#include "controls.h"
#include "canvas.h"
class Fft;
class SampleIter;
class ViewFreq: public SimpleControl
{
public:
ViewFreq (HWND hwndParent,