资源列表
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
Week4.cpp
- Array s in 4 Tasks in one file. 1 task have a random array and need to sort array, 2 task - minimal and maximal element, 3 task - just need to elements and their numbers 4 task - it s the same - find to maximal and minimal but with alternative method
UART0
- 串口的代码,应用程序,方便大家对串口的学习-Serial code, applications, and to facilitate learning on the serial
huashizhuansheshi
- 华氏和摄氏的转换法,java源程序,可以轻松的实现华氏温度和摄氏温度的转换-Fahrenheit and Celsius conversion method, java source code
074
- a source file to simulate Fibonacci Serial
onceonline
- ASP网站中的在线会员实时更新的实现,能自动删除在一定时间内没有握手包提交的会员和到期的会员.-ASP website Online members to achieve real-time updates to automatically delete members and members expire within a certain time no handshake packet submission.
CreateFileCatalog
- 在Window操作系统上,利用其API,创建一个类,包含一个成员函数,为生成一个文件目录功能-On the Window operating system, using its API, create a class containing a member function to generate a file directory function
Singleton1
- 设计模式—单例模式举例说明,包含实例的创建及客户端验证。-Design patterns- singleton pattern example, contains instances created and client authentication.