搜索资源列表
c++5
- 在设计良好的面向对象系统中,为了压缩其对象内部的空间,仅留两个函数用于对象的拷贝:一般称为拷贝构造函数(copy constructor)和拷贝赋值运算符(copy assignment operator)。我们将它们统称为拷贝函数(copying functions)。如果需要,编译器会生成拷贝函数,而且阐明了编译器生成的版本正象你所期望的:它们拷贝被拷贝对象的全部数据。 -in a well-designed object-oriented systems, in order to r
3
- 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
ShouCiShiYingSuanFa
- 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
assignment2
- 用C实现一个UNIX终端来管理文件目录结构-implement a simple UNIX OS terminal to manage directory structures.
dynamic_TDMA_slot_assignment_in_ad_hoc_network
- 本协议名叫动态TDMA时隙分配协议,使用在移动无线自组织网协议的实现-dynamic tdma slot assignment in ad hoc network
array
- 对二维数组进行赋值,这个方法很有启发性的,我都看了好几遍了。希望对大家有用-To carry out the assignment of two-dimensional array, this method is very enlightening, I have read quite a few times a. We hope to be useful
C
- 声明三维点POINT类,重载运算符“+”“-“ ”=”,实现三维点的加减和赋值-POINT-type three-dimensional point statement, operator overloading "+" "-" " =" , the realization of three-dimensional point of addition and subtraction and assignment
NC-Assignment
- Gauss_seidel , Jacobi , Gauss and Jacobi combined solution in C/C-Gauss_seidel , Jacobi , Gauss and Jacobi combined solution in C/C++
KMO(n^3)(HDU2853)
- KM算法O(n^3)的代码实现。给出的是哈尔滨赛区C题(HDU 2853)的源码-the code of KM algorithm with the complexity O(n^3). It provides a solution to the problem 2853 in HDU online judge.
assignment
- this is prims implementation in c
C-ASSIGNMENT
- 链表结构体的使用例子~这个是我大一C语言的期末作业吧~啃完了数据结构后的成果~-····
SSA.tar
- program to convert three address code to static single assignment ... in c++ compiled with gcc 4
assignment-3
- my C++ assignment about big number cla-my C++ assignment about big number class
C-ASSIGNMENT
- 链表结构体的使用例子~这个是我大一C语言的期末作业吧~啃完了数据结构后的成果~-····
C#
- 客户给了一证件模板格式,要求将系统中的数据按照格式导出到一个Word文件中,一条记录为一页,对换到下一页纠结了很久,终于捣鼓出来了。思路是拷贝模板文件,读取模板文件中的表格,选择表格进行复制,对第一页的表格进行赋值,赋值完后转到下一页进行黏贴,再对表格进行赋值。(The customer gives a certificate template format, request the data of the system in accordance with the format into a
MISRA-C-2004_工业标准的C编程规范_中文版
- 规则都是针对的是C语言本身缺陷或容易被误解的点,如:自动变量如果不初始化就使用会出现随机值、不同类型数据赋值容易出现的隐式转换;没有包含诸如注释、变量名、编码格式等统一编程风格的内容。(The rules are for the C language itself is defective or misunderstood, such as: if you do not use the automatic variable initialization will appear random va
assignment
- 初学c++时的作业,一个简单的战舰游戏,应该不算难懂,可以作为初学的参考。(An assignment of a C++ beginner, a simple battleship game. It shouldn't be difficult to understand, and it may be able to use as a reference.)
c++实验
- 定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar) 类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。观察虚函数的作用。对实验二中的people类重载“==”运算符和“=”运算符,“==”运算符判断两个people类对象的id属性是否相等;“=”运算符实现people类对象的赋值操作。(Define a car (vehicle) base class, w
ass4.c
- In this assignment we will implement a "guessing" program. Our program will select a secret number from 1 to 100 and we will try to guess that number. To implement our program we will use IPC. The CHILD process is the one that selects
LMS MAJOR ASSIGNMENT
- library management system using c++ object oriented programming