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

多输入多<b>输出</b>

  • 此程序为调试通过的程序

    此程序为调试通过的程序,有键盘输入和LCD输出的功能

    标签: 程序 调试

    上传时间: 2014-01-16

    上传用户:王者A

  • 此程序为调试通过的程序

    此程序为调试通过的程序,有键盘输入和LED输出的功能

    标签: 程序 调试

    上传时间: 2015-04-16

    上传用户:3到15

  • 用VB 实现的一个聊天室

    用VB 实现的一个聊天室,包括服务器端和客户端。能实现多对多聊天

    标签:

    上传时间: 2015-04-30

    上传用户:虫虫虫虫虫虫

  • 这是一段用struts和hibernate做的单位数据库管理程序

    这是一段用struts和hibernate做的单位数据库管理程序,该程序基于eclipse下的bea workshop studio(Nitrox)插件, 数据库关系为两个表双向多对一,用hibernate3.0.5实现, 实现功能:插入、指定查询、全部查询。 在此基础上可以创建多对多的关系,不同的地方是注意.xml中的配置,如:lazy、cascade等参数,可以参考夏昕编著的书。

    标签: hibernate struts 单位 数据库管理

    上传时间: 2014-01-04

    上传用户:努力努力再努力

  • 本程序是一个传输控制器的硬件测试程序

    本程序是一个传输控制器的硬件测试程序,用的c51芯片,硬件包括观光电输入、继电器输出、串行通讯等,全部由测试程序测试。大家可以参考一下。

    标签: 程序 传输 控制器 硬件测试

    上传时间: 2015-05-03

    上传用户:181992417

  • 目 录 实验 实验一:WAVE软件使用 实验二:常用指令的使用练习 实验三:循环程序 实验四:查表程序 实验五:数制转换程序 实验六 实用子程序:(编程器的使用) 实验七:中断/定时程

    目 录 实验 实验一:WAVE软件使用 实验二:常用指令的使用练习 实验三:循环程序 实验四:查表程序 实验五:数制转换程序 实验六 实用子程序:(编程器的使用) 实验七:中断/定时程序 实验八:输入检测与输出显示程序 课设 一、课程设计目的和意义 二、实验电路系统的结构和使用方法 三、设计参考题目介绍和设计提示性思考题 四、设计任务书及要求 五、课程设计报告格式及要求 六、考核办法 七、课程设计内容及学时安排

    标签: 实验 WAVE 程序 中断

    上传时间: 2015-05-13

    上传用户:362279997

  • 数字运算

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

  • 源代码用动态规划算法计算序列关系个数 用关系"<"和"="将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

  • fuzzy ahp,即模糊层次分析法的原始程序

    fuzzy ahp,即模糊层次分析法的原始程序,该程序实现了输入模糊数输出相对权重的功能,可以被很好使用

    标签: fuzzy ahp 模糊 层次分析法

    上传时间: 2014-01-09

    上传用户:lwwhust