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

搜索资源列表

  1. AA

    0下载:
  2. 统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* Sort [purpose] loop and subrout
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1169
    • 提供者:陆梦迪
  1. fileSort

    0下载:
  2. 用C++编写文件内容全排序! 假设在D:\a.txt文件中包含若干行,每行有若干个数据,要求:排序后屏幕输出! -C++ Programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2449
    • 提供者:wangxin
  1. My-recordwave

    0下载:
  2. 用信号发生器产生的信号,用屏幕录像专家录的声音,用频谱分析仪打开做时域频域分析时可以很好的检测出来-Signal with a signal generator, with the voice recording screen video experts, open to do with the spectrum analyzer frequency domain analysis of time-domain can be detected well
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1368570
    • 提供者:zhouquansheng
  1. ex1

    0下载:
  2. 输入数据进行排序,排序后输出,在屏幕上显示-Sort the input data, sort the output on the screen display
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:703
    • 提供者:郑其恩
  1. Cstudent

    1下载:
  2. 设计一个类CStudent,类中包含一个学生的基本数据如下: 编号,姓名,性别,年龄,数学成绩,计算机成绩,外语成绩。 并假设编号为整数,且从1号往后连续编码;姓名为字符串,性别为字符。如: 1 LiPing m 18 89 98 94 请采用binary文件形式,并使用随机读写处理方式,对自定义CStudent类的对象数据进行存储与读写处理(即是说,总按具有连续编码的编号num为“序”来对文件中的各对象数据进行随机读写处理)。并设计该类的成员函数,而且对输出运算符“<&l
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2133
    • 提供者:小发
  1. Link

    0下载:
  2. link是如何创建一个单链表、往链表中插入一个节点,删除一个节点,并且把每个节点输出到屏幕上。-link is how to create a single linked list, linked list to insert a node, delete a node and each node in the output to the screen.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1285
    • 提供者:陈晓磊
  1. llllsss

    0下载:
  2. 手机通信录模拟 (1)参考数据结构 typedef struct{ char name[10] //姓名 char OfficeTel[20] //办公电话 char HomeTel[20] //家庭电话 char CellPhone[20] //移动电话 char sex //性别,可用’F’表示女,’M’表示男 char group[10] //分组情况,分办公类、个人类 、商务类 char Email[30
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:32744
    • 提供者:林升
  1. DataStruct

    0下载:
  2. 一个二插树排序的例子,与目前网上公开的程序不同的是,这里可以图形话显示所构造的二叉树,目前以屏幕字符输出,对于一些较大的树,建议更改到文件输出。这个对于初学者理解二叉树非常直观,对一些复杂化应用的树结构跟踪调试也非常有用-This is a bitree sort programme. The highlight of the programm is that it can dispaly the tree struct with a figure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:8377
    • 提供者:yewenyu
  1. duoxiangshi

    0下载:
  2. (1)多项式以二元组的方式从文件输入。 如多项式3+4x3+6x8+12x15则输入(3,0)(4,3)(6, 8)(12,15)(0,0) (2)以链表的形式存放多项式 (3)相加后的多项式以二元组的形式输出到屏幕上 -(1) the polynomial to a tuple from the file input. Such as polynomial 3 4x3 6x8 12x15 type (3,0) (4,3) (6, 8) (12,15) (0,0)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1597
    • 提供者:张紫凝
  1. The-Binary-Tree

    1下载:
  2. 构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer constructed a binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:766
    • 提供者:wangchengqi
  1. The-Poly

    0下载:
  2. 内容为用起泡排序法实现元素的非递减排列.构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1002
    • 提供者:wangchengqi
  1. mat_io

    0下载:
  2. 矩阵(包含复数矩阵)的由文件的读入与写出,屏幕输出,列主序-Matrix file read into and write, columns main sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1430
    • 提供者:王宏
  1. C

    0下载:
  2. 1.多项式以二元组的方式从文件输入。 2.以链表的形式存放多项式。 3.相加后的多项式以二元组的形式输出到屏幕上 -With two yuan group polynomial way from file input. In the form of the list for polynomial After adding a polynomial group in two yuan form output to the screen
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:98656
    • 提供者:六六
  1. jiandandaoyou

    0下载:
  2. Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。 -Introduce: site presents the function. Shortestdistance: the shortest distance between calculation. Floyed: Flo
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:15191
    • 提供者:kaituozhe
  1. chebfun_v4.2.2194

    0下载:
  2. Chebfun找到一个类似的问题已经解决了别人使用作为一个模板。这一页将你们连接到几十个这样的模板,称为Chebfun例子。每一个例子是一个M-file生产文本和/或图形输出,执行,在大多数情况下,在少于5秒。你也可以执行的例子,用Matlab命令的出版得到一个包含更多的信息的故事。一类开路(出版(“文件名”))去看在你的屏幕上最快的版本或出版(“文件名”)为一个更好的格式化乳胶版本,它将出现在一个目录叫做html。公布的产量也可直接下载作为一个pdf档案。-The quickest way t
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4599270
    • 提供者:jie
  1. Tour-program

    0下载:
  2. 该程序在C环境下编译通过,共有5个函数。分别是Introduce,shortestdistance,floyed,display及main。 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。 - Procedures in the C environment co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:11147
    • 提供者:霍佳骥
  1. xiangxingbiao

    0下载:
  2. 数据结构课程线性表编程实验,从键盘输入len个元素并存放到线性链表L中,在屏幕上显示线性链表L中的所有元素-Table of data structures course linear programming experiments in L from the keyboard input len elements co-exist on the linear list, displayed on the screen all the elements of the linear list L
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:812747
    • 提供者:夏天的风
  1. C_Common_Arithmetic

    0下载:
  2. C常用算法程序集的源代码。包括数值计算与非数值计算两部分,其中含:插值、巨阵运算、特殊函数、排序、屏幕操作、图形操作-C Common Arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:275969
    • 提供者:kingsen
  1. yanhuisanjiao

    0下载:
  2. 分析杨辉三角,编程在屏幕上出现杨辉三角图形。-Analysis of Yang Hui Triangle, programming Yang Hui triangle graphic appears on the screen.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3466
    • 提供者:张慧芳
  1. Huffmana-tree

    0下载:
  2. 从终端输入字母和相应的频率 在内存中构造Huffman树 从终端输入任意的单词 以二进制形式输出编码后的文字(在屏幕上显示0或1表示相应的位) -Huffman tree constructed in memory from the terminal enter the letters and the corresponding frequency from the terminal to enter any word on the screen text to binary f
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:21117
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com