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

搜索资源列表

  1. 5-02

    0下载:
  2. 编写程序把从键盘输入的四位十六进制数,转换为十进制形式在屏幕上打印出来。-Write a program from a four-digit hexadecimal number of keyboard input, convert to decimal form printed on the screen.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:735
    • 提供者:
  1. 5-03

    0下载:
  2. 从键盘输入(显示提示)十个2 位十进制数(正数)到内存中,按从小到大排序,然后 把该数以十六进制形式在屏幕上打印出来-Input from the keyboard (prompts) ten two decimal number (positive number) into memory, from small to large, then the number is in hexadecimal form printed on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:839
    • 提供者:
  1. floyed-calcuate-the-dsitance

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

    • 发布日期:2017-04-04
    • 文件大小:19018
    • 提供者:段誉
  1. vcDY

    0下载:
  2. 功能 能够实现屏幕有效打印 主要包括预览选择 打印等-Function able to achieve an effective screen printing and print preview option includes
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-23
    • 文件大小:340756
    • 提供者:万帮勇
  1. DAOYOUCHENGXU

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

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

    0下载:
  2. 音乐播放器 有快进快退功能 透明背景的同步字幕打印在屏幕上-Music player has fast forward and rewind features a transparent background sync subtitles on screen printing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:320337
    • 提供者:Dong Yuan
  1. PrintWork

    0下载:
  2. VC++演示打印工作证和名片打印,先打开数据库创建记录集对象实例,执行SQL得到记录集,将数据库从Access中读取出来,然后获取打印机默认值,比对屏幕与打印机分辩率比率(水平和垂直方向),按照指定格式开始打印,示例代码虽简洁,但具有代表性,由此可扩展成证件打英发票打印等程序-VC++ demo print work permits and business card printing, first open the database to create a record set object
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:46812
    • 提供者:apudn87
  1. startprint

    0下载:
  2. 用Vb写的简单屏幕保护,不过看上去很不错,很多星星从屏幕中央爆炸开来,像天女像散花一样,一波接一波的爆开,晃动鼠标的话立即消失。所以在测试的时候不要碰到鼠标。部分代码说明:星星与边缘的距离 = ((屏幕最长半径) - (星星(残片ID).距离)) * (1.47)   颜色 = RGB((星星与边缘的距离), (星星与边缘的距离), (星星与边缘的距离))   Call 设置文字颜色((Me.hdc), (颜色))   Call 打印文本((Me.hdc), (坐标.X), (
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5158
    • 提供者:ipudn48
  1. C-example003

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示 .-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5645
    • 提供者:胡朋葛友
  1. C-example004

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:65076
    • 提供者:胡朋葛友
  1. C-example005

    0下载:
  2. 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5614
    • 提供者:胡朋葛友
  1. ball

    0下载:
  2. 屏幕中任意数量的小球碰撞,定时打印出小球的速度方向,在线状态-ball collision
  3. 所属分类:Screen Saver

    • 发布日期:2017-04-07
    • 文件大小:762
    • 提供者:陈浩
  1. HappyNewYear

    0下载:
  2. 一个有趣的祝福C程序~整个源代码呈现一个汉字“福”。运行时还能在屏幕上打印出一段字符$组成汉字!-An interesting procedure blessing C ~ the entire source code has a Chinese character fu. Run-time on the screen can also print out a section of the composition of Chinese characters $!
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:cyisgi
  1. Time-Print

    0下载:
  2. 本程序主要实现用户输入时分秒,屏幕上打印出时间的功能。-Time Print
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:任晓伟
  1. condition

    0下载:
  2. Linux条件变量演示,创建两个线程模拟生产者消费者模型,在屏幕上打印a-z字母,注释详细-Linux condition variable presentations, create two threads simulation model of producers and consumers, az letters printed on the screen, detailed notes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:wujianming
  1. cad_move_your_name

    0下载:
  2. 一个C++程序,学cad时老师布置的作业,基于MFC,在屏幕上打印出自己的名字,并能够进行平移、缩放、改变颜色等操作。-A C++ program, it s an assignment when I study CAD, based on MFC, on the screen to print out your own name, and be able to pan, zoom, change the color
  3. 所属分类:CAD

    • 发布日期:2017-05-11
    • 文件大小:2444878
    • 提供者:etwll
  1. BiTree

    0下载:
  2. 编程实现二叉树的a建立,b/c先序、中序、后序、层序遍历(递归和非递归方法),d二 叉树的高度、e繁茂度,f交换左右子树,g统计叶子节点的数目,h判断是否为完全二叉树, i按树的形态在屏幕上打印输出。 [基本要求] (1) 从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于4。 (2) 建树信息采用两行英文字符表示,每个英文字符代表一个结点,第 1 行为树的 中序遍历结果,第 2 行为树的后序遍历结果。-Programming a binary tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:233412
    • 提供者:真真
  1. ping_src

    0下载:
  2. 读懂并修改附件给出的myping程序,在屏幕上打印出每个ICMP响应报文中的TTL值。-Read and modify the Annex given myping program on the screen to print out each ICMP response packet TTL value.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1410143
    • 提供者:王慧云
  1. readxml

    0下载:
  2. 读取一个配置文件xml各个节点的内容,并将其打印到屏幕上。-Read a configuration file of XML content of the various nodes, and print it on the screen.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2146372
    • 提供者:邓省
  1. myNFC-v1.3

    0下载:
  2. 嵌入式stm32通过串口1与NFC模块通信,NFC模块读取mifare卡信息,将此信息最终通过串口2打印到PC端屏幕,同时ucos提供多任务功能,LED1和LED2以多任务方式闪烁-Embedded stm32 1 and the NFC module through the serial port communication, NFC module reads mifare card information, this information is the final print to 2 P
  3. 所属分类:uCOS

    • 发布日期:2017-05-17
    • 文件大小:4898958
    • 提供者:kunahe
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com