搜索资源列表
VC下的MAPX实现
- 文实验环境为 .NET 1.1,MAPX4.5。 为了让鹰眼图脱离主View单独浮动,决定使用CJLibrary控件来放置鹰眼图,该控件可由网址[2]下载。 鹰眼图上面有一个红色矩形框,表示主图的当前可视范围。要求点击鼠标左键来移动此框时能够引起主图的联动。 主图上有放大、缩小、移动三个工具按钮,要求主图变化的时候,能够引起鹰眼图矩形框的联动。 实现的易错点在CMapXEagleBar::OnMouseUpInMap函数, 鹰眼图中矩形框的移动要经过如下几步: a) 得到矩形框四个顶点
Windows指定顏色點亮畫面AP
- 透過設定畫面指定顏色(R/G/B/W)點亮畫面
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
RGB2HIS
- 实现RGB to HSI的转换,用matlab将图片中的R,G,B提取出来转换成相应的H,I,S-Achieve the RGB picture of the R, G, B to the HSI conversion using Matlab extracted converted into the corresponding H, I, S
PNG_vc
- 能够打开png,jpeg,bmp,gif图像格式能在VC6.0上运行,经过我亲手调试~!-It can be used in VC6.0 to open the picture type of png,jpeg,bmp and gif~!I have test by myself excectly~!
huiduhuatuxiang
- 实现彩色图像灰度化的效果.在RGB模型中,如果R=G=B时,则彩色表示一种灰度颜色,其中R=G=B的值叫灰度值,因此,灰度图像每个像素只需一个字节存放灰度值(又称强度值、亮度值),灰度范围为0-255。-color image
QuadTree
- Image QuadTree in MFC. for demo pupose it uses only 8bit b/w images. sample image provided. Quadtree algorithm fully recursive.
MPlayer-1.0rc2.tar
- RTP/RTSP MPlayer-1.0rc2.tar Source Code
SFTW351-Assignment1-D-A6-2776-4
- * Zooming and Shrinking Images -(a) Write a computer program capable of zooming and shrinking an image by nearest neighbour and bilinear interpolation. The input to your program is the desired size of the resulting image in the horizontal a
Assignment_2
- Image Enhancement -1. Histogram Equalization (a) Write a C++ function for computing the histogram of an image. (b) Write a C++ function to implement the histogram equalization with local enhancement ability for any neighbourhood si
Assignment_3
- * Frequency domain filtering -1. Discrete Fourier Transform Write a C++ function for each of following: (a) Multiply the input image by (-1)x+y to center the transform for filtering. (b) Compute the two-dimensional discrete F
0503102
- 设一个多媒体播放系统用来播放一个video segment集合V,该集合中的每一个元素segment S=(B L F),其中B为开始时间,L为媒体播放时间, 即媒体长度,F为该媒体播放被延迟所造成的损失函数(此处可以假定F为关于延迟播放时间D的线性函 数,如就定义F(S) = S.D,也可以自己设定)。媒体播放时要求每个S的播放不能被中断(不可抢 占),只能一个接一个的播放。本课程设计的基本目的是设计给出尽量少损失的调度算法。对于V={S1 ,S2,…,Sn},V上的一个调度就是V集合中各元素
MuseRadio_06
- MuseRadio 1.0 Beta版 完成。 添加了中国国际广播电台轻松调频和陕西交通广播的几个节目,其它电台和节目可根据个人喜好自行添加。软件公是初版,仍存在不少问题,以后会逐步优化。 本软件的亮点: 1.可以自行对电台及节目信息进行管理(数据存储在ACCESS数据库中,用户需安装Office); 2.可对回放节目按照日期进行智能整合,生成播放列表自动连续播放,不能播放者为该日节目服务器未上传或已撤下。 2009年7月4日
Bezierp2CCoonsp2CB
- mfc csdn bezier coons b样条 曲线 vc++6.0-mfc csdn bezier coons b-spline curve vc++6.0
VB-CMenu
- VB CMenu自定义菜单类.V B CMenu ,very beautiful-VB CMenu ,very beautiful VB CMenu ,easy to use.
GuessNumber
- 一个简单的猜数字游戏,代码效率一般,但是实现了功能.上面的输出列表里面会显示xAxB,A代表数字位置也对数值也对,B代表数值正确位置不对.你有10次机会.-A simple guessing game, code efficiency in general, but to achieve the function output will be displayed inside the above list xAxB, A position also represents a number of
Operator-nesting
- 利用条件运算符的嵌套来完成此题:学习成绩> =90分的同学用A表示,60-89分之间的用B表示, 60分以下的用C表示。1.程序分析:(a> b)?a:b这是条件运算符的基本例子。-Operator nesting
ColorIt_src
- colorit b y mohans work m colorization
Image-panorama-stitching-VCPOPENCV
- 图像A和B,A有至少1/3部分与B重合,在A中找图像块a,在B中找图像块b,利用夹角余弦距离,求a 、b的相似度,利用循环使b在B中移动,找到相似度最大的图像块b。通过b所在点坐标,确定B相对于A的偏移量。通过偏移量将A和B放在同一坐标系实现拼接。- Images A and B, A and at least 1/3 of the overlap B, find a picture in A block, looking for an image block b in B, usin
11114
- 字典序问题的源代码在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A+由26+个小写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1+次。