CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 屏幕打印

搜索资源列表

  1. na4csv

    0下载:
  2. 用来吧指定的文件中特定的字符串提取并放到csv文件中。实时打印结果到屏幕-Used to it a specific string in the specified file extracted and placed into a csv file. Real-time print the results to the screen
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:1220
    • 提供者:kevin
  1. daoyouyouxi

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

    • 发布日期:2017-11-23
    • 文件大小:16516
    • 提供者:郑雯雯
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
  1. erchashu5876

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:673
    • 提供者:Grape
  1. UART_RW

    0下载:
  2. 串口收到数据利用超级终端打印在屏幕,原样打印,基于STM32 的工程-Serial data received printed using hyperterminal screen printed as STM32-based engineering
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:5193746
    • 提供者:展扬
  1. Maze

    0下载:
  2. 迷宫设计 利用STL 的stack 类,完成以下要求的功能: 1、打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两个空格),注意每个位置都是两个字符。 2、寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输FindPath(FindPath(FindPath(F
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:2504877
    • 提供者:酉永松
  1. src

    0下载:
  2. Step1: 为实验3中定义的矩形类派生一个子类:正方形类。正方形类的操作同样是求周长和面积。则这个子类除了从父类继承来的方法之外,还需要定义哪些方法?列出正方形类的所有域与方法。编程验证所编写的正方形类。 Step2: 定义接口Printable,其中包括一个方法printItMyWay(),这个方法没有形参,返回值为空。 Step3: 改写矩形类使之实现Printable接口,用printItMyWay()方法将矩形的相关信息(长,宽,周长,面积)打印在屏幕上。 S
  3. 所属分类:Java Develop

    • 发布日期:2017-11-04
    • 文件大小:1625
    • 提供者:cui fan
  1. huffmantree

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 基本要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,(选做:并将它存于文件hfmTree中)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3503
    • 提供者:微白
  1. hafuman

    0下载:
  2. 该程序为实现哈夫曼的一些应用而设计的,其中用到了MFC直观的打印了树的形状,并且在界面上做了些美化工作,用到了屏幕雨,通过光标移动可控制程序的菜单,等等。-The program for the Huffman some applications and design, which uses the MFC prints intuitive tree shape, and the interface to do some landscaping work, use a rain screen,
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:13862171
    • 提供者:陈洪杨
  1. VideoDepthParser

    0下载:
  2. 采用vc读取raw文件中的数据,并打印出来,显示在屏幕中-Using vc to read raw data in a file and print it out, displayed on the screen
  3. 所属分类:File Operate

    • 发布日期:2017-05-30
    • 文件大小:12129997
    • 提供者:付杰
  1. guider

    0下载:
  2. 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。-Its functions are: Introduce: location function. Shortestdistance: calculate the shortest distance between th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2232
    • 提供者:
  1. SDIOtest

    0下载:
  2. 本实验将实现如下功能:开机的时候先检测字库,然后检测SD卡是否存在,如果SD卡存在,则初始化SD卡,并通过串口1打印SD卡相关信息,然后开始查找SD卡根目录下的PICTURE文件夹,如果找到则显示该文件夹下面的图片文件(支持bmp、jpg、jpeg或gif格式),循环显示,通过按KEY0和KEY2可以快速浏览下一张和上一张,WK_UP按键用于暂停/继续播放,DS1用于指示当前是否处于暂停状态。如果未找到PICTURE文件夹/任何图片文件,则提示错误。DS0来指示程序正在运行。在正常显示图片的时候
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3366049
    • 提供者:王永明
  1. L13-3-1

    0下载:
  2. 将ASC的码值在0到127之间的字符写到磁盘文件上,然后从文件中读出这些字符,判断读出的字符是否问可打印字符,若是则在屏幕上直接显示,否则将这些字符的十进制ASC码值输出到屏幕上。-The ASC code value from 0 to 127 characters written to a disk file, and then read from the file these characters to determine whether the character readout ask
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:589
    • 提供者:胡大海
  1. TEST1

    0下载:
  2. 阅读下面的程序,在main()方法里添加语句完成如下功能: ①创建一个MyValue类的对象myValue. ②为myValue对象中的value域赋值10. ③使用getVaule()方法获得myValue对象中的数据并将它打印在屏幕上. class MyValue { private int value public void setValue(int x) { Value = x } public int getValue( ){
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:小馒头
  1. printandcopy

    0下载:
  2. vcpp 拷屏然后保存并打印屏幕上所以的内容,有点小缺陷,仅供参考-vcpp copy screen and then save and print the contents of the screen so, a little flaw, for reference only
  3. 所属分类:Printing program

    • 发布日期:2017-04-01
    • 文件大小:53971
    • 提供者:chenyang
  1. C

    0下载:
  2. 编写完整程序从键盘读取字符,如果是十进制的‘0’~‘9’则在屏幕上输出该数的8位二进制码,并将数字依次存放到BUF开头的数组中,如果读入的字符是’Q’或者‘q’,则程序退出,其他情况在屏幕上打印“You must input 0~9, or ‘q’ or ‘Q’”。(如输入的字符是‘9’,则输出“00001001”)-Write a complete program reads characters from the keyboard, if it is a decimal ' 0 
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:890
    • 提供者:cornfieldfox
  1. mathTest

    0下载:
  2. 写一个程序来帮小孩子练习数学,包含以下功能:【1】检查学号(由两位字母和四位数字组成);【2】进行测试:1.程序随机出10道两位数四则运算题目,开始计时。2.考试结束后将得分、所用时间和正确答案打印在屏幕上,并存入record.txt。【3】查询分数:从record.txt中读取分数信息,并打印在屏幕上。-Write a program to help children practice math, contains the following features: [1] check stude
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6131
    • 提供者:あかね
  1. 6453demo

    0下载:
  2. 实现6453+2207在屏幕上打印自带ASCII字库所有字符-6453+ 2207 ASCII character all characters on the screen print
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:31626
    • 提供者:孙彦辉
  1. v86dos_src

    0下载:
  2. 很老的东西,1993年左右的书,书的作者吕晓庆,通过一个将DOS POST到保护模式的开发环境,对了解保护模式有点参考价值,个人感觉这本 书里边的东西学起来比较顺手.直道现在也几乎没有见到像这本书这样介绍保护模式系统的书. 这本书上的代码有点错误.运行不起来.1998年左右我修改了下,可以用了.可以用这个代码来实作,段,页,多任务,模式切换.CPU异常等处理. 而且里边还带个最简单崩溃的调试器的代码,出现异常时候可以将当前的i386 寄存器给打印出来, 目
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:73256
    • 提供者:cjm
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com