搜索资源列表
Assignment-4
- 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
assignment
- a console based app which allows you to telnet in to turn a virtual heater on and off, allowing you to turn the heater up or down and also setting its own temperatures
jay_lab4
- C++ Assignment using a code block IDE
Assignment-1_1
- 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.
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
Base64_RC4
- rc4 implementation in c++ was created two and a half years ago for class assignment. I got an A, so will you
assignment2
- Assignment exircise 2 c++ full version
infinite
- 计算机中整数都有一定的范围,对一些需要用到任意大的整数的应用,需要一种解决方案。本方案为用单链表实现的任意大的整数,可以实现输入输出操作、加法操作和赋值操作。-Integer in the computer has a certain range, on the need to use any integer applications, the need for a solution. The program for arbitrarily large integer, single linke
babianxing
- 地图代数八边形变换 地图代数2013年第二次作业-Map Algebra octagon transform Map Algebra 2013 Second Assignment
dll
- 用一个具有随机赋值,排序,输出功能的程序,展示动态链接库的相关操作-An application with random assignment, sorting, output function, display a dynamic link library-related operations
test1.1.1
- 编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标识符,initial) (加法运算符,+) (标识符
13.11.27-MnS-Lab._C-language-Assignment-Sharp01_C
- this calculation code is for myself anybody can use it tell to be better
