说明:#include<iostream>
using namespace std
class Point
{public:
Point(int a){x=a }
~Point(){cout< "execuing Point destructor"<<endl }
private:
int x
}
class Circle:public Point
{p <华盛> 在 2025-05-09 上传
| 大小:1kb | 下载:0
说明:用matlab进行信号的仿真实验,测量滤波后的混合信号的幅度和相位差。-Signal using matlab simulation, measurement of mixed-signal after filtering of the amplitude and phase difference. <欧欧> 在 2025-05-09 上传
| 大小:1kb | 下载:0
说明:基于MATLAB实现信号的调制解调源代码的简单事例.-MATLAB based on the realization of signal modulation and demodulation of a simple source code examples. <陈星> 在 2025-05-09 上传
| 大小:1kb | 下载:0
说明:这是我写的一个小程序,在此程序中直接用m=21时程序运行正常,当改为m=total_row时运行不正常了,输入数据全变为了0,请各位指点是一下是何原因,并帮我改正一下发到我的邮箱wyf19770314@163.com中,谢谢!-This is what I wrote a small procedure, in this process the direct use of m = 21 procedural operating norm <温玉锋> 在 2025-05-09 上传
| 大小:1kb | 下载:0
说明:用汇编语言写一个程序,在屏幕下列出小于1000的素数。-Using assembly language to write a program, following up on the screen of the prime numbers less than 1000. <陈星> 在 2025-05-09 上传
| 大小:1kb | 下载:0
说明:borland c++/c环境下,迷宫寻宝,含有启动画面,走过路径可以显示,含有声音-borland c++/c environment, treasure maze, which contains startup screen, can show the path traversed contains the voices of <张伟> 在 2025-05-09 上传
| 大小:1kb | 下载:0