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

搜索资源列表

  1. equation

    0下载:
  2. 解线性方程组的控制台程序,程序里有一个向量类,一个矩阵类和一个方程类;可以用键盘输入数据,也可从文本文件中读入数据,输出结果到屏幕和文本文件。-Linear Equations of the console program, the program there is a vector class, a matrix equation of class and a class can use the keyboard input data can also be read from a text
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:15297
    • 提供者:yishuiwang
  1. test

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。    输入的字符串以!结束。 -Enter a string from the keyboard will be all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:579
    • 提供者:于风
  1. culculater

    0下载:
  2. 按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序。 ① 从键盘输入一个完整的表达式,以’#’作为表达式输入结束的标志。 ② 输入表达式中的数值均为大于等于零的整数。中间的计算过程如果出现小数也只取整。 -In accordance with the arithmetic addition, subtraction, multiplication, division, power (^) and the parentheses precedence relat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2169
    • 提供者:zyc
  1. Operation-of-large-numbersMFC

    0下载:
  2. 大数运算,加减乘除,但是没有实现小数计算功能,MFC,限制键盘输入,取消就可以-Operation of large numbers, addition, subtraction, but does not implement decimal calculations, MFC, limited keyboard input, you can cancel
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4707357
    • 提供者:jimowuxin
  1. 82859165cifa

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入 -Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution of equat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:潘骞
  1. matrix

    0下载:
  2. 主要功能是为了运算两个矩阵的乘积,该矩阵文件必须从系统读取,不能从键盘输入-Main function is to computing two matrices, the matrix file must be read from the system, not from the keyboard
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:502295
    • 提供者:滕旺
  1. Seeking-K!-The-connection-plus

    0下载:
  2. 编写一个计算k!的递归函数,其函数名返回K!的值。再编写一个主函数,从键盘输入m和n的值(n>=m>=0),然后调用计算K!的递归函数计算-Write a calculation k! recursive function, the function name returned K! value. Then write a main function from the keyboard input m and n (n> = m> = 0), then call the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:358883
    • 提供者:陈军
  1. xinshi

    0下载:
  2. 计算器程序能够实现 从键盘输入数据 能够实现数据的加、减、乘、除-Calculator program enables data to be entered from the keyboard data to add, subtract, multiply, and divide
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1516
    • 提供者:黄鑫
  1. Hanshu

    0下载:
  2. 从键盘输入一个方阵,将该矩阵转置后输出,要求该方阵的阶数有键盘输入-A square from the keyboard input, output, after the matrix transpose, require the square of the order of keyboard input
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:214778
    • 提供者:wm
  1. Corporate-bonuses

    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,求应发放奖金总数?-Corpora
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1410
    • 提供者:小神经
  1. a2

    0下载:
  2. Implementation a simple FIFO queue using arrays. Write a programs that will ask the user for the size of the queue. Then it will start reading characters from the keyboard and store them in the queue. If the user enters an empty line then the progr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:728
    • 提供者:yeah
  1. a3

    0下载:
  2. Implementation a simple FIFO queue using linked lists. Write a programs that will ask the user for the size of the queue. Then it will start reading characters from the keyboard and store them in the queue. If the user enters an empty line then the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:866
    • 提供者:yeah
  1. areaofcircle

    0下载:
  2. 一圆形游泳池如图所示,现在需在其周围建一圆形过道,并在其四周围上栅栏。 栅栏价格为35元/米,过道造价为20元/平方米。 过道宽度为3米, 游泳池半径由键盘输入。 要求编程计算并输出过道和栅栏的造价。-A circular pool as shown in figure, now in its built around to a circular corridor, and in its 4 around on the fence. The fence for 35 yuan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:595
    • 提供者:陈生
  1. Euler_RKDG_Tri_3node_20111107

    3下载:
  2. 用间断有限元方法求解二维Euler方程。 算例是一个圆柱绕流问题。压缩文件里面还包含了一个用MATLAB写的网格生成程 序,只需要做很小的改动就可以生成稀疏程度不同的网格。 程序还有些问题如下: 1. 因为没有对边界处作处理,所以计算的残差不会收敛到一个给定的小数,如 0.001等。当最大残差为0.1左右时,按下键盘上的ESC键,程序计算结束,会输出 一个文件Result.dat,用tecplot软件打开这个文件,可以得到一些结果,如流线
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:38757
    • 提供者:刘刚
  1. 2

    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-14
    • 文件大小:3462
    • 提供者:雨涵
  1. 223

    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-14
    • 文件大小:3466
    • 提供者:雨涵
  1. C51-Calculator

    0下载:
  2. 这是一个四位计算器的功能的压缩包,里面是实现四位计算器然后4*4键盘-This is a four function calculator compression package, which is four Calculator then 4* 4 keyboard
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:95521
    • 提供者:松岛枫
  1. 2-(2)

    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,求应发放奖金总数? -Topic: enterprise exten
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2268
    • 提供者:水影
  1. LinkStack

    1下载:
  2. 从键盘上输入一算术表达式检验该算术表达式中括号是否配对,例如:表达式(a+b))和a+b)中的括号不配对。-Input from the keyboard on the arithmetic expression in an arithmetic expression tests whether paired brackets, such as: the expression (a+b)), and a+b) in the brackets are not paired.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:陈晓文
  1. cSharpyingwendanciqiufushu

    0下载:
  2. 英文单词求复数问题 编写一个程序,可以将英语规则名词(不考虑不满足以下规则的英语单词)由单数变成复数。已知规则如下: a)以辅音字母y结尾,则将y改成i,再加es; b)以s,x,ch,sh结尾,则加es; c)以元音o结尾,则加es; d)其他情况直接加s。 要求用键盘输入英语规则名词,屏幕输出该名词的复数形式。 样例输入: box 样例输出: Boxes -English words in complex problems
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:596474
    • 提供者:陈晓磊
« 1 23 »
搜珍网 www.dssz.com