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

搜索资源列表

  1. shuheerchashu

    0下载:
  2. 1.基本题 (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)在二叉树中查找值为x的结点,请编写一算法用以打印值为x的结点的所有祖先,假设值为x的结点不多于1个。 -1. Basic questions (1) Enter the character sequence, build binary list. (2) output binary tree traversal. (3) Find a binary tree node in the val
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:267910
    • 提供者:张立伟
  1. MathOCR

    0下载:
  2. 电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字-Optical Character Recognition
  3. 所属分类:JavaScript

    • 发布日期:2017-05-05
    • 文件大小:682579
    • 提供者:冀伟
  1. Neuroph-OCR---jHRT-alpha-0.1

    0下载:
  2. 电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字-Optical Character Recognition
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:439819
    • 提供者:冀伟
  1. daima3

    0下载:
  2. 1. 编写字符串类CTString,设计样式如下: class CTString { char *m_pData // 用于保存字符数据 int m_nLen // 记录字符长度 public: // 构造函数和析构函数 CTString() CTString(char *) CTString(const CTString&) ~ CTString() // 其它成员函数 CTString *Copy(CTString
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:8603
    • 提供者:牟蓉
  1. pic

    0下载:
  2. 由本地上传图片到服务器,生成缩略图,打印水印文字的内容,设定每行显示多少字符,打印文字的位置,缩略图大小-Upload pictures the local to the server, generate thumbnails, print the contents of the watermark text, set the number of characters per line display, the location of the print text, thumbnail siz
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:279653
    • 提供者:zhcho
  1. Huffman

    0下载:
  2. 哈夫曼编码:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Huffman coding: the frequency of occurrence of several characters inputted the keyboard and for each character, the character appears as a frequency node weights, the
  3. 所属分类:assembly language

    • 发布日期:2017-12-13
    • 文件大小:3725
    • 提供者:LPS
  1. 哈夫曼源码

    1下载:
  2. 根据所输入的字符已经权值构造哈夫曼树以及其编码,并将哈夫曼树打印出来,然后显示各个字符的编码(According to the input characters have been weighted structure Huffman tree and its encoding, and the Huffman tree print out, and then display the encoding of each character)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:无伤
  1. 7204856

    0下载:
  2. 打印机适配器端口直接编程通过系统并行口1,打印一行字符”HELLO”并行口1的数据口地址为378H,命令口地址为37AH()
  3. 所属分类:组合框控件

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:deudmal
  1. lguqlityrange

    0下载:
  2. 打印机适配器端口直接编程通过系统并行口1,打印一行字符”HELLO”并行口1的数据口地址为378H,命令口地址为37AH()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:Lynyia
  1. 1552700_武杰_ASCII

    0下载:
  2. 一个使用x86汇编语言实现的一个asc字符打印程序,用户可以选定需要打印的字符的序号(A ASC character printing program implemented in x86 assembly language, and users can select the serial number of the characters to be printed.)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-09
    • 文件大小:20480
    • 提供者:OutisJie
  1. 3258871

    0下载:
  2. 打印机适配器端口直接编程通过系统并行口1,打印一行字符”HELLO”并行口1的数据口地址为378H,命令口地址为37AH()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:Ipgemar
  1. linux grep命令

    0下载:
  2. linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:21504
    • 提供者:hhhhhhsss
  1. 079102

    0下载:
  2. 打印机适配器端口直接编程通过系统并行口1,打印一行字符”HELLO”并行口1的数据口地址为378H,命令口地址为37AH()
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:bewrs
  1. FileSearcher

    0下载:
  2. 启动多个线程快速搜索文件并打印出来,搜索格式为 盘符\文件所含字符 即可搜索指定盘符下所含字符的文件(Start multiple threads to search the files quickly and print them out. Search format is C:\string A file to search for the characters under the specified disk)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-07
    • 文件大小:15190016
    • 提供者:rtrhtyjy
  1. OS exercise 1

    0下载:
  2. 编写一个从标准输入中读取字符串的程序。所有字符串都不包含0字节字符,并以\ n换行符终止。最后一行输入可能不会被换行符终止。读取所有字符串后,应根据libc提供的strcmp函数的顺序对这些字符串进行排序。排除所有字符串后,应按新顺序将这些字符串打印到STDOUT。在将字符串写入STDOUT时,每个字符串应以\ n换行符终止。(Write a program that reads string from the standard input. All strings will contain n
  3. 所属分类:操作系统开发

    • 发布日期:2018-10-14
    • 文件大小:6144
    • 提供者:cindy888
  1. labview视觉识别

    2下载:
  2. labview做的激光打印产品分类,字符为A B C三类三种产品(LabVIEW laser printing product classification, the characters are A B C three categories of three products.)
  3. 所属分类:其他

    • 发布日期:2020-01-17
    • 文件大小:11089920
    • 提供者:chen886
  1. adaptiveHuffman

    2下载:
  2. 自适应哈夫曼编码的C++实现,从屏幕读取输入,将每个字符的编码及总体编码打印在屏幕上。(The C++ implementation of adaptive Huffman coding reads the input from the screen and prints the encoding and overall encoding of each character on the screen.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-10-30
    • 文件大小:2048
    • 提供者:auutesius
« 1 2 ... 8 9 10 11 12 13»
搜珍网 www.dssz.com