代码搜索:ASIX

找到约 291 项符合「ASIX」的源代码

代码结果 291
www.eeworm.com/read/312729/3648217

h asix_sb.h

#ifndef _ASIX_SB_H #define _ASIX_SB_H #define MIN_SBHEIGHT 12 #define MIN_SBWIDTH 12 #define MIN_SLIDERBAR 12//make the bar larger and so easier to drag #define BMP_WIDTH 10 #define BMP_HE
www.eeworm.com/read/312729/3648218

h asix_lb.h

#ifndef _ASIXLBOX_H #define _ASIXLBOX_H #include "asixwin.h" #include "in_mn_lb.h" /***********************************************/ /*菜单的输入数据结构******************************/ struct LBOX_
www.eeworm.com/read/312729/3648220

h asix_ed.h

/* asixwin.h must be included in source file */ #ifndef _ASIX_ED_H #define _ASIX_ED_H #include "keydef.h" #define ASIX_EDITOR_VERSION 0x01000001 // v1.0 build 1 //#define EDITOR_MAX_WID
www.eeworm.com/read/312729/3648221

h asix_mn.h

#ifndef _ASIXMENU_H #define _ASIXMENU_H #include "asixwin.h" #include "in_mn_lb.h" /***********************************************/ /*菜单的输入数据结构******************************/ struct M
www.eeworm.com/read/312729/3648222

h asix_tb.h

#ifndef _ASIX_TB_H #define _ASIX_TB_H #define MAX_SHORTCUT_TASK_NUM 5 #define MAX_TASK_MN_ITEM (MAX_SHORTCUT_TASK_NUM+2) struct tb_ctrl { U32 classid; U32 wndid; U32 style; //
www.eeworm.com/read/312729/3648227

h asix_key.h

/************************************************************************* * * Copyright (C) Asic Center. 2001 * All Rights Reserved * * Filename : asix_key.h * Function : * Revisi
www.eeworm.com/read/312729/3648228

h asix_wn.h

/************************************************************************* * * Copyright 2000 National ASIC Center, All right Reserved * * FILE NAME: asix_wn.h * PROGRAMMER: Lingming * Date
www.eeworm.com/read/312725/3648852

c asix_ed.c

/********************************************************** * *Copyright ? 2001-2003 National ASIC Center, All right Reserved * * FILE NAME: asix_ed.c * PROGRAMMER: longn_qi * Date of Creati
www.eeworm.com/read/312725/3648854

c asix_kb.c

/************************************************************************* * * Copyright 2000 National ASIC Center, All right Reserved * * FILE NAME: asix_kb.c * PROGRAMMER: Lingming * Date
www.eeworm.com/read/312725/3648860

c asix_mn.c

#include #include #include #include "asixwin.h" #include "asixapp.h" #include "keydef.h" //#include //#include #include "disp.h" #inc