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

print-gen

  • 数字运算

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

  • linux操作系统下运行

    linux操作系统下运行,print current directory s files

    标签: linux 操作系统 运行

    上传时间: 2014-01-13

    上传用户:shawvi

  • 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input

    2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1

    标签: mod satisfies minimum number

    上传时间: 2015-06-02

    上传用户:qlpqlq

  • 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4

    遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中

    标签: GAdownload popu 变量 概率

    上传时间: 2015-06-03

    上传用户:youth25

  • transplant uc/os2 on coldfire5307 编译通过

    transplant uc/os2 on coldfire5307 编译通过,并且还有验证程序,2个task :循环点led,和串口print字符串

    标签: transplant coldfire 5307 os

    上传时间: 2014-01-16

    上传用户:稀世之宝039

  • 移植Nuclues_RTC到coldfire5307在diab下编译通过

    移植Nuclues_RTC到coldfire5307在diab下编译通过,并且主程序为串口通信的print字符串

    标签: Nuclues_RTC coldfire 5307 diab

    上传时间: 2013-12-17

    上传用户:shanml

  • 一个vb开发,可以动态生成SQL的"拼装类". 例如: sql.strsql="select ? from ? " sql.setFieldEx "field1" sql.setFieldE

    一个vb开发,可以动态生成SQL的"拼装类". 例如: sql.strsql="select ? from ? " sql.setFieldEx "field1" sql.setFieldEx "tbl" debug.print sql.strsql 输出:select field from tbl

    标签: sql setFieldEx setFieldE select

    上传时间: 2013-12-25

    上传用户:685

  • 定义一个字符串类String

    定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。

    标签: String 定义 字符串

    上传时间: 2013-12-26

    上传用户:youth25

  • 首先定义一个点类Point

    首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print以及其它你认为对访问此Line类对象有用的成员函数。并用此Line类定义对象,调用所有成员函数。尤其是考察构造函数的调用顺序。

    标签: Point 定义

    上传时间: 2015-07-07

    上传用户:xfbs821

  • Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs By Scott Meyers

    Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs By Scott Meyers ............................................... Publisher: Addison Wesley Professional Pub Date: May 12, 2005 Print ISBN: 0-321-33487-6 Pages: 320

    标签: Effective Specific Programs Edition

    上传时间: 2015-07-18

    上传用户:caiiicc