搜索资源列表
(Image)FastLib_N
- FastLib图像特效库(新).一些图形方面的算法如翻转,放大缩小,都有例子:)-FastLib Image effects for the (new). Some graphics algorithms such as overturned, zooming, Some examples :)
TuXingXueZongHeShiXi
- 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, im
j2meData_05
- 收集到的一些J2ME资料。。 包括图片的角度翻转。。A*算法和一些其他文章-Some of the information J2ME. . Photo perspective overturned. . A * algorithm and some other articles
Cfam
- 很经典的一个翻转棋源码,反正代码非常规范,值得学习,算法也很高明
图像处理
- 图片的翻转九十度
Card
- 对52张扑克牌以一个基数进行翻转后,最后显示的正面和返回扑克的算法,可以动态输入,并显示结果.-52 playing cards on a flip base, the last show the positive and the return of poker algorithms, can be dynamic input, and the result will be displayed.
20090927174547
- 图形图像处理,包括了几种算法,水平翻转,垂直翻转等。-Graphic image processing, including several algorithms.
PicView
- 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg,
IP101_VideoReverse
- 这是和众达VM642上视频翻转的例子,是学习DSP算法最好的例子-It is a example of reversing video based on seed vpm642
Improved-parallel-weighted-bit-flipping
- LDPC码的并行加权比特翻转算法,能够达到不错的译码性能,是一篇很好的文章-LDPC codes in parallel weighted bit flipping algorithm can achieve good decoding performance is a very good article
exam1
- (1)用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。 (2)先定义堆栈的几个基本操作,再设计一主函数利用堆的操作完成以下功能:假设一个算术表达式中可以包含三种括号:()[]{},且这三种括号可以按任意次序嵌套使用(如:...[...{...}...[...]...]
bmpreadwrite
- 实现图像处理的各种算法 包括bmp图像的读入读出,中值滤波,形态学滤波,图像翻转,图像分割等子函数-Achieve a variety of image processing algorithms including bmp image read read, median filtering, morphological filtering, image flip, image segmentation, etc. Functions
180det
- 该算法通过设计180度相位翻转检测器,详细说明了相位翻转检测的原理和设计方法。简单实用-180 degrees by the algorithm design phase reversal detector, details the phase reversal of the detection principle and design method. Simple and practical
juzhencaozuobaogao
- 1 课题综述 1 1.1 预期目标 1 1.2 面对的问题 1 1.3 需解决的关键技术 1 2 课题分析 2 2.1 矩阵的来源 2 2.2 涉及的知识基础 2 2.3 矩阵翻转及图示 4 2.4 矩阵卷动及图示 4 2.5 矩阵旋转及图示 5 3 系统设计 6 3.1 矩阵翻转算法及流程图 6 3.2 矩阵卷动算法及流程图 7 3.3 矩阵旋转算法及流程图 9 4 程序调试 11 4.1 常见错误分析 11 4.2 调试分析 1
1234
- 图像翻转VC源代码,很实用的图像处理算法-Image flip VC source code, the connotation test picture, very useful image processing algorithms
an-inproved-LDPC-decoding-algorithm
- LDPC 码的改进迭代比特翻转译码算法为提高低密度奇偶校验(LDPC)码的低复杂度硬判决译码算法的性能,提出了一种改进的比 特翻转(BF)译码算法,在迭代时利用一个交替的门限模式对多个比特进行翻转,降低了每次迭代时 比特被错误翻转的概率,从而有效提高了译码性能。-An Improved Iterative Bit
LDPC_BSN
- LDPC 比特翻转算法实现,编码,基于对数域译码,校验的matlab实现-LDPC bit flip algorithm, coding, based on number DECODING check matlab achieve
juggling
- 翻转算法,效果:abcdefg->defgabc 使用到辗转相除求最大公约数。-The Flip algorithm, the effect: abcdefg-> defgabc use to euclidean division of the common denominator.
test_to_rotate90
- 图像翻转算法,图像处理算法。直接可以进行测试盒修改。-Image flip algorithms, image processing algorithms.
wolff随机模拟算法
- wolff随机模拟算法,c语言,实现单层团簇的构建,内涵随机数、近邻自旋以及翻转子程序