All 3G and GSM specifications have a 3GPP specification number consisting of 4 or 5 digits. (e.g. 09.02 or 29.002). The first two digits define the series as listed in the table below. They are followed by 2 further digits for the 01 to 13 series or 3 further digits for the 21 to 55 series. The term "3G" means a 3GPP system using a UTRAN radio access network the term "GSM" means a 3GPP system using a GERAN radio access network. (Thus "GSM" includes GPRS and EDGE features.)
标签: e.g. specifications specification consisting
上传时间: 2015-08-11
上传用户:yoleeson
An Efficient Feature Extraction Algorithm for the Recognition of Handwritten Arabic digits
标签: Recognition Handwritten Extraction Algorithm
上传时间: 2014-01-11
上传用户:gououo
z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum of first n digits is same as second n digits.
标签: z-trenning z-tickets tickets numbers
上传时间: 2014-01-05
上传用户:luopoguixiong
freescale mc9rs08le4 C code with 3,5 digits lcd
标签: freescale digits code with
上传时间: 2013-12-16
上传用户:270189020
Drop fall algorithm used to segmentate digits
标签: segmentate algorithm digits Drop
上传时间: 2014-01-13
上传用户:lijianyu172
A VHDL source code for testing the digits and the switches on a spartan 3 basys board
标签: the switches testing spartan
上传时间: 2013-12-29
上传用户:问题问题
display the numbers in led digits
标签: display numbers digits the
上传时间: 2013-11-25
上传用户:zhichenglu
状态机设计:8.1.1 数据类型定义语句TYPE语句的用法如下:TYPE 数据类型名IS 数据类型定义OF 基本数据类型;或TYPE 数据类型名IS 数据类型定义;TYPE st1 IS ARRAY ( 0 TO 15 ) OF STD_LOGIC ;TYPE week IS (sun,mon,tue,wed,thu,fri,sat) ; 8.1.1 数据类型定义语句TYPE m_state IS ( st0,st1,st2,st3,st4,st5 ) ;SIGNAL present_state,next_state : m_state ;TYPE BOOLEAN IS (FALSE,TRUE) ;TYPE my_logic IS ( '1' ,'Z' ,'U' ,'0' ) ;SIGNAL s1 : my_logic ;s1 <= 'Z' ;SUBTYPE 子类型名IS 基本数据类型RANGE 约束范围;SUBTYPE digits IS INTEGER RANGE 0 to 9 ;
标签: 状态
上传时间: 2013-11-05
上传用户:nem567397
This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=,
标签: operations arithmetic possible program
上传时间: 2015-03-23
上传用户:l254587896
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda