📄 btsearch.h
字号:
/*********************************************************************** File: search.h Rev: a-1 Date: 11/30/2000 Copyright (c) 1993, 2001 by David M. Warme************************************************************************ Declarations for the special backtrack search used by the FST pruning code.************************************************************************ Modification Log: a-1: 11/30/2000 warme : Created.************************************************************************/#ifndef BTSEARCH_H#define BTSEARCH_H#include "steiner.h"/* * Function Prototypes */extern double backtrack_search (struct cinfo *, bitmap_t *);extern void initialize_btsearch (void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -