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

📄 mvtypes.h

📁 主要进行大规模的电路综合
💻 H
字号:
/**CFile****************************************************************  FileName    [mvtypes.h]  PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]  Synopsis    [special types used across MVSIS.]  Author      [MVSIS Group]    Affiliation [UC Berkeley]  Date        [Ver. 1.0. Started - February 1, 2003.]  Revision    [$Id: mvtypes.h,v 1.2 2003/05/27 23:14:19 alanmi Exp $]***********************************************************************/#ifndef __MVTYPES_H__#define __MVTYPES_H__///////////////////////////////////////////////////////////////////////////                         TYPEDEFS                                 ///////////////////////////////////////////////////////////////////////////#ifdef bool#undef bool#endiftypedef int                        bool;#ifdef uint8#undef uint8#endiftypedef unsigned char              uint8;#ifdef uint16#undef uint16#endiftypedef unsigned short int         uint16;#ifdef uint32#undef uint32#endiftypedef unsigned int               uint32;///////////////////////////////////////////////////////////////////////////                       END OF FILE                                ///////////////////////////////////////////////////////////////////////////#endif

⌨️ 快捷键说明

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