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

搜索资源列表

  1. key_1602

    0下载:
  2. 1602液晶屏及键盘 1602液晶屏及键盘 - 1602 LCD screen and keyboard 1602 LCD screen and keyboard 1602 LCD screen and keyboard 1602 LCD screen and keyboard
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:377935
    • 提供者:刘生
  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. KBR

    0下载:
  2. KBR类名是从术语keyboard read中而来的,程序分析了所有KBR的方法。-KBR class name is read the keyboard terminology which comes the analysis of all procedures KBR approach.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3703
    • 提供者:shaan88987
  1. keyplayer

    0下载:
  2. key player:键盘符号播放程序。只要把需要输出的键盘字母粘贴到文本框上,就可以循环播放你想要键盘符号。主要针对于键盘式电子琴,把歌谱粘贴在上面,就可以控制电子琴自动弹奏!-key player: the keyboard player symbols. As long as the output of the keyboard letters need to paste it into a text box, you can cycle the keyboard you want to
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5908
    • 提供者:duia719137
  1. Storage-of-Graphs

    0下载:
  2. 利用图存储拓扑结构,当用户从键盘输入任意课程的编号时,可打印出该课程的所有的前序课程。非常好用哦-FIG storage topology, when users enter any number of courses the keyboard, you can print out all of the preamble of the course curriculum. Oh, very useful
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:41411
    • 提供者:张小爽
  1. untitled1

    0下载:
  2. 数字电子琴的功能是基于数字信号发生器的,通过调用数字信号发生器产生一系列指定的频率的声音,从而达到虚拟的电子琴的功能,界面中包含1234567共7个琴键,鼠标按下时即发声,松开时发声停止。-The function is based on the digital keyboard that is audible digital signal generator, digital signal generator generates by calling a series of specified
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1709
    • 提供者:glory
  1. Arithmetic-expression-evaluator

    0下载:
  2. (1) 从键盘或文件读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。 (3) 考虑算法的健壮性,当表达式错误时,要给出错误原因的提示。-(1) the keyboard or the file is read into a legitimate arithmetic expressions, output the correct result. (2) changes in the sequence and displays the input pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:207988
    • 提供者:木离黎
  1. Binary-Tree

    0下载:
  2. (1)从键盘上输入数据,建立二叉链表。 (2)前序遍历、中序遍历、后序遍历二叉树:递归算法。 (3)前序遍历、中序遍历、后序遍历二叉树:非递归算法。 (4)借助队列实现二叉树的层次遍历。 在主函数中设计一个简单的菜单,分别调试上述算法。-(1) input data the keyboard, build binary list. (2) former preorder, preorder, after preorder binary tree: recursive al
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1310178
    • 提供者:李大娘
  1. c1

    0下载:
  2. 从键盘接收一个字符,如果是小写字符,则转化为相应的大写字符;如果是大写字符,则转化为相应的小写字符;如果是其他字符,则不做转换-Receives a character the keyboard, if it is lowercase characters, converted to the corresponding uppercase characters if uppercase characters are converted to the corresponding lowerca
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:8397
    • 提供者:刁书成
  1. shujujiegoukeshe

    0下载:
  2. 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。-An arithmetic expression is
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2897554
    • 提供者:刘燕青
  1. shujujiegou

    0下载:
  2. 编制一个将待格式化的文本按照一定的版面要求重新排版并输出到文件的程序 [基本要求] (1)文本文件非空且以文本文件形式存放(为空没有格式化意义)。输入输出文件名均由用户从键盘输入。 (2)字的定义:由非(‘@’,‘ ’(空格))的任意ASCII码字符组成。 (3)文本文件的定义:由字母字符,数字字符,空格和可以用ASCII代码显示的字符组成。‘@’只表示换行的意义。‘ ’(空格)只表示一个字的结束的意义。 (4)任何完整的字都没有被分割在两行:,行尾不齐没关系,但要实现左对齐
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:541047
    • 提供者:刘燕青
  1. BinaryInsertSortAndSearch

    0下载:
  2. 键盘输入伪随机个数,生成相应的为随机数,实现降序二分插入算法,降序二分检索算法-Keyboard input pseudo random number, a random number is generated corresponding to achieve descending binary insertion algorithm, binary search algorithm descending
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1288
    • 提供者:pudnppeter
  1. CPP

    0下载:
  2. 10.编写一个程序,从键盘输入一批学生的成绩信息,每个学生的成绩信息包括:学号、姓名以及8门课的成绩。然后按照平均成绩由高到低顺序输出学生的学号、姓名以及平均成绩。 11.把在链表中插入一个新结点的操作写成一个函数: bool insert(Node *&h,int a,int pos) 其中,h为表头指针,a为要插入的结点的值,pos(≥0)表示插入位置。当pos为0时表示在表头插入;否则,表示在第pos个结点的后面插入。操作成功返回true,否则返回false。 12.把在
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3563
    • 提供者:xing
  1. 3D-Geographical-Map

    0下载:
  2. 3D Geographical Map is the Matlab Code which can set the coordinate on google earth software and takes the displayed image google earth automatically with software controlled mouse & keyboard and convert the image into 3D which represents altitude of
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:14829568
    • 提供者:amit
  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. LGBUW

    0下载:
  2. VB to achieve interception keyboard input-VB to your interception the rid_device_info_keyboard input
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:zto&636
  1. animal

    0下载:
  2. 这是一个使用c++编写的人工智能动物识别的专家系统。可以通过从键盘输入动物特征,推理出结果,并给出推理过程。文件中包含了相关的数据库文件。-This is an expert system for the use of artificial intelligence in C++. The result can be inferred by inputting animal characteristics the keyboard, and the reasoning process is g
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-18
    • 文件大小:2063360
    • 提供者:keran
  1. 利用Olami SDK 实现语音控制计算器(iOS)

    0下载:
  2. Olami Calculator是一款在键盘输入算式的普通计算器的基础上,增加了支持语音控制输入算式输出结果的人工智能计算器。此外还增加了多种动画效果,计算结果提示音功能,多元化主题换肤功能,以及保存计算公式,侧滑栏查看收藏记录等功能。网上也有许多语音计算器,但是打开看,只是添加了按钮提示音等,并不能识别我们对着计算器说的内容,而Olami Calculator可以实现不用手动敲击键盘,只需要把想知道结果的算式对着语音计算器说出来,例如三加四乘五、清空等,然后Olami会根据自己的一套语音识别系
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:1495040
    • 提供者:ScarlettZhao
  1. 0下载:
  2. 1、用键盘输入一字符序列,存入一字符数组中; 2、利用堆栈判断其是否中心对称(回文数据),并输出结果。(1. Input a character sequence with a keyboard and put into an array of characters. 2, use the stack to judge whether it is central symmetric (the palindrome data) and output the result.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:5089280
    • 提供者:乘龙千里
« 1 2 ... 10 11 12 13 14 15»
搜珍网 www.dssz.com