虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

具备抗电压<b>波动</b>功能

  • 数字运算

    数字运算,判断一个数是否接近素数 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

  • VC6.0环境下开发

    VC6.0环境下开发,具备简单的加密和解密功能

    标签: 6.0 VC 环境

    上传时间: 2015-05-25

    上传用户:franktu

  • 源代码用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a

    源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).

    标签: lt 源代码 动态规划 序列

    上传时间: 2013-12-26

    上传用户:siguazgb

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • Fx-3600pv计算器是日本CASIO公司的产品

    Fx-3600pv计算器是日本CASIO公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-3600pv计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用。现将我在生产实践中应用的部分计算程序介绍给测绘界的同行以便共同探讨。

    标签: CASIO 3600 Fx pv

    上传时间: 2015-09-09

    上传用户:tuilp1a

  • Fx-4800P计算器是日本Casio公司的产品

    Fx-4800P计算器是日本Casio公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-4800P计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用,现将我在生产实践中应用的部分计算程序介绍给测绘界的同行以便共同探讨。

    标签: Casio 4800 Fx 计算器

    上传时间: 2015-09-09

    上传用户:Pzj

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。

    标签: Context-Free Grammar CFG

    上传时间: 2013-12-10

    上传用户:gaojiao1999

  • 一个很好的图书馆管理系统

    一个很好的图书馆管理系统,具备一些图书馆系统的基本功能

    标签: 图书馆 管理系统

    上传时间: 2014-08-07

    上传用户:songrui

  • 一个餐饮企业管理系统的使用手册。 项目介绍: 餐饮企业内部管理系统是与武汉市餐饮企业web平台(江城美食网)相对应的一套涵盖前台经营管理、客户分析、财务管理、库存管理、吧台管理、后台管理6个子系统

    一个餐饮企业管理系统的使用手册。 项目介绍: 餐饮企业内部管理系统是与武汉市餐饮企业web平台(江城美食网)相对应的一套涵盖前台经营管理、客户分析、财务管理、库存管理、吧台管理、后台管理6个子系统的餐饮企业内部信息化建设的解决方案。该系统除了具备普通餐饮企业管理的功能之外,实现了于web平台的对接和信息同步,使得江城美食网上的订餐信息能够及时地反馈到餐饮企业内部,以实现利用信息技术、最大程度地提高餐饮企业的运作效率的目的。

    标签: web 企业管理 使用手册

    上传时间: 2015-11-09

    上传用户:czl10052678

  • 餐饮企业管理系统概要设计说明书: 系统介绍: 餐饮企业内部管理系统是与武汉市餐饮企业web平台(江城美食网)相对应的一套涵盖前台经营管理、客户分析、财务管理、库存管理、吧台管理、后台管理6个子系统

    餐饮企业管理系统概要设计说明书: 系统介绍: 餐饮企业内部管理系统是与武汉市餐饮企业web平台(江城美食网)相对应的一套涵盖前台经营管理、客户分析、财务管理、库存管理、吧台管理、后台管理6个子系统的餐饮企业内部信息化建设的解决方案。该系统除了具备普通餐饮企业管理的功能之外,实现了于web平台的对接和信息同步,使得江城美食网上的订餐信息能够及时地反馈到餐饮企业内部,以实现利用信息技术、最大程度地提高餐饮企业的运作效率的目的。

    标签: web 企业管理 管理系统

    上传时间: 2015-11-09

    上传用户:cuiyashuo