⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bitmaps.h

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 H
字号:
/*   Define a bunch of bitmaps   2x2, black, boxes, dimple3, dllines3, dllines4, dlines3, drlines4,   drlines4, gray, light_gray, gray3, hlines2, hlines3, hlines4,   vlines2, vlines3, vlines4, white*/#ifndef BITMAPS_H#define BITMAPS_H#include "tcl.h"#ifndef ANSI_ARGS#if defined(__STDC__) || defined(__cplusplus) || defined(HAVE_PROTOTYPES)#define ANSI_ARGS(a) a#else#define ANSI_ARGS(a) ()#endif#endifint Bitmap_Init ANSI_ARGS(( Tcl_Interp *interp ));int Bitmap_Reset ANSI_ARGS(( void ));char *Bitmap_Get ANSI_ARGS(( void ));#endif

⌨️ 快捷键说明

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