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

搜索资源列表

  1. ReverseNumbers

    0下载:
  2. Allows you to reverse numbers.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:795
    • 提供者:Karey
  1. nixu

    0下载:
  2. 逆序输出内容,可在此程序的基础上写出回文式的程序 ~-Reverse output, you can write this program based on the type of program palindrome ~
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3752
    • 提供者:li
  1. c

    0下载:
  2. C语言程序(输入一个数,判断它是几位数,然后反序输出)-C Programming Language (enter a number, determine it is some number, then reverse order output)
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:
  1. HexToFile

    0下载:
  2. This program converts hexadecimal text file into binary. Useful for reverse engineering file formats. Use in conjunction with FileToHex program.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:20374
    • 提供者:Tim
  1. string-reverse2

    0下载:
  2. 字符串反转的C源代码,亲自调试成功,给大家分享。字
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:2745
    • 提供者:shede223
  1. 3_2

    0下载:
  2. 应用指针变量实现字符串的逆序显示:① +,-,*,/,^,| 分别代表加、减、乘、除、乘方、开平方。 ② 输入上述符号,输入则显示“你操作有误!”,然后退出程序; 如果输入正确,则提示用户输入相应的数据,然后进行计算并 显示结果。-Application of the reverse pointer for string variables showed: ①+,-,*,/,^,| representing addition, subtraction, multiplicat
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:272517
    • 提供者:一鹏
  1. Assignment-1_1

    0下载:
  2. This a simple C++ program that prompts the user to enter five (5) numbers and out them in a reverse order.-This is a simple C++ program that prompts the user to enter five (5) numbers and out them in a reverse order.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:889499
    • 提供者:Karey
  1. reverse-of-string-

    0下载:
  2. Reverse of entered string
  3. 所属分类:Console

  1. LinkedReverse

    0下载:
  2. 本程序实现逆序输出链表各结点值的功能。用户输入几个数,程序将它们逆序输出。-Linked list reverse.
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:5416
    • 提供者:kevin
  1. MFC-DLL

    0下载:
  2. 用MFC调用DLL的一个小程序,实现了数字加法及字符串逆序的功能,适合初学者学习。-A small program that calls the DLL with MFC digital adder and string in reverse order of functions, suitable for beginners to learn.
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:40454144
    • 提供者:黄昌喜
  1. SimulateSearchEngine

    0下载:
  2. 模拟搜索引擎的功能,通过对文本分词,从而建立倒排索引表,实现全文检索的功能。-Establishing reverse index and simulate the function of search engine. By reading text file and segmentation we can establish a reverse index for all the words.So this will implement the full-text searching.
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:182259
    • 提供者:任育伟
  1. calculator

    0下载:
  2. 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:136790
    • 提供者:
  1. List

    0下载:
  2. 单链表的插入算法,单链表的逆置算法,单链表的删除算法-Single-chain insertion algorithm, a single list of reverse home algorithms, a single list of deletion algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3355
    • 提供者:张宏超
  1. 5

    0下载:
  2. 停车场程序 1、增加音效 2、模拟倒车 3、增加便道,当车库满时,新来车辆按到达先后顺序在便道等候。当有车离开,第一辆等待车辆进入车库,其他的在便道车等待辆依次向前移动。 4、车库中间两道道路:一条进入车库通道,另一条离开车库通道。 5、键盘按键,按p键进入一辆车,按q键离开一辆车。 -Parking Program 1, increasing sound 2, 3 analogue reverse, increasing sidewalk, when the garag
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:3011036
    • 提供者:郭宪
  1. Reverse

    0下载:
  2. 数据结构课程中可以实现逆置链表的功能 测试无误-Data structure curriculum set list can achieve the function of the inverse
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5479400
    • 提供者:设计师
  1. 编写用于表示有向图的数据结构

    0下载:
  2. 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:54037
    • 提供者:zxy
  1. reverse-the-single-link-list

    0下载:
  2. 本源代码是利用控制台编程,在Visual C++下实现的用于单链表新的逆置方法,并利用递归调用函数实现。-The source code is the use of the console programming in Visual C++ implemented new single list of inverse method for setting and using recursive call function to achieve.
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:495468
    • 提供者:Kyrie Irving
搜珍网 www.dssz.com