-
put a few bmp file to show the order form animation process.
一个把几张bmp文件顺序显示来形成动画的程序.-put a few bmp file to show the order form animation process.
- 2022-08-21 05:04:45下载
- 积分:1
-
本例子介绍了如何进行任意的背景渲染过渡的算法.
本例子介绍了如何进行任意的背景渲染过渡的算法.-the example of how arbitrary background rendering algorithm transition.
- 2022-01-29 02:57:26下载
- 积分:1
-
自述图片浏览器
README for Picturebrowser
=========================
The modified files are included as listed in the final report:
-alt_ypes.h : header file for io.h
-nxview.c: modified this existing, to time the running time of the display
-picturebrowser.c: file which handles the logic of buttoons and the driver (button)
-hardware (folder): find the project inside and install on the board
-jddctmgr.c : modified manager
-jdidcint.c: hardware assisted idct transform
-Makefile: to compile picturebrowser (you will have to include in romfs to run our project)
-io.h
-zImage
Running our picture viewer:
--------------------------
open the project (in hardware folder) with quartus and in programmer install on the board.
In the terminal:
$ nio2-download -g zImage and the start nios2-terminal
$ nios2-terminal
at Boot, it detects the USB and run
./pictureviewer
Navigate through buttons...enjoy it with moderation:)
-README for Picturebrowser
====
- 2022-08-21 09:33:36下载
- 积分:1
-
这是用vc来写的卡尔曼滤波程序,可以运行,不需要解压密码,谢谢!...
这是用vc来写的卡尔曼滤波程序,可以运行,不需要解压密码,谢谢!-This is used to write vc Kalman filtering process can run without extracting passwords, Thank you!
- 2023-05-20 04:55:03下载
- 积分:1
-
该程序封装了贝塞尔曲线的绘制方法――就是Graphics类的DrawBezier()方法。通过他一个不了解贝塞尔曲线数学背景的人都很容易绘制。...
该程序封装了贝塞尔曲线的绘制方法――就是Graphics类的DrawBezier()方法。通过他一个不了解贝塞尔曲线数学背景的人都很容易绘制。-Bessel curve of the drawing method-- is the kind of DrawBezier Graphics () method. Through his ignorance Bessel curve of a mathematical background of the drawing is easy.
- 2022-05-16 10:01:09下载
- 积分:1
-
ANN fast DCT algorithm, was pretty good, we look at!
ANN的快速DCT算法,还不错,大家看看!-ANN fast DCT algorithm, was pretty good, we look at!
- 2022-02-13 21:40:43下载
- 积分:1
-
著名的CHMM算法源码,是VC++ 7.0 版本的
著名的CHMM算法源码,是VC++ 7.0 版本的-Well-known source CHMM algorithm is VC++ 7.0 version of the
- 2023-06-09 22:05:03下载
- 积分:1
-
use of this procedure is java language tanks games, the use of java 3d technolog...
本程序是利用java语言开发的坦克游戏程序,使用java 3d技术实现三维造型。-use of this procedure is java language tanks games, the use of java 3d technology to achieve 3D modeling.
- 2022-03-25 05:12:04下载
- 积分:1
-
实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能....
实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能.
-system to use serialize () function sequence of the mouse documents and paintings of some simple graphics functions.
- 2022-01-25 20:48:15下载
- 积分:1
-
从BMP文件加载位图并显示BMP文件有四个部分。第一个我..
从BMP文件中装入位图并显示
the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image.
by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib.
the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains t
- 2022-03-02 16:58:15下载
- 积分:1