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

📄 eagle.h

📁 十七种模拟器源代码 非常有用的作课程设计不可缺少的
💻 H
字号:
/*************************************************************** eagle.h** eagle header for use with DJGPP* needs eagle.o to link** Date : 15 September 1998** Eagle Version : 0.40** Includes the MMX version (autodetect)** Please distribute this file with the complete eagle package* **************************************************************/extern void eagle    ( 	unsigned long *lb,		unsigned long *lb2,		short width,		int destination_segment,		int screen_address1,		int screen_address2 );extern void eagle_mmx16    ( 	unsigned long *lb,		unsigned long *lb2,		short width,		int destination_segment,		int screen_address1,		int screen_address2 );extern void eagle_bmp    ( 	unsigned long *lb,		unsigned long *lb2,		short width,		int destination_segment,		int screen_address1,		int screen_address2 );

⌨️ 快捷键说明

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