按分类查找:

  • 给出一个非负小数

    给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数, 使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。 输入文件格式(closest.in) 第一行,M,N(1<=M,N<=10^9) 第二行,即小数R,(0<R 输出文件格式(closest.out) 仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY 样例 ...

    /dl/389300.html

    标签:

    上传时间: 2017-01-08

    上传用户:iswlkje

  • 本程序通过tc2.0和tc3.0编译运行

    本程序通过tc2.0和tc3.0编译运行,请在主目录(tc.exe所在的目录)下添加文件out.xia

    /dl/389344.html

    标签: tc 2.0 3.0 程序

    上传时间: 2013-12-25

    上传用户:CHENKAI

  • Symbian 内存泄露检查及调式教程

    Symbian 内存泄露检查及调式教程,Using Hooklogger to find out where a leave() came from

    /dl/390231.html

    标签: Symbian 内存 教程

    上传时间: 2013-12-25

    上传用户:stampede

  • Distributed applications, devices, and services appear in many different arrangements in an enterpr

    Distributed applications, devices, and services appear in many different arrangements in an enterprise. At your company, you probably access data from your intranet services, from computers distributed throughout the company network, and from services across the firewall out on the Web. For example, ...

    /dl/390480.html

    标签: applications arrangements Distributed different

    上传时间: 2014-01-05

    上传用户:330402686

  • 创建两个生产者进程和两个消费者进程

    创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据 ...

    /dl/392469.html

    标签: 进程

    上传时间: 2014-01-24

    上传用户:王者A

  • 查错问题 文件名:check.* 输入文件:check.in(文本文件

    查错问题 文件名:check.* 输入文件:check.in(文本文件,选手按规定格式自行创建) 输出文件:check.out(文本文件) 问题描述: 很多英文文本编辑软件都具有辅助查错功能。现在有一个标准的词库,请根据该标准词库编制程序实现查错功能。 输入格式: 从文本文件check.in中读入数据。 第一行一个整数N(N≤10000),表 ...

    /dl/392965.html

    标签: check in 输入

    上传时间: 2013-11-28

    上传用户:2404

  • Many of the designations used by manufacturers and sellers to distinguish their products are claime

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book and Addison Wesley Longman Inc., was aware of a trademark claim, the designations have been printed in initial caps or all caps. The author ...

    /dl/395441.html

    标签: manufacturers designations distinguish products

    上传时间: 2017-01-23

    上传用户:woshiayin

  • 遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar d

    遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar CodeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P3^2 //HS0038接收头OUT端直接连P3.2(INT0) /************************** ...

    /dl/397176.html

    标签: uchar unsigned 11.0569 include

    上传时间: 2013-12-12

    上传用户:Breathe0125

  • C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive us

    C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive using only one hardware timer. The transmit and receive routines divide each bit time into 4 slices to allow synchronizing to incoming data that may be out of synch with outgoing data. ...

    /dl/402130.html

    标签: simultaneous transmit program perform

    上传时间: 2017-02-08

    上传用户:yangbo69

  • 一般而言

    一般而言,文字模式下的输入法并没有特殊的规范或协议,程序所要做的,只有取得使用者的字键输入,再将中文输出到「标准输出 (standard out)」管道,系统自然会将这些文字喂入应用程序中。只要应用程序能够接受并处理 8位字符码,则不会有任何问题。 ...

    /dl/402227.html

    标签:

    上传时间: 2013-12-10

    上传用户:sqq