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

搜索资源列表

  1. Huffman

    0下载:
  2. 根据Huffman编码方法的原理,实现建立Huffman树的功能.并自定义简单输入数据,检验结果.由键盘输入的任意字符流,输出显示每个字符的编码,并计算压缩比-According to the principle of Huffman encoding method to achieve the establishment of Huffman tree functions. And customize a simple input data, the test results. Of any
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:247813
    • 提供者:lienquan
  1. Lab0302-DIP

    0下载:
  2. 这个程序的功能是对控制口的研究,通过键盘向控制口输入控制信息,在试验箱的等上进行验证。-This program is to control the mouth, through the keyboard input control information to control in the mouth, the test cases, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:8262
    • 提供者:梁倩
  1. work

    0下载:
  2. 设计一个学生档案管理程序。该程序应该具有下列功能: (1)通过键盘输入某位学生的相关信息。包括学号、姓名、性别、年龄、出生年月、电话、E-mail、籍贯等; (2)浏览学生信息; (3)根据学号修改、删除学生信息; (4)能按学号、姓名、年龄等关键字排序; (5)统计学生年龄的平均值及各年龄段人数; (6)用链表实现,原始数据输入和结果输出使用文件存放。 -Design of a student' s records management procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2095
    • 提供者:farman
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. Wuxiangtu

    0下载:
  2. 数据结构经典实例,以无向图的邻接多重表存储无向图。以数偶的形式依次从键盘上输入一串数据。如:(A,B)为从起始结点(其数据场之值为一大写的英文字母 A ),到终止结点(其数据场之值为一大写的英文字母 B)的无向边。最后输入(Z,Z)表示输入结束。-Classic examples of data structures in order to free the adjacency table to store multiple undirected graph. Followed by a fe
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7344
    • 提供者:周子
  1. Tree

    0下载:
  2. 数据结构经典实例,建立二叉排序树。从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。-Classic examples of data structures, to establish binary sort tree. Keyboard input from a string of positive integers, the last input-1
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:9296
    • 提供者:周子
  1. Adjacentmulti-tablestoragegraph

    0下载:
  2. 从键盘上输入一串数偶,如(A,B)表起始结点为A,终止结点为B的无向边。若A,B不存在于图中,则先将两个结点A,B存入图中,再将边(A,B)存入图中。最后显示图中已经存入的结点和边的数目。-Enter the string of numbers from the keyboard even if (A, B) form the starting node for the A, B, end node is free to the edge. If A, B does not exist in t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:362997
    • 提供者:追风
  1. rs232

    0下载:
  2. 实现了用rs232接口传入数字信号,并且可通过键盘输入对模数转换器放大率的数值改变-Achieved with a rs232 interface, the incoming digital signal, and keyboard input to the ADC through the magnification of the numerical change
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:714
    • 提供者:illg
  1. edamusic

    0下载:
  2. 电子电路模拟仿真软件下的一个电子琴的实验,包括具体的步骤,实验现象等等。-Electronic circuit simulation software, a keyboard under the experiment, including specific steps, experimental phenomena and so on.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:5797
    • 提供者:zz chen
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is the function of keyboard input s
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:116669
    • 提供者:zhuxinyu
  1. shiyansi

    0下载:
  2. 采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Stored using llink-rlink binary sort tree, the preparation of the keyboard input through the establishment of binary sort tree, and build complete immediately display the results of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:628
    • 提供者:陆斌
  1. 1[1].51

    0下载:
  2. proteus仿真4*4键盘 可完美实现-proteus simulation 4* 4 Keyboard
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4534413
    • 提供者:林某人
  1. vc_character_recognization

    0下载:
  2. mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat first hits for the font file, point open, read into the character has to learn the keyboard automatically saved when the font characters, letters, nu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:86852
    • 提供者:susanlang
  1. binaryTree

    0下载:
  2. 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:288309
    • 提供者:姚丽文
  1. jishu

    0下载:
  2. 实现基数排序,从键盘中输入一系列数,输出排好序的数字序列-Order to achieve the base, a series of numbers from the keyboard input, output line up sequence number sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:788
    • 提供者:ellen
  1. xier

    0下载:
  2. 实现希尔排序,从键盘中输入一系列数,输出排好序的数字序列-Order to achieve Hill, a series of numbers from the keyboard input, output line up sequence number sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:788
    • 提供者:ellen
  1. student

    0下载:
  2. 有10个学生,每个学生的数据包括学好,姓名,3门课程的成绩,从键盘输入10个学生数据,要求输出三门课程总平均成绩,以及最高分的学生的数据(包括学号,姓名,3门课程成绩,平均分数)。要求利用指向数组的指针的方法,用一个input函数输入5个学生数据,用一个average函数求总平均分,用max函数找出最高分学生数据,总平均分和最高分的学生数据都在主函数中输出-There are 10 students, each student s data, including master, name, 3
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2563
    • 提供者:yanyan
  1. NO4

    0下载:
  2. 采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Stored using llink-rlink binary sort tree, the preparation of the keyboard input through the establishment of binary sort tree, and build complete immediately display the results of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:690
    • 提供者:lb
  1. diaodu

    0下载:
  2. 2、 程序中用一个栈形象的表示为车厢的调度站。演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。程序的输入为整形数据,并且要在1—20之间,若超出此范围,会显示“输入错误”的提示信息。-2, the program that used the image of a stack for the car dispatch station. Demo program to computer users
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1611
    • 提供者:巩玉帅
  1. jisuanqi

    0下载:
  2. 1. 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令;相应的输入数据和运算结果显示在其后。-1. Demo user and computer dialogue manner, that is displayed on the computer terminal " reminder" after, by the user at the keyboard inputs illustrate procedur
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1732
    • 提供者:巩玉帅
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com