资源列表
time
- 基于C++的一个简单时钟的编程代码,能有进行30秒的整点报时-C++ a simple clock-based programming code, the whole point of time can have 30 seconds
Udp_fwd
- for UDP forward program
rectangular
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
friend
- 3、 友元 编写C++程序完成以下功能: (1) 定义一个Boat和Car两个类,他们都具有私用属性——重量; (2) 编写一个函数,计算两者的重量和。 double TotalWeight(Boat& b, Car& c) -Friend write C++ program perform the following functions: (1) the definition of a Boat and Car two classes, they have private
matrix
- 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组;
fypsampling
- matlab test code for sampling frequency
dstatcom-(2)
- DSTATCOM for the load compensation in disyribution network.
struct
- 结构体变量作为函数参数传递的简单应用实例-Structure variable as a function parameter passing simple application examples
calc
- 计算器,实现加减乘除等功能,比较简单的程序-Calculator functions such as addition, subtraction, multiplication and division, a relatively simple procedure
AnalyticThoraxPhantom_phantom_files
- 主要是forbild胸部体模的matlab程序-forbild throax phantom
list2
- 已知单链表L中的结点是按值非递减有序排列的,试编写一算法将值为X的结点插入到表L中,使得L仍然有序。-Nodes known single linked list L is non-decreasing by value ordered, try to write an algorithm to the value of X node is inserted into the table L, such that L remains orderly.
list3
- 用单链表作存储结构,编写一个实现线性表中元素逆置的算法。-Single linked list storage structure, to write a the element inverse set of algorithms in linear form.