-
EX_8
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。
(2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下:
void writeTo (char filename[ ])
(3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下:
void readFrom (char filename[ ])
((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
- 2016-05-13 19:01:27下载
- 积分:1
-
reciveqmf
reciver of qutature mirror filter
- 2010-03-02 16:48:46下载
- 积分:1
-
clsProcess
进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)(Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the process, read a long integer, write long integer, byte array to read, write byte array. Tarball sample contains a crack, break out a password to determine whether the correct procedure (only in memory, not a destruction of the original document))
- 2009-12-18 17:27:35下载
- 积分:1
-
ukf_predict1
无基卡尔曼滤波matlab程序实现,ukf(No Chica Kalman filter matlab program to achieve)
- 2014-09-20 20:02:51下载
- 积分:1
-
SeismoSignal-v4.3.0_build101---
将加速度积分成速度位移,并且滤波,很好用(Displacement velocity integral of the acceleration and filtering, the good)
- 2020-11-11 16:29:44下载
- 积分:1
-
nf821
小波包分析提取振动信号中的特征频率,基于负熵最大的独立分量分析,多抽样率信号处理。( Wavelet packet analysis to extract vibration signal characteristic frequency, Based on negative entropy largest independent component analysis, Multirate signal processing.)
- 2017-05-22 21:28:24下载
- 积分:1
-
variable-speed-Traffic
程序是基于元胞自动机的交通模型,主要是针对单车道、单车变数运动的描述(Program is based on cellular automaton traffic model for the description of the movement of bicycle paths, cycling variables)
- 2012-09-13 11:41:50下载
- 积分:1
-
Improved-Binary-DAC-Codec
Improved Binary DAC Codec
- 2014-12-17 18:33:40下载
- 积分:1
-
fibonaci
Fibonacci数列,已知一个Fibonacci数,能求出它的N值(Where Fibonacci sequence, a number of known where Fibonacci, can find its N)
- 2009-12-04 15:38:11下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1