CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 文本

搜索资源列表

  1. win32-readwrite-txt-file

    0下载:
  2. 基于Visual C++ Win32 控制台的程序,实现从txt文本文件中读取以及写入数据的功能-Based on the Visual C++ Win32 Console program, read and write data from txt text file
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:9354
    • 提供者:肖传毅
  1. Keywords

    0下载:
  2. C语言实现的文本关键词过滤,中英文皆可。可以识别出夹杂了无用字符的关键词。-C language of a keyword filter. Can identify keywords which are mixed up with useless characters.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1459
    • 提供者:chenqw
  1. Huffman

    0下载:
  2. 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:709
    • 提供者:zhongpeng
  1. SPC-exchanges

    0下载:
  2. 本项目主要完成对局用程控交换机的二进制磁带卸载数据,按照一定的格式要求,转化成标准ASCII码格式并以文本形式输出,然后再经过内存排序后,提供给后续计费模块进行批价处理。-This project is mainly to complete the game using a program-controlled switches, binary tape unload data, in accordance with the requirements of a certain format, c
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:3066750
    • 提供者:朱方东
  1. 1

    0下载:
  2. (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -(1) Edit the text (2) Save the text file to open the specified location (3) with input and output interface.
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:558
    • 提供者:chengjie
  1. textwriteer

    0下载:
  2. 简单的文本编辑器123 123 123 -Simple text editor 123123123123123123
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:660
    • 提供者:youname
  1. textwriteer

    0下载:
  2. 文本编辑器是控制台程序,主要用户示例用控制台编写程序-The text editor is a console application with the console, the main users of the example program
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:647
    • 提供者:youname
  1. Console

    0下载:
  2. 一个读取文本文件的控制台程序,使用VCL文本操作函数-A console program to read a text file using the VCL text manipulation functions
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:519
    • 提供者:zcw
  1. TextEditor

    0下载:
  2. 文本编译器C++源码 功能齐全 支持文件读写-Text Editor C++ soursecode,have many methods, can save and load file
  3. 所属分类:Console

    • 发布日期:2017-12-06
    • 文件大小:2603
    • 提供者:Ruby
  1. calculator

    0下载:
  2. 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:935
    • 提供者:wangliangtao
  1. Polynomial

    0下载:
  2. 用链表实现一元多项式的运算,在控制台做了一个简单的文本界面-List yuan polynomial arithmetic, do a simple text interface in the console
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:1201204
    • 提供者:vell001
  1. yinhangmoni

    2下载:
  2. 这是一个简单的银行模拟系统 1、 客户的到达时间随机 2、 客户需要处理的业务随机(不同业务处理的平均长度不同,例如:取款时间较短,开户和销户时间较长) 3、 处理客户业务所需时间随机(在一定范围内) 4、 使用文本文件记录每个客户到达时间、业务处理时间、业务结束时间 5、 动态显示(刷新时间可调)目前每个窗口累计处理客户数量、等待人数,每个窗口的平均业务处理时间,不同业务类型业务的累计办理量。 -This is a simple bank simulation syst
  3. 所属分类:Console

    • 发布日期:2016-06-10
    • 文件大小:3072
    • 提供者:duanzhensheng
  1. TextQueryExpend

    0下载:
  2. C++primer第四版中的扩展文本查询,支持&|~ 注意输入查询条件的时候操作符与字符串之间要加空格。例如:~ it | ~ is 表示匹配既不含"it"又不含"is"的所有行。input.txt为查询文本。-The C++ primer fourth edition extended text queries, supported & | ~. attention to the input query spaces between the operator and the string. F
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:5983
    • 提供者:李明
  1. Segment

    0下载:
  2. 中文分词程序,用前缀发分词,并输出到文本中来-Chinese word segmentation program, sent word with the prefix, and output to a text
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:1328715
    • 提供者:杨梦伦
  1. test1

    0下载:
  2. 编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);然后编制一个预处理子程序,去掉输入串中的回车符、换行符和跳格符等编辑性文字;把多个空白符合并为一个;去掉注释-Preparation of a source input from keyboard, file or text box, enter a number of rows statement sequentially stored in the input buffer (character
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:669
    • 提供者:henuc
  1. consoleColor

    0下载:
  2. 演示windows下控制台程序如何使用不同颜色输出文本。-How to use the different color output text the demo windows console program.
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:18831
    • 提供者:hufeiyan
  1. Agilent_N5766A_measure

    0下载:
  2. Agilent N5766A Power Supply 输出电压电流监测程序。程序记录电源的输出电压和电流值,实时记录并把电压和电流值写入.txt文本中。-Agilent N5766A Power Supply output voltage and current monitoring program. The program recording the power supply output voltage and current values​ ​ , real time
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:917901
    • 提供者:TYS
  1. txtsearch

    0下载:
  2. 将内容写入文本文件中,实现从文本文件中字符查找,将结果显示在控制台上-the search of txt
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:440827
    • 提供者:尤行刚
  1. Assistant

    2下载:
  2. 文学研究人员需要统计某篇英文小说中某些形容词出现的次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 基本要求为: 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词出现的次数和出现位置所在行的行号,格式自行设计。-Literary researchers need to count the number and location of some of the adjectives in t
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:16757
    • 提供者:丁洁琼
  1. cMichaelJanssonJokeConsole

    0下载:
  2. 在win32控制台程序下处理鼠标事件,模拟按钮和下拉框的程序,并实现一个简单的文本内容浏览工具。点击文件可查看相应的内容,并可以点击按钮进行切换文件等操作。-Handle mouse events in win32 console application program analog buttons and drop-down box, and implement a simple text content browsing tools. Click on the file to view th
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:231424
    • 提供者:胡嘉显
« 1 2 34 5 »
搜珍网 www.dssz.com