Welcome![Sign In][Sign Up]
Location:
Search - 动画实现,三种方法

Search list

[Other resource3

Description: 液晶显示屏LCD作为一种功耗低、体积小、无辐射的显示器件,近几年被广泛应用于各式各样的嵌入式电子产品中,LCD可分为段位式、字符式和点阵式三种,其中,段位式LCD和字符式LCD只能用于字符和数字的简单显示,不能满足图形曲线和汉字显示的要求,而点阵式LCD不仅可以显示字符、数字,还可以显示各种图形、曲线及汉字,并且可以实现屏幕上下左右滚动动画功能,分区开窗口、反转、闪烁等功能,用途十分广泛,为了简化液晶显示电路的设计和应用,生产厂家通常将液晶显示单元、显示控制器,显示内存和显示驱动电路等装配在一起,做成液晶显示模块LCD Module(LCM)[1]。LCM对外提供标准数据和控制接口以及控制指令,本文以ATM12864C为例,介绍带控制驱动器ST7920的液晶显示模块与Philips公司的ARM7微控制器LPC2214的接口设计及编程方法,并在此基础详细介绍在液晶显示屏上显示可连续滚动的中文菜单及菜单项反白选择显示的设计方法,并讨论如何解决汉字显示过程中出现的乱码问题。
Platform: | Size: 5630 | Author: yudakui | Hits:

[2D Graphic三种方法实现小车与月亮动画效果

Description: 动画实现用C语言编程,可以有三种程序设计方法,分别为: 1.用重画技术设计动画程序 2.用多图形页设计动画程序 3.用图像函数设计动画程序 本程序用C语言(TC)实现了三种画法,分别为Car1,Car2,Car3.对应以上三种实现方法。
Platform: | Size: 1461 | Author: dearzhangdai@163.com | Hits:

[OpenGL programOpenGL-model-rendering

Description: OpenGL真实感模型绘制与应用 实现功能: *利用交互式方法,操纵浏览模型细节,能方便观察模型。 *能够用不同的方式(如上截图)渲染模型,增加光照控制、坐标系的显示等等。 *利用luweiqi模型,设计了一个简单的真实感三维动画。 动画介绍: 打开程序运行后,luweiqi 出现在屏幕中,并且自动播放背景音乐《天下无双》 按数字‘7’键开始播放动画,模型向后渐行渐远,然后开始旋转,不久变成画线模式, 隐没于黑暗中后变成点模式,又重新向前方推移,营造了一种星空般的意境. 交互式键盘控制说明: 当按下键盘上d时,以沿X轴逆时针旋转 当按下键盘上c时,以沿X轴顺时针旋转 当按下键盘上s时,以沿Y轴逆时针旋转 当按下键盘上x时,以沿Y轴顺时针旋转 当按下键盘上a时,以沿Z轴逆时针旋转 当按下键盘上z时,以沿Z轴顺时针旋转 键盘上的0为材质开关 键盘上的1为纹理开关 键盘上的2为光照开关 键盘上的3开启画线模式 键盘上的4开启点模式 键盘上的5开启填充模式 键盘上的6为坐标开关 键盘上的7为动画播放开关 注:在模型重新向后推移时段,以上开关才全部有效。之后部分按键将无效。-OpenGL realistic model rendering and application Functions: * using interactive methods, manipulate browsing model details, convenient to observation model. * to be able to use different ways (as above screenshots) rendering model, increase control, coordinate display light, etc. * use luweiqi model, design of a simple realistic 3 d animation. Animation is introduced: Open the program after the operation, luweiqi appear on your screen, and automatic playback background music "server" Press numeric 7 "button to start the animation, backward model further away from it, and then begin to spin, soon become painting line model, Subduction in the darkness became point mode, back to the front goes on, built a kind of artistic conception of the stars. Interactive keyboard control instructions: When the press keyboard d, along with the X axis counter-clockwise When the press keyboard c, along with the X axis clockwise When the press keyboard s, along with the Y axis counter-c
Platform: | Size: 6453248 | Author: yang | Hits:

[Windows DevelopvcPP-APP_CODE_13

Description: 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: 漂亮C++界面源码.rar 漂亮的编辑框.rar 屏幕放大镜源代码.zip 屏幕监控+远程控制+mfc+vc.rar 屏幕录像模块程序设计.zip 屏幕录像源代码.rar 屏幕小精灵.zip 七彩泡泡屏保代码.rar 轻松实现类VC界面.zip 全屏幕播放AVI文件的启动界面程序.rar 全屏幕播放flash的动画启动界面.rar 任务栏终级编程.rar 三种方法来检索处理器信息.zip 深入解剖远程管理软件编写.zip-Independent package, extract, containing a large number of source, collected from the Internet. A total of 10 a few packs of each package of dozens of megabytes. Content of the package: the beautiful C++ interface source code. Rar beautiful edit box rar screen magnifier source code zip screen monitor+ remote control+mfc+vc.rar screen video module programming source code zip screen video. Rar screen elf. Zip Colorful bubbles the bubble the Screensavers code. rar easy VC interface start the interface program zip full-screen playback AVI files rar full-screen playback flash animation start interface rar taskbar ultimate programming. rar three methods to retrieve processor information. zip depth anatomy remote management software to write. zip
Platform: | Size: 60800000 | Author: 李东波 | Hits:

[Dialog_Windowjianbianbeijingse

Description: 在安装程序和许多游戏、屏幕保护程序中,经常有背景渐变的效果(一幅图象渐渐的消失,同时另一幅图象渐渐显示出来)。如何实现这种效果呢?在windows(GDI)环境下,实现位图的淡入淡出的方法有三种: 1. 调色板动画:该方法速度很快,但只能用于256色的图形,而且不易实现渐隐效果,不推荐使用; 2. 模式画刷:该方法实现比较简单,但是效果不如其余两种; 3. 动画法:该方法效果很好,但是速度要稍慢一些。 本例采用“动画法”以两幅位图为例进行讲解,实现从黑色背景中逐渐显现第一幅图片,之后 第一幅图片逐渐消隐、第二幅图片逐渐显现的渐变效果。 -Installer and many games, screen savers, often have the effect of background gradient (an image gradually disappear, while the other one image is gradually displayed). How to achieve this effect? Windows (GDI) environment, bitmap fade in three ways: 1. The palette animation: This method is fast, but can only be used for 256-color graphics, but not easy to achieve fade effect, is not recommended 2. The pattern brush: This method is relatively simple, but the effect is not as good as the other two 3. Animation method: This method works well, but the speed is slightly slower. This example uses " animation" example to explain the two bitmaps, the first picture is gradually emerging from the black background, gradually blanking after the first picture, the second picture is gradually emerging gradient effect.
Platform: | Size: 1548288 | Author: wojiushiwo | Hits:

[CSharpWPF_three-ways_animated_gif

Description: WPF显示gif源码提供了WPF实现显示gif动画的三种方法,大家都知道WPF的Image元素只能显示GIF图片的第一帧,而MediaElement不能加载作为资源或内嵌的资源的GIF图片。-WPF display gif source provides three ways to achieve the display WPF animated gif, we all know that the Image WPF element can only display the first frame GIF image, and MediaElement can not be loaded as a resource or resource embedded GIF images.
Platform: | Size: 243712 | Author: 狂战士僵尸 | Hits:

CodeBus www.codebus.net