文件名称:c
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:19.4kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1.问题描述
对于给定的正整数n,格雷码为满足如下条件的一个编码序列:
(1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。
(2) 序列中无相同的编码。
(3) 序列中位置相邻的两个编码恰有一位不同。
例如:n=2时的格雷码为:{00, 01, 11, 10}。
-1. Problem Descr iption for a given positive integer n, Gray code to meet a coding sequence of the following conditions: (1) a coding sequence of the 2n, each code is of length n binary bit string. (2) without the same coding sequence. (3) position of the sequence adjacent to exactly one of two different codes. For example: n = 2 when the Gray code is: (00, 01, 11, 10).
对于给定的正整数n,格雷码为满足如下条件的一个编码序列:
(1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。
(2) 序列中无相同的编码。
(3) 序列中位置相邻的两个编码恰有一位不同。
例如:n=2时的格雷码为:{00, 01, 11, 10}。
-1. Problem Descr iption for a given positive integer n, Gray code to meet a coding sequence of the following conditions: (1) a coding sequence of the 2n, each code is of length n binary bit string. (2) without the same coding sequence. (3) position of the sequence adjacent to exactly one of two different codes. For example: n = 2 when the Gray code is: (00, 01, 11, 10).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ge.cpp
105072008100 杨业良 2.doc
105072008100 杨业良 2.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.