代码搜索结果
找到约 57,564 项符合
Display 的代码
display.h
#ifndef DISPLAY_H
#define DISPLAY_H
class Display
{
HDC DC, memDC, picDC;
HBITMAP memBmp, picBmp, maskBmp;
class GameWorld *pGameWorld;
class Bitmap *pBitmap;
void SetClientSize(H
display.cpp
#include "stdafx.h"
// 构造函数
Display::Display(GameWorld *pgw)
:pGameWorld(pgw)
{
// SetClientSize(pGameWorld->GameWindow, pGameWorld->Width, pGameWorld->Height);
SetClientSize(pGameWorld->GameW
display.c
/*-----------------------------------------
Display the Value of Field Component
--- Implemented by Calling GNUPLOT
-------------------------------------------
*/
# in
display.m
%DISPLAY Display dataset information
display.m
%DISPLAY Display mapping information
display
NAME
display - set and/or return decimal digits for displaying numbers
SYNOPSIS
display([d])
TYPES
d integer >= 0
return integer
DESCRIPTION
When given an argument, this funct
display.h
#define display_h
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
extern void display(void);
display.m
function display(net)
fprintf(1,'\nsupport vector classifier:\n\n');
fprintf(1,' kernel = %s\n', char(net.kernel));
fprintf(1,' bias = %f\n', net.bias);
fprintf(1,' sv = %s\n', m
display.m
function display(ker)
fprintf(1,'\nradial basis kernel (gamma = %f)\n\n', ker.gamma);