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

📄 mmx8.cpp

📁 该源码程序实现了intel MMX16位的底层控制功能,在vc环境下完成的。
💻 CPP
字号:
// MMX8.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "MMX8.h"
#include "MainFrm.h"


#ifdef _DEBUG
#define new DEBUG_NEW
#endif



/*
Written by: Alex Farber      alexf_1@hotmail.com


Using MMX for 8-bpp image transformations

Sources:
1. Intel Software manuals - http://developer.intel.com/design/archives/processors/mmx/index.htm

Volume 1: Basic Architecture
CHAPTER 8
PROGRAMMING WITH THE INTEL MMX

⌨️ 快捷键说明

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