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

搜索资源列表

  1. 030300336cata

    0下载:
  2. 高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、´ 、¸ ),其中除法运算应输出所得的商和余数。(2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。« 编程任务:给定大整数m和n,计算÷ ÷ø ö ç ç èæ nm和C(m)的精确值。« 数据输入:由文件input.txt给出输
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:林天
  1. Statistical-letters-number

    0下载:
  2. Descr iption: 给定一段文章,请输出每个字母出现的次数。 Input: 只有一组输入数据,该数据大小<10KB。 在文章中除最后一个字符外,只有小写字母、空格和换行符,没有另外的标点、数字和大写字母等。该文章以’#’结尾。 Output: 输出格式为“C A”,C为’a’..’z’中的字母,A为出现次数,C和A之间空一格。 Sample Input: here is the input this is the article
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:9216
    • 提供者:沙魄郎君
  1. matrix_in_out

    0下载:
  2. 矩阵输入输出,简单的c++入门程序,用到输入输出流-Matrix input and output, the simple c++ Entry procedures, using input-output stream
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:6156
    • 提供者:yellow
  1. Csharp_Advantech_DAQ

    2下载:
  2. 用c#实现研华DAQ的绝大部分功能,包括数字量输入输出,模拟量输入输出。-With c# implementation of the vast majority of Advantech DAQ functions, including digital input and output, analog input and output.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:366877
    • 提供者:nemo
  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. 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. choose

    0下载:
  2. 线性时间选择查找第K小元素的C++算法,数字从txt文件中输入,结果输出到txt文件中.-Linear time selection to find the first K elements of the C++ small algorithm, digital input from a txt file, output to txt file.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:848
    • 提供者:wf
  1. 54

    0下载:
  2. 在visual studio环境下开发用C#语言编写的。使用Random,RSA,GUID三种方式得到防伪码,能够支持二进制输入输出。-In the visual studio development environment with C# language. Use Random, RSA, GUID security code are three ways to support the binary input and output.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:65166
    • 提供者:苏如是
  1. 20110628

    0下载:
  2. C程设计的各种课后作业,涉及杨慧三角,数组,指针,结构体-Yang Hui triangle of input and output formats, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:93076
    • 提供者:chenzeshenga
  1. CSharpprogram

    0下载:
  2. 一个简单的C#程序,实现了语句的输出输入。-a simple C# program,to realize input and output of a words.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:40114
    • 提供者:北风吹雁
  1. 12.3

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

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

    2下载:
  2. 用C++实现六自由度的机械手的运动学正反解问题,并用MFC做界面实现-resolve the inverse kinematics problem of the robot,and use the MFC interface to realise the input and output
  3. 所属分类:CSharp

    • 发布日期:2015-09-15
    • 文件大小:1892352
    • 提供者:jiangrukang
  1. cpp1

    0下载:
  2. 采用c++来实现表的输入与输出实现,算法小,精炼。-The input and output of the table the c++ to achieve to achieve a small, refined algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:638
    • 提供者:谢谢
  1. test1

    0下载:
  2. c语言的一个小程序,对于初学者而言的程序的输入输出功能。便于学习c语言-a small c language program for beginners program input and output functions. Easy to learn c language
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:13188
    • 提供者:yao
  1. C

    1下载:
  2. 实现如下简单计算功能 a) 后缀表达式求值功能,按后缀表达式键之后开始接受后缀表达式输入,接受的操作数均为个位数,按#键表示后缀表达式输入结束,并输出结果。 b) 基本数据运算功能+,-,×,/,%,1/X,sqrt c) 简单数据累加功能MR、MC、MS、M+ -Accept operands are in the single digits, press the# key to the end of the postfix expression input, and output
  3. 所属分类:CSharp

    • 发布日期:2015-08-08
    • 文件大小:1024
    • 提供者:sam
  1. MyTreeGrid

    0下载:
  2. 这是一个自已开发的网格和树结合的C#.net控件,用于客户端开发中的数据显示,录入,提供了丰富的录入,显示,打印功能,可自定义绘制,有SpinEdit,CheckBox,ClickButton,DateTime等录入方式。 丰富的显示格式。在大数据量的情况下,能提供更优良的性能。以树方式打印网格数据。 还有一个折线图控件 ,可以自定义点击方法。 这是本人在2004年时写的TreeView和Grid结合的控件,行列上可以都是树结构,全用C#完成,里边包含了打印,预览 本人
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:147183
    • 提供者:weihaoran
  1. input-and-output-students-scores

    0下载:
  2. 用C++编程的一个程序,可以输入和查询学生的学号、语文成绩、数学成绩、英语成绩。-The number of students with programming a program C++, you can enter and query language scores in math and English scores.
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:788
    • 提供者:韦妮
  1. c

    0下载:
  2. 里面包括了43个小程序,从最简单的IO的输入输出,到液晶的数码输出,都是一些比较实用的小程序-Which includes 43 small programs, from the simplest IO input and output, digital output to the LCD, are some of the more useful little program
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:512692
    • 提供者:王露
  1. GeohashDecode

    0下载:
  2. 实现了基于GeoHash算法的字符串自动解码算法,并且录入、输出数据均可直接采用excel文件。(The algorithm of automatic string decoding based on GeoHash algorithm is realized, and the input and output data can be directly used in Excel file.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:128000
    • 提供者:sososober
  1. C#编程

    0下载:
  2. 在键盘上接收用户输入的15个整数数值,输入完成后,接收用户输入的指令,如果用户输入a(大小写不区分)升序排列,如果输入d(大小写不区分)降序排列,否则提示用户重新输入指令,输出排序前与排序后的数列内容。(, on the keyboard to receive 15 integer value of user input, the input is completed, receiving the command input by the user, if the user input a (n
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:39936
    • 提供者:macile
« 12 3 »
搜珍网 www.dssz.com