同一个数会由于采用不同的基数而使得其表现的形式是完全不一样的,在我们的学习中,我们熟悉的基数有10进制、12进制、60进制、2进制、8进制和16进制。比如数据12,如果我们用2进制表示,则它就是1100;如果用3进制表示就是110;如果用8进制表示则是14。我们的编程任务就是与数的进制(也就是基数)有关。 程序中我们会给大家很多个数对(假设每个数对的数用X和Y表示),程序需要解决的问题就是为X和Y各选择一个最小的基数,以使得这两个数在其选择的基数上是一对相等的数。 例如,12和5这个数对,我们可以为12选择基数3,为5选择基数6,这样一来12(base 3)=5(base 6),因为12(base 3)就是10进制数5,而5(base 6)也是10进制数中的5。 程序的输入是通过文件完成的。 文件中的每一行都包含一个数对X和Y,两个数通过一个或多个空格符分割,与X和Y相关联的有效基数值范围为2~36。X和Y的合理数值表示字符包括0—9和A-Z(表示数值10-35)。 文件的最后一行用一个数字0表示输入的结束。
标签:
上传时间: 2013-12-17
上传用户:skfreeman
BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %
标签: constrained variables function possibly
上传时间: 2014-01-13
上传用户:youth25
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上传时间: 2015-09-21
上传用户:sunjet
对电磁波入射的源为偶极子进行仿真,可以z作为其他电磁仿真问题中的源的设置子函数用
上传时间: 2015-09-22
上传用户:ryb
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver are constructed using z transforms.
标签: keyed shift amplitude analyzes
上传时间: 2015-09-26
上传用户:liuchee
Romberg求定积分 输入:积分区间[a,b],被积函数f(x,y,z) 输出:积分结果
上传时间: 2015-10-14
上传用户:妄想演绎师
代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。
上传时间: 2015-10-24
上传用户:wanqunsheng
飞思卡尔半导体公司是摩托罗拉的子公司,在长达 5 0 多年开发半导体产品的过程中, 积累了丰富的无线射 频和无线技术领域经验。凭借在这个领域的丰富经验, 我们提供符合IEEE 802.15.4 标准、支持ZigBee 技术的完 整平台解决方案。飞思卡尔为窗户提供一站式商店,包 括射频收发器、MCU、传感器、MAC 软件、Z-Stack ZigBee 软件和灵活的开发工具套件, 从而使无线技术变得简 单。实际上,任何需要较长电池寿命和联网功能的低数 据速率、监控、控制或自动应用,都能从基于IEEE802. 15.4 标准和ZigBee 技术的无线连接解决方案中受益。
上传时间: 2014-11-29
上传用户:qq521
hc to avi ... ...\M4ToAvi(english).exe ... ...\M4ToAvi(中文版本).exe .........\Meida Player Filter Version 3.8 .........\...............................\0009 .........\...............................\....\_Setup.dll .........\...............................\....\_Setup1.dll .........\...............................\0804 .........\...............................\....\_Setup.dll .........\...............................\....\_Setup1.dll .........\...............................\setup.exe .........\...............................\setup.ins .........\...............................\_setup.1 .........\...............................\_setup.lib .........\...............................\_setup.lst .........\...............................\_setup.z
上传时间: 2013-12-24
上传用户:caiiicc
目前最快速的字符串排序算法,1.0版本仅仅支持a-z 26个小写字符
上传时间: 2014-01-11
上传用户:阳光少年2016