登录
首页 » 图形图像 » GBA mode3绘图范例

GBA mode3绘图范例

于 2023-08-06 发布 文件大小:13.01 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

GBA mode3绘图范例-GBA graphics model mode3

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于visual c++ 2008环境 该实例是一个类似ACDSee的浏览工具――GraphShower。GraphShower主要实现如下功能:...
    基于visual c++ 2008环境 该实例是一个类似ACDSee的图像浏览工具――GraphShower。GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽度:保持图像长宽比例缩放图像,使图像宽度等于视图宽度。 ③ 适合高度:保持图像长宽比例缩放图像,使图像高度等于视图高度。 ④ 适合屏幕:自动判断图像的显示方式,使图像能在当前视图上完整显示。 ⑶ 特效显示。GraphShower支持以下特效:向下扫描、垂直双重扫描、向右移动、水平双重移动、垂直百叶窗、水平百叶窗、垂直栅条、水平栅条、马赛克和雨滴。 ⑷ 文件目录窗口。通过目录树可以直接打开图像文件。 ⑸ 位图浏览窗口。以缩略图的形式显示图像。 -err
    2023-04-20 10:25:03下载
    积分:1
  • 快速ICA算法,ICA(独立成分分析)。
    快速ica算法,ica(独立成分分析)。-Fast ica algorithm, ica (independent component analysis).
    2022-02-21 06:21:35下载
    积分:1
  • 5个象处理中的经典算法
    5个图象处理中的经典算法-five image processing algorithm classic
    2022-06-18 22:57:27下载
    积分:1
  • 多种边缘检测与分割处理bianyuanjiance
    多种图像边缘检测与分割处理bianyuanjiance-A variety of image edge detection and segmentation bianyuanjiance treatment
    2023-08-05 08:30:03下载
    积分:1
  • fft变换,采用标准c处理
    fft变换,采用标准c处理-fft transform, the use of standard treatment c
    2022-07-12 21:14:41下载
    积分:1
  • 很简单的编辑工具,1. 支持直线、矩和椭圆三种基本元,并且支持这些元的组合; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、...
    很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、另存、退出功能; 4. 支持鼠标,键盘操作; 5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能; 6. 人机界面友好,帮助文件完整; 7. 设计文档齐备。 -very simple image edit tool,1,line, rectangle ,ellipse drawing,and support these meta compositing.2 support color fill and muti_type line.3, with the founction of opening file,saving file ,saving as ,exiting.4,support mouse and keyboard controlling.5,with the founction of selection,copying,mirror,rotating,using the plugin to add founctions.6,well interface,full help document.7,complete design document .
    2022-01-27 12:07:33下载
    积分:1
  • 二维小波变换,包括提升9.7小波,是用c++语言编程实现的
    二维小波变换,包括提升9.7小波,是用c++语言编程实现的-Two-dimensional wavelet transform, including the upgrading of 9.7 wavelet, is used c++ Language programming to achieve
    2022-08-24 06:36:51下载
    积分:1
  • 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等处理方法;其次,探讨了如何提...
    本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free offline handwritten numeral recognition system. First, the identification number of the preconditioning treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the number of character strokes of structural features and characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching method to identify and MATLAB as a programming tool to achieve with a friendly graphical user interface of free handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance
    2022-03-17 23:58:28下载
    积分:1
  • 使用JAVA语言编写的画程序,使用了SWING,JAVA BEAN 等技术,是学习使用组件和JAVA界面和画类程序的很好参考...
    使用JAVA语言编写的画图程序,使用了SWING,JAVA BEAN 等技术,是学习使用组件和JAVA界面和画图类程序的很好参考-use of the Java language drawing procedures, the use of SWING, Java Beans, etc., is learning to use Java interface components and the types of procedures and drawing a good reference
    2022-07-27 12:54:43下载
    积分:1
  • 此文件为处理中较重要的程序,共28个,可在VC下运行,希望对处理感兴趣的人有所帮助。...
    此文件为图像处理中较重要的程序,共28个,可在VC下运行,希望对图像处理感兴趣的人有所帮助。-this document image processing for the more important, with a total of 28, the VC operation, hope that the right image processing interested in the help.
    2022-07-09 18:05:53下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载