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

搜索资源列表

  1. file

    0下载:
  2. 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-The use of recursive function call, and will enter the five characters, print out the order to the contrary.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2081
    • 提供者:宋涛
  1. Huffmanencoderdecoder

    0下载:
  2. 在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treat
  3. 所属分类:Windows Develop

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

    0下载:
  2. 采用C++编写,可在DOS下的控制台窗口上屏幕打印“我爱你”的字符-edit by C++,can print “I love you”in dos windows
  3. 所属分类:Printing program

    • 发布日期:2017-03-30
    • 文件大小:2273
    • 提供者:cheng
  1. Huffman

    0下载:
  2. 本程序主要是来实现赫夫曼编码的问题。用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码,可以对任意长的字符串可进行编码 按顺序打印出对应输入字符串的哈夫曼编码-This procedure is mainly to achieve the Huffman coding problem. Users can enter any keyboard characters, the length of arbitrary long input sequence of cha
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11851
    • 提供者:尹素芳
  1. guiyi

    0下载:
  2. 诡异的程序,程序中没有字符,确结果意料地打印出有意义的字符串来。-mysterious program。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:651
    • 提供者:dlfrpudn
  1. print

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

    • 发布日期:2017-04-17
    • 文件大小:16663
    • 提供者:杨昊
  1. haffman

    2下载:
  2. 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:193714
    • 提供者:dian
  1. 20091126971217449

    0下载:
  2. 在VS2008下开发的C#记事本程序,功能和界面似乎都要比微软自带的记事本还要强一些哦。支持自动换行、字符查找、文字设置,文字颜色设置,打印及预览等功能,同时本程序也可作为初学C#朋友的一个参考范例,程序运行如上图所示。 -Developed under the VS2008 C# notebook procedures, functions and interface seems better than Microsoft Notepad that comes with even a li
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:154095
    • 提供者:吴辉煌
  1. exercise_2

    1下载:
  2. 从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。-Enter any of the string from the keyboard to require an asterisk " *" as the terminator, and then save its contents to the
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:3289810
    • 提供者:杜娇
  1. 4_1string

    0下载:
  2. 使用String类提供的函数,实现以下步骤: (1) 用户从键盘输入两句英文句子。 (2) 把这两个句子连起来。 (3) 去掉句子里的非字母字符,并把这个句子反过来打印。 例如从键盘输入两句子:“Hi,my classmates”和 “How are you?” 最后打印结果应该为:uoyerawoHsetamssalcymiH -Use String class provides functions to achieve the following steps: (1
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:788
    • 提供者:唐晓明
  1. 1

    1下载:
  2. 该程序从左至右逐个字符地对源程序进行扫描,产生一个个的单词符号的机内表示。将词法分析程序作为单独的一遍,组织源程序的输入。拼出单词并转换成机内表示形式,形成token文件(单词序列)、Symble文件(符号表文件)。删除注释、空格和无用符号(回车换行符等)。发现并定位词法错误从而列表打印错误信息。-cifadenxi
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2748363
    • 提供者:ada
  1. c5

    0下载:
  2. 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来-Recursive function calls approach to the input of 5 characters, printed in reverse order
  3. 所属分类:Printing program

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:mk
  1. printGbk

    0下载:
  2. 打印所有GBK字符集,用于查找不同类型的字符特性,比如需要查看中文数值区间,特殊字符区间。-Print all the GBK character set, used to find different types of character properties, such as the need to see the Chinese numerical range, range of special characters.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:189648
    • 提供者:linux
  1. Char_Count

    0下载:
  2. 输入一串字符串、统计打印输出字符串中各种字符的内容及数量.超级精简版。-Enter the string of a string, print out the string in a variety of statistical character of the content and quantity of Super Starter Edition.
  3. 所属分类:Printing program

    • 发布日期:2017-04-06
    • 文件大小:176435
    • 提供者:张卫平
  1. Step1_

    0下载:
  2. OPOS应用程序开发示例,哟关于测试字符修饰打印-OPOS application development example, modification of yo character on the test print
  3. 所属分类:Printing program

    • 发布日期:2017-03-23
    • 文件大小:350601
    • 提供者:wangyc
  1. running3

    0下载:
  2. 模拟PV操作同步机构,从键盘上输入一组字符,由生产者每次读入一个字符供消费者输出。运行模拟程序,打印依次读入的字符和经消费者输出的字符。-PV operation synchronization, analog, keyboard input from a group of characters, from the producer read a character for each consumer output. Run the simulation program, print the c
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2442847
    • 提供者:王艺琪
  1. no.1

    0下载:
  2. 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)
  3. 所属分类:Printing program

    • 发布日期:2017-03-21
    • 文件大小:793
    • 提供者:张树
  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. user-interface-technology-

    0下载:
  2. 本书介绍了图形用户界面技术的一般原则,重点分析了有关的程序设计,并给出了所有相关的源程序。书中内容包括:EGA/VGA图形显示系统编程、键盘和鼠标输入、正文字符的描述、菜单、窗口、虚拟窗口、信息反馈、帮助系统以及自顶向下结构化程序设计、汉字发生、图形打印、目录管理、内存分配、扩展内存使用、虚拟磁盘、基于中断的驻留系统、文本编辑等。本书旨在帮助程序员建立功能强大、直观易学和实用的图形用户界面系统。-This book introduces the graphical user interface,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-24
    • 文件大小:7874192
    • 提供者:heyao
  1. NP125

    0下载:
  2. NP125-B宽行打印机命令码兼容EPSON LQ1600K打印机。该打印机可以进行连续纸或单页纸的打印,并且命令码可控制自动切纸功能。 在本手册的附录中列有字符表、名词解释和命令一览表,各章的编辑一般分为以下几项: • 指令介绍:对指令的用途加以叙述。 • 注意事项:对各指令或各段内所要补充说明的叙述。 -NP125-B wide-line printer command code compatible with the EPSON LQ1600K prin
  3. 所属分类:Printing program

    • 发布日期:2017-05-25
    • 文件大小:8310457
    • 提供者:李军
« 1 2 34 5 »
搜珍网 www.dssz.com