CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - keyboard.

搜索资源列表

  1. CharWordLineCount

    0下载:
  2. 统计从键盘输入的数据的字符数、单词数、行数-Statistical data entered from the keyboard, the number of characters, number of words, the number of lines
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:699
    • 提供者:郝既得
  1. prime

    0下载:
  2. 从键盘读入一个自然数N,求2到N之间的所有素数,并显示出来。-Read an interger N from keyboard. Calculate all primes from 2 to N, them display all of them.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:109609
    • 提供者:刘端正
  1. 1new

    0下载:
  2. 从键盘输入一个整数n(1≤n≤9),打印出指定的数字图形 输入 正整数n(1≤n≤9)。 输出 指定数字图形。 样例输入 5 样例输出 1 121 12321 1234321 123454321 1234321 12321 121 1-Entered from the keyboard an integer n (1 ≤ n ≤ 9), print out the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:4278
    • 提供者:李固
  1. jisuanqi

    0下载:
  2. 1、创建一个计算器(非可视化界面),可以进行常用的加减乘除算术运算。 2、请找出3至1000范围内最大的10个素数,并计算出这10个素数的累加和。 3、使用简单if语句编程,从键盘键入三个整数,然后按照从小到大的顺序将其输出。 -1, create a calculator (non-visual interface) that can be used arithmetic arithmetic. 2, identify the range of 3-1000 largest pri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:618
    • 提供者:任大伟
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size and content, and the content
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:佘洪伟
  1. cmath

    0下载:
  2. 算正数a的算术平方根。迭代公式如下xn+1=(xn+a/xn)/2, x 要求前后两次求出的x的差的绝对值小于 10-5 。 a通过键盘输入。 -A count of the positive square root. Iteration formula is as follows xn+1 = (xn+a/xn)/2, the difference between before and after the absolute value of x requires two x is less t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:10389
    • 提供者:刘茂臣
  1. Calculator

    0下载:
  2. 简易计算器,可进行简单的加、减、乘、除功能,能弹出软键盘,也可设置定时。-Simple calculator, can be a simple addition, subtraction, multiplication, division function, can pop up the soft keyboard can also set the timer.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2203012
    • 提供者:刘沁
  1. keyscan_int

    0下载:
  2. 此方法是我用4*5矩阵键盘时候想到的,采用了中断检测方法,释放了CPU等待时间,加强OS实时性。此算法和电路经验证简单可行,仅以简单的51单片机做例子.-This method is what I use 4* 5 matrix keyboard ever think of, using the interrupt detection methods, the release of CPU wait time, strengthen the real-time OS. This algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:280042
    • 提供者:林逸
  1. BruteForce1700651282004

    0下载:
  2. Finds every possible combination of ASCII characters, which are between 33 - 126. The characters between 33-126 are all of the possible chars allowed on our keyboard including special chars.- Finds every possible combination of ASCII characters, w
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1663
    • 提供者:an0malia
  1. pailie

    0下载:
  2. 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高    于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提    成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于    40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于    100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:906
    • 提供者:武汉
  1. 108

    0下载:
  2. 递归实现四则运算表达式求值程序 ,可从键盘上直接输入表达式,以回车键结束-Four recursive arithmetic expression uation procedures, can be directly input expression the keyboard, the end to enter
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:11647
    • 提供者:王书姝
  1. count_num

    0下载:
  2. 数字计数问题: 一本书的页码从自然数1开始顺序编码到N。 页码按照通常的习惯编排,即每个页码不能含多余的前倒数0, 例如,第2页的页码为2,不能是02、002等。 数字计数问题要求从键盘输入页数N, 输出全书页码中分别用到0~9的数字的次数。-Digital counting problem: The pages of a book the natural number coding to N 1 began to order. Page number acco
  3. 所属分类:Algorithm

    • 发布日期:2017-12-13
    • 文件大小:622
    • 提供者:邱志师
« 1 2 3»
搜珍网 www.dssz.com