CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - C-input,output

搜索资源列表

  1. C++InputOutput

    0下载:
  2. 使用标准C++实现位图图像的输入和输出,自定义位图文件的格式。-Bitmap image input and output, since the definition of bitmap file format.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4150
    • 提供者:Gan
  1. C++iostreamxiangxijieshao

    0下载:
  2. 这里面详细的介绍了c++的流输入输出的函数,叙述详尽,内容很全,请大家参考!-detailed introduction to the c + + input and output flow of the function, described in detail, as is the whole, Please reference!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29261
    • 提供者:tiandong
  1. c++02--

    0下载:
  2. 关于C++的一个PPT教程C++语言概述,包括介绍 2.2 基本数据类型和表达式 2.3 数据的输入与输出 2.4 算法的基本控制结构 2.5 自定义数据类型 -on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structu
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:57748
    • 提供者:张的陪
  1. standard-output-redirect

    0下载:
  2. 本人偶得在 Visual C++ 中进行输入输出重定向的办法,比通常的做法“freopen”更加的灵活和方便,特在此共享。目前,代码正在不断地摸索和完善中,先把“输出”(stdout)部分提供给大家-I even get in the Visual C++ input and output redirection in the way for more than the usual practice of " freopen" is more flexible and conv
  3. 所属分类:Dialog_Window

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

    0下载:
  2. 1写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。  2有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号的那位。 3编写input()和output()函数输入,输出5个学生的数据记录。 4反向输出一个链表。 5找到年龄最大的人,并输出。-1 to write a function, and the length of a string, in the main function in the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1617
    • 提供者:付博
  1. course

    0下载:
  2. C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:45227
    • 提供者:林林
  1. c

    0下载:
  2. 编写input()和output()函数输入,输出5个学生的数据记录-The preparation of input () and output () function of input and output data of the five student records
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2206
    • 提供者:张伟
  1. natural-cubic-spline-interpolation

    0下载:
  2. 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:153416
    • 提供者:姜北樵
  1. c++programmethinking

    0下载:
  2. 包含:对象的演化,数据抽象,隐藏实现,初始化与清除,函数重载与缺省参数,输入输出流介绍,常量,内联函数,命名控制,引用和拷贝构造函数-Include: the evolution of object, data abstraction, hiding the realization of initialization and removal, function overloading and default parameters, input and output streams, the co
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:11245717
    • 提供者:caizhendong
  1. c

    0下载:
  2. 用面向流的输入输出提示用户输入7个整数,并打印出其中的最大值-Stream-oriented input and output prompts the user for seven integers, and prints out the maximum value of
  3. 所属分类:Other systems

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

    0下载:
  2. 编写程序读入一个字母,输出与之对应的ASCII码输入输出都要有相应的提示-Programming, read a letter, the output corresponding ASCII code, input and output must have the appropriate prompt
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1418
    • 提供者:LEI
  1. C-examples

    0下载:
  2. c语言编程百例,如:输入某年某月某日,判断这一天是这一年的第几天?如::用*号输出字母C的图案。-c language programming 100 cases, such as: input a certain period of a day to determine the day of the year, the first few days? Such as:: with the letter C* is the output pattern.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:25868
    • 提供者:阡陌
  1. wuban-C

    0下载:
  2. 假设在周末舞会上,男士和女士进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。 输入、输出方法自行设计,要易于操作、不易死机。 -Assuming the ball at the weekend, men and women into the ballroom, the respective queue. Dance begins, followed by
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:37557
    • 提供者:tamakiramimy
  1. The-C-programming-Language-

    2下载:
  2. 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6396548
    • 提供者:cl
  1. C-document

    0下载:
  2. 本资源为介绍C语言标准输入输出的用法,格式化输出等。-This resource describes the standard C language usage of input and output, formatted output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:13654
    • 提供者:马宁
  1. 4

    0下载:
  2. 能很好的描述C++的输入输出,读者能很好的理解-Can be a good descr iption of C++ input and output, the reader can well understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2552485
    • 提供者:胡树坚
  1. The.C.Programming.Language[1]

    0下载:
  2. 本书全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -Book comprehensively and systematically about the C language features and programming methods, including the basic concepts, types and expressions, control flo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:545250
    • 提供者:葱头
  1. 12.3

    0下载:
  2. 与C++输入流一样,输出流也可以使用输出流类的成员函数来实现数据输出。因此,在本小节中,将向用户介绍这些函数的原型及其使用方法等。 通常情况下,用户可以使用C++输出流类中的成员函数“put”将指定的数据放入到计算机输出流中,进行显示。该成员函数的原型如下所示: 01 basic_ostream& put(E c) //输出流类的成员函数原型 在成员函数“put”中,该函数的作用是将用户指定的数据放入到计算机的输出流中。该成员函数含有一个参数,即单字符类型。 -And C+
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:513
    • 提供者:喻歌
  1. wannianli

    0下载:
  2. 万年历程序。利用C++的输入输出语句在屏幕上输出任意指定一年的年历,输出格式是按月输出,并带星期显示。-Calendar program. Use of C++ input and output statements are output on the screen any given year calendar, the output format of the monthly output, and with a week of shows.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:672
    • 提供者:说了再见
  1. CPPshurushuchu

    0下载:
  2. C++输入输出流 数据的传输不用关心数据的结构,与设备无关-C++ input and output streams data transmission do not care about the structure of the data, and device-independent
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:98241
    • 提供者:赵天
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com