资源列表
daima
- 1.某单位的职工工资包括基本工资Wage,岗位津贴Subsidy,房租Rent,水费WaterFee,电费ElecFee。设计是实现工资管理的类Salary,该类的形式如下: Class Salary{ Double Wage,Subsidy,Rent,WaterFee,ElecFee Pulic: Salary(……){初始化工资数据的各分项} Salary(){初始化工资数据的各分项数据为0} Void setXX(double f){xx
timesample
- 基于 MATLAB 的时域信号采样及频谱分析,是很好的学习时域信号的matlab源代码。-MATLAB-based time-domain signal sampling and spectral analysis, is a very good study of time-domain signal matlab source code.
Untitled
- 计算Rossler吸引子的Lyapunov指数-Calculating Lyapunov index Rossler attractor
AIC
- AIC 系统辨识算法matlab原程序 供大家参考-AIC system identification algorithm matlab program for your reference the original
Find_s
- Find_s候选空间法则代码,machine learning第二章。-a program of Find_s algorithm. ECHO LAB
UART0
- 串口的代码,应用程序,方便大家对串口的学习-Serial code, applications, and to facilitate learning on the serial
huashizhuansheshi
- 华氏和摄氏的转换法,java源程序,可以轻松的实现华氏温度和摄氏温度的转换-Fahrenheit and Celsius conversion method, java source code
TextFile1
- 该题要求读入n个整数,然后输出该n个整数的中位数。同时输入的数的个数是奇数的时候,中位数是唯一的;当输入的数是个数是是偶数的时候,求两个中位数的平均值,然后下取整输出。 一般来说,我们可以将这些数存在数组当中,然后对数组进行排序,最后利用数组下标查找即可。但也可以不排序找到中位数。毕竟排序是将所有数都放在合适的位置上,而查找中位数的操作只需要将中位数放在合适的位置即可。 下面就是不排序查找中位数的版本。事实上,下述解法其实是快速排序的一个变种。在n为奇数的情况下,下述代码运行
circular_q
- Implementation of a Circular Queue in C
cognitivel
- frequency expander. Matlab code for expander.When x is a vector, this function adds L-1 after each element of x. When x is a matrix, each column of it treated as vector and expanded L fold. SQUARE-ROOT RAISED-COSINE PULSE: h=sr_cos_p(N,L
4
- 输入某年某月某日,判断这一天是这一年的第几天?-Enter a certain day, judgment day is the first few days this year?
houghtransform2
- Hough变换可用来提取直线和圆,本程序适用于新手,谢谢下载!-Hough transform is used to extract lines and circles, this program is suitable for beginners, thank you download!
