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

单输入单<b>输出</b>

  • 在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户

    在linux系统下实现了一个多人聊天工具的服务器端和客户端。该工具支持显示在线用户,广播消息,单对单发消息等常用功能。程序使用了ncurses编程。其中有说明文档

    标签: linux 服务器 用户

    上传时间: 2014-01-02

    上传用户:franktu

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

    本程序是一个传输控制器的硬件测试程序,用的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

  • 申请一个10M的文件空间虚拟成一个磁盘

    申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。

    标签: 10M 虚拟 磁盘

    上传时间: 2014-09-11

    上传用户:fxf126@126.com

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

  • 写出系统的功能

    写出系统的功能,要求尽可能全面,至少应该描述至第二层。譬如,付款功能,需要根据付款的方式有下列子功能:现金付款、信用卡付款等。 详细列出各功能的详细要求,如输入要求,输出要求,实现要求,以及相关步骤。 给出系统边界的分析图

    标签:

    上传时间: 2014-08-27

    上传用户:aix008

  • 把中缀表达式转换成后缀表达式

    把中缀表达式转换成后缀表达式,输入中缀表达式输出后缀表达式

    标签: 表达式 转换成

    上传时间: 2015-07-22

    上传用户:hakim