搜索资源列表
030300336cata
- 高精度整数问题« 问题描述:(1) 设计一个表示高精度整数的模板类,它支持对任意大整数的输入、输出和四则运算(+、-、´ 、¸ ),其中除法运算应输出所得的商和余数。(2) 用上述高精度整数的模板类,计算大整数组合数和Catalan数的精确值。« 编程任务:给定大整数m和n,计算÷ ÷ø ö ç ç èæ nm和C(m)的精确值。« 数据输入:由文件input.txt给出输
Statistical-letters-number
- Descr iption: 给定一段文章,请输出每个字母出现的次数。 Input: 只有一组输入数据,该数据大小<10KB。 在文章中除最后一个字符外,只有小写字母、空格和换行符,没有另外的标点、数字和大写字母等。该文章以’#’结尾。 Output: 输出格式为“C A”,C为’a’..’z’中的字母,A为出现次数,C和A之间空一格。 Sample Input: here is the input this is the article
matrix_in_out
- 矩阵输入输出,简单的c++入门程序,用到输入输出流-Matrix input and output, the simple c++ Entry procedures, using input-output stream
Csharp_Advantech_DAQ
- 用c#实现研华DAQ的绝大部分功能,包括数字量输入输出,模拟量输入输出。-With c# implementation of the vast majority of Advantech DAQ functions, including digital input and output, analog input and output.
c++programmethinking
- 包含:对象的演化,数据抽象,隐藏实现,初始化与清除,函数重载与缺省参数,输入输出流介绍,常量,内联函数,命名控制,引用和拷贝构造函数-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
wuban-C
- 假设在周末舞会上,男士和女士进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。 输入、输出方法自行设计,要易于操作、不易死机。 -Assuming the ball at the weekend, men and women into the ballroom, the respective queue. Dance begins, followed by
choose
- 线性时间选择查找第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.
54
- 在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.
20110628
- C程设计的各种课后作业,涉及杨慧三角,数组,指针,结构体-Yang Hui triangle of input and output formats, etc.
CSharpprogram
- 一个简单的C#程序,实现了语句的输出输入。-a simple C# program,to realize input and output of a words.
12.3
- 与C++输入流一样,输出流也可以使用输出流类的成员函数来实现数据输出。因此,在本小节中,将向用户介绍这些函数的原型及其使用方法等。 通常情况下,用户可以使用C++输出流类中的成员函数“put”将指定的数据放入到计算机输出流中,进行显示。该成员函数的原型如下所示: 01 basic_ostream& put(E c) //输出流类的成员函数原型 在成员函数“put”中,该函数的作用是将用户指定的数据放入到计算机的输出流中。该成员函数含有一个参数,即单字符类型。 -And C+
sheji
- 用C++实现六自由度的机械手的运动学正反解问题,并用MFC做界面实现-resolve the inverse kinematics problem of the robot,and use the MFC interface to realise the input and output
cpp1
- 采用c++来实现表的输入与输出实现,算法小,精炼。-The input and output of the table the c++ to achieve to achieve a small, refined algorithm.
test1
- c语言的一个小程序,对于初学者而言的程序的输入输出功能。便于学习c语言-a small c language program for beginners program input and output functions. Easy to learn c language
C
- 实现如下简单计算功能 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
MyTreeGrid
- 这是一个自已开发的网格和树结合的C#.net控件,用于客户端开发中的数据显示,录入,提供了丰富的录入,显示,打印功能,可自定义绘制,有SpinEdit,CheckBox,ClickButton,DateTime等录入方式。 丰富的显示格式。在大数据量的情况下,能提供更优良的性能。以树方式打印网格数据。 还有一个折线图控件 ,可以自定义点击方法。 这是本人在2004年时写的TreeView和Grid结合的控件,行列上可以都是树结构,全用C#完成,里边包含了打印,预览 本人
input-and-output-students-scores
- 用C++编程的一个程序,可以输入和查询学生的学号、语文成绩、数学成绩、英语成绩。-The number of students with programming a program C++, you can enter and query language scores in math and English scores.
c
- 里面包括了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
GeohashDecode
- 实现了基于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.)
C#编程
- 在键盘上接收用户输入的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