代码搜索:ToolBox
找到约 9,571 项符合「ToolBox」的源代码
代码结果 9,571
www.eeworm.com/read/408280/11400355
h toolbox.h
#ifndef _TOOLBOX
#define _TOOLBOX
#include
#define MaxGWorlds 100
#define MaxWindows 50
#define TRect Rect
#define TPoint Point
#define TBoolean
www.eeworm.com/read/408280/11400357
c toolbox.c
#include "Toolbox.h"
GWorldPtr gw[MaxGWorlds];
TBoolean gwFree[MaxGWorlds];
TRect gwRect[MaxGWorlds];
RGBColor gwForeColor[MaxGWorlds];
RGBColor gwBackColor[MaxGWorlds];
WindowP
www.eeworm.com/read/157685/11672502
c toolbox.c
/*============================================================================*/
/* L a b W i n d o w s / C V I */
/*------------------------------------
www.eeworm.com/read/157685/11672525
h toolbox.h
/*============================================================================*/
/* L a b W i n d o w s / C V I */
/*------------------------------------
www.eeworm.com/read/157685/11672530
fp toolbox.fp
www.eeworm.com/read/157685/11672538
obj toolbox.obj
www.eeworm.com/read/258751/11845713
ini toolbox.ini
[Colorbox]
Visible=0
PenColor=16777264
FillColor=16777266
TextColor=16777231
WinColor=16777296
Left=625
Top=356
Right=807
Bottom=493
[ReportBox]
Left=276
Top=264
Right=621
Bottom=342
www.eeworm.com/read/155032/11903057
ico toolbox.ico
www.eeworm.com/read/256156/12021154
bmp toolbox.bmp
www.eeworm.com/read/253499/12219020
py toolbox.py
"""Miscellaneous utility functions
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author_