代码搜索:graph
找到约 10,000 项符合「graph」的源代码
代码结果 10,000
www.eeworm.com/read/449903/7494633
h graph.h
/*
graph.h
图形库相关函数声明
最后修改: 2007-06-19
*/
#ifndef FILE_GRAPH_INCLUDED
#define FILE_GRAPH_INCLUDED
/*#define VESA101H*/ /* VSEA 101h 模式开关,默认 VGA 12h 模式 */
enum COLORS
{
www.eeworm.com/read/449378/7507456
gif graph.gif
www.eeworm.com/read/449377/7507588
gif graph.gif
www.eeworm.com/read/449374/7507674
graph_4
NAME: mclerc4
TYPE: ATSP
COMMENT: Several_Hamilton_cycles._Min.:_4
DIMENSION: 4
EDGE_WEIGHT_TYPE: EXPLICIT
EDGE_WEIGHT_FORMAT: FULL_MATRIX
EDGE_WEIGHT_SECTION
0 1 1 2
1 0 1 1
1 1 0 1
2 1 1 0
www.eeworm.com/read/449374/7507677
2 graph_6.2
NAME: mclerc6_2
TYPE: ATSP
COMMENT: Several_Hamilton_cycles._Min.:_6
DIMENSION: 6
EDGE_WEIGHT_TYPE: EXPLICIT
EDGE_WEIGHT_FORMAT: FULL_MATRIX
EDGE_WEIGHT_SECTION
0 2 2 -1 2 1
1 0 2 -1 2 -1
www.eeworm.com/read/446763/7565406
c graph.c
void loc_xy(unsigned char X,unsigned char Y);
void line(unsigned char pos);
void cls_grap(void);
void cls_grap(void);
extern unsigned char code line_code[16][6];
extern void send_i(unsigned
www.eeworm.com/read/446763/7565408
obj graph.obj
www.eeworm.com/read/446763/7565409
lst graph.lst
C51 COMPILER V7.06 GRAPH 07/07/2008 21:47:21 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE GRAPH
OBJECT MODULE PLACED IN g
www.eeworm.com/read/446722/7570555
c graph.c
char li16[]={
/* 以下是 '李' 的 16点阵宋体 字模,32 byte */
0x01,0x00,0x01,0x00,0x7F,0xFC,0x03,0x80,
0x05,0x40,0x09,0x30,0x31,0x0E,0xDF,0xE4,
0x00,0x80,0x01,0x00,0x7F,0xFE,0x01,0x00,
0x01,0x00,0x01,0
www.eeworm.com/read/446722/7570557
h graph.h
/***********************graph.h*****************************/
#include
struct FormClass
{
int left;
int top;
int right;
int bottom;
int bkcolor;
};
typedef st