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

搜索资源列表

  1. Rpg

    0下载:
  2. 在一个RPG游戏中,有5个角色,每个角色有3个属性,从键盘输入名称、生命值和等级, 并将这些角色信息打印到屏幕上。 -In an RPG, there are five roles, each with three attributes, enter a name from the keyboard, the value of life and level, and the role of information printed to the screen.
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2916155
    • 提供者:陈春丽
  1. GDIP-programing-guide

    0下载:
  2. gdi 编程指南,GDI+(Graphics Device Interface Plus图形设备接口加)是Windows XP和Windows Server 2003操作系统的子系统,也是.NET框架的重要组成部分,负责在屏幕和打印机上绘制图形图像和显示信息。 顾名思义,GDI+是Windows早期版本所提供的图形设备接口GDI的后续版本。GDI+是一种应用程序编程接口(API),通过一套部署为托管代码的类来展现。这套类被称为GDI+的“托管类接口”。 GDI+最早是于2001年随Win
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6260297
    • 提供者:li
  1. MSP430-man-machine-dialogue

    0下载:
  2. 该程序示范用MSP430单片机串口作为标准终端输入/输出设备的范例。Windows自带有"超级终端"软件,运行后可以将PC机模拟成一个标准终端设备,其中PC机的屏幕变成字符型输出终端设备,PC机键盘变成标准字符输入设备。printf/scanf函数可以向标准字符终端设备打印/获取信息,因此,通过串口连接到PC机并运行超级终端软件后,可以将printf函数的结果打印在PC机屏幕上,也能从PC机键盘向单片机输入数据和信息。-The program demonstrates the MSP430 mi
  3. 所属分类:SCM

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

    0下载:
  2. 编写一个程序可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。所谓指定位置是指图形离左边屏幕最近字符与左屏幕边界的距离字符数。(注意,由于字符大小和间隔的原因,字符组成的正方形图案可能并不标准)。-Write a program to allow the user to choose the specified position in print out different graphics such as a
  3. 所属分类:Printing program

    • 发布日期:2017-04-04
    • 文件大小:10737
    • 提供者:胡美美
  1. http_client

    0下载:
  2. HTTP Client,通过GET请求,获得页面,并打印到屏幕。-http client ,,get
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:4416
    • 提供者:Joker
  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. 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. C_Program_skill

    0下载:
  2. C编程技巧荟萃 编程函数集,详细内容如下: 读键盘扫描码 获取机器日期 将浮点数转化为字符串 清除屏幕 显示时间 打印一个矩形 砍掉字符串中所有空格 取子字符串 从文件中读取字符 字符串左靠齐-C Promgram skill
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:17033
    • 提供者:kingsen
  1. Wallpaper

    0下载:
  2. vb编写的小程序,用于切换壁纸。与其它小程序不同的是,它可以打印倒计时到屏幕。不使用额外的进程,直接对壁纸进行打印处理,再更换。适合菜鸟学习。-A simple VB Program to change your wallpaper.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:139107
    • 提供者:Kam
  1. hoffman-encodeadecode

    1下载:
  2. 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental r
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:709151
    • 提供者:liuqing
  1. WINTC-GUI

    0下载:
  2. WINTC GUI,模仿WINTC界面。文本模式下的GUI设计时,主要要用到这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打印文本的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函数,就可以实现文本窗口的保存与恢复。比如,在每次显示菜单,之前先把,菜单将要覆盖的文本窗口内容用gettext() 保存到内存中,然后显示菜单,在退出菜单时使用puttext() 把覆盖的文本内容还原,刚进入GUI程
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:4217
    • 提供者:GoD
  1. MC2008-TI_632modul

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:118059
    • 提供者:金泉
  1. ti_example_for_user

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:647144
    • 提供者:金泉
  1. MC2008ID-card

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:101046
    • 提供者:金泉
  1. ping_mu_shu_chu

    0下载:
  2. 你要屏幕输出文字的话,只要打印就可以了,不用再编代码-You want the screen output text, as long as the print and no longer need to compile code
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1137
    • 提供者:lilinxiao
  1. c

    0下载:
  2. 1、编程解析WAV文件头信息,打印输出在屏幕上,并将其写入文本文件。 :输入要打开的文件名;输入要存储的文件名 显示及文件中显示的文本格式如下: }文件头:** }文件长度:** }声道数:** }数据采样率:** }采样位数: -1, programming resolution WAV file header information, the print output on the screen, and writes it to a text file. : E
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:712157
    • 提供者:吴奕纬
  1. babyC

    0下载:
  2. 根据孩子的出生年月自动计算年龄月份,在屏幕以及托盘显示。生日提醒功能。并且能自动浏览孩子到照片以及对照片进行简单处理(缩放,旋转,连续播放,打印等)-Automatically calculate the age of the month according to the child' s date of birth, displayed on the screen and tray. Birthday reminder feature. And can automatically bro
  3. 所属分类:Graph program

    • 发布日期:2017-11-10
    • 文件大小:766213
    • 提供者:taylor
  1. Adc_Usart_Tft_v3.5

    0下载:
  2. 串口1(USART1)向电脑的超级终端以n秒为间隔打印当前ADC1的转换电压值(使用了DMA1通道1),并同时实现在TFT屏幕上的显示。 当然,画线,画圆也是小意思(请到"GLCD.h"中查找,并自行添加,已经过测试^_^)。-Serial port 1 (USART1) to the super computer terminal n seconds intervals Print this ADC1 converted voltage value (used DMA1 channel 1
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-28
    • 文件大小:6654840
    • 提供者:郭忠伟
  1. CBigNumDivision

    0下载:
  2. C语言实现的大数相除功能,基于最少5000*5000(再大的数没有测试,应该没问题)字节的结果,结果会按高低位打印到屏幕。-Large numbers divided C language function, based on a minimum of 5000* 5000 (then a large number have not tested, it should be no problem) bytes of the results, the results will be printed
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:283096
    • 提供者:刘小生
  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 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com